body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Abril Fatface', display;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d20505 !important;
}
.bg-success {
  background-color: #ffbc00 !important;
}
.bg-info {
  background-color: #034173 !important;
}
.bg-warning {
  background-color: #444345 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d20505 !important;
  border-color: #d20505 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d20505;
  border-color: #d20505;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d20505 !important;
  border-color: #d20505 !important;
}
.btn-primary:hover {
  background-color: #a00404 !important;
  border-color: #a00404 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #d20505 !important;
  border-color: #d20505 !important;
}
.btn-info,
.btn-info:active {
  background-color: #034173 !important;
  border-color: #034173 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #034173;
  border-color: #034173;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #034173 !important;
  border-color: #034173 !important;
}
.btn-info:hover {
  background-color: #022541 !important;
  border-color: #022541 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-success:hover {
  background-color: #cc9600 !important;
  border-color: #cc9600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #444345 !important;
  border-color: #444345 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #444345;
  border-color: #444345;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #444345 !important;
  border-color: #444345 !important;
}
.btn-warning:hover {
  background-color: #2b2a2b !important;
  border-color: #2b2a2b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d20505;
  color: #d20505;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d20505 !important;
  border-color: #d20505;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d20505 !important;
  border-color: #d20505 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:hover {
  background-color: #d20505 !important;
  border-color: #d20505 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #034173;
  color: #034173;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #034173 !important;
  border-color: #034173;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #034173 !important;
  border-color: #034173 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffbc00;
  color: #ffbc00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ffbc00 !important;
  border-color: #ffbc00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #444345;
  color: #444345;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #444345 !important;
  border-color: #444345;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #444345 !important;
  border-color: #444345 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d20505 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffbc00 !important;
}
.text-info {
  color: #034173 !important;
}
.text-warning {
  color: #444345 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6e0303 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997100 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000910 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #111111 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d20505 !important;
}
.alert-success {
  background-color: #ffbc00;
}
.alert-info {
  background-color: #034173;
}
.alert-warning {
  background-color: #444345;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d20505;
  border-color: #d20505;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d20505;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fda6a6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0687ef;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b7b6b8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #d20505;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d20505;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d20505;
  border-bottom-color: #d20505;
}
.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: #d20505 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uwj5SuH0cG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwj5SuH0cG .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uwj5SuH0cG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uwj5SuH0cG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwj5SuH0cG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwj5SuH0cG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uE5q8N64g9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uE5q8N64g9 .container {
    padding: 0 20px;
  }
}
.cid-uE5q8N64g9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uE5q8N64g9 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uE5q8N64g9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE5q8N64g9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uE5q8N64g9 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 520px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uE5q8N64g9 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uE5q8N64g9 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0rem !important;
}
.cid-uE5q8N64g9 .embla__button--next,
.cid-uE5q8N64g9 .embla__button--prev {
  display: flex;
}
.cid-uE5q8N64g9 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uE5q8N64g9 .embla__button:hover {
  opacity: .5 !important;
}
.cid-uE5q8N64g9 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uE5q8N64g9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uE5q8N64g9 .embla {
  position: relative;
  width: 100%;
}
.cid-uE5q8N64g9 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uE5q8N64g9 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uE5q8N64g9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE5q8N64g9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE5q8N64g9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwj2xN3dg9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwj2xN3dg9 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uwj2xN3dg9 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uwj2xN3dg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwj2xN3dg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwj2xN3dg9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uw5L2Ra4oG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5L2Ra4oG .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uw5L2Ra4oG img,
.cid-uw5L2Ra4oG .item-img {
  width: 100%;
}
.cid-uw5L2Ra4oG .item:focus,
.cid-uw5L2Ra4oG span:focus {
  outline: none;
}
.cid-uw5L2Ra4oG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5L2Ra4oG .item {
    margin-bottom: 1rem;
  }
}
.cid-uw5L2Ra4oG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5L2Ra4oG .mbr-section-title {
  color: #232323;
}
.cid-uw5L2Ra4oG .mbr-text,
.cid-uw5L2Ra4oG .mbr-section-btn {
  color: #232323;
}
.cid-uw5L2Ra4oG .item-title {
  color: #232323;
}
.cid-uw5L2Ra4oG .content-head {
  max-width: 800px;
}
.cid-uw5DPaWGeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5DPaWGeJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uw5DPaWGeJ img,
.cid-uw5DPaWGeJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uw5DPaWGeJ .item:focus,
.cid-uw5DPaWGeJ span:focus {
  outline: none;
}
.cid-uw5DPaWGeJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5DPaWGeJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uw5DPaWGeJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5DPaWGeJ .mbr-section-title {
  color: #232323;
}
.cid-uw5DPaWGeJ .mbr-text,
.cid-uw5DPaWGeJ .mbr-section-btn {
  color: #232323;
}
.cid-uw5DPaWGeJ .item-title {
  color: #232323;
}
.cid-uw5DPaWGeJ .content-head {
  max-width: 800px;
}
.cid-uw5IoI32GJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5IoI32GJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uw5IoI32GJ img,
.cid-uw5IoI32GJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uw5IoI32GJ .item:focus,
.cid-uw5IoI32GJ span:focus {
  outline: none;
}
.cid-uw5IoI32GJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5IoI32GJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uw5IoI32GJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5IoI32GJ .mbr-section-title {
  color: #232323;
}
.cid-uw5IoI32GJ .mbr-text,
.cid-uw5IoI32GJ .mbr-section-btn {
  color: #232323;
}
.cid-uw5IoI32GJ .item-title {
  color: #232323;
}
.cid-uw5IoI32GJ .content-head {
  max-width: 800px;
}
.cid-uw5IzpNwR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5IzpNwR7 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uw5IzpNwR7 img,
.cid-uw5IzpNwR7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uw5IzpNwR7 .item:focus,
.cid-uw5IzpNwR7 span:focus {
  outline: none;
}
.cid-uw5IzpNwR7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5IzpNwR7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uw5IzpNwR7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5IzpNwR7 .mbr-section-title {
  color: #232323;
}
.cid-uw5IzpNwR7 .mbr-text,
.cid-uw5IzpNwR7 .mbr-section-btn {
  color: #232323;
}
.cid-uw5IzpNwR7 .item-title {
  color: #232323;
}
.cid-uw5IzpNwR7 .content-head {
  max-width: 800px;
}
.cid-uw5K5cKP7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5K5cKP7B .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uw5K5cKP7B img,
.cid-uw5K5cKP7B .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uw5K5cKP7B .item:focus,
.cid-uw5K5cKP7B span:focus {
  outline: none;
}
.cid-uw5K5cKP7B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5K5cKP7B .item {
    margin-bottom: 1rem;
  }
}
.cid-uw5K5cKP7B .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5K5cKP7B .mbr-section-title {
  color: #232323;
}
.cid-uw5K5cKP7B .mbr-text,
.cid-uw5K5cKP7B .mbr-section-btn {
  color: #232323;
}
.cid-uw5K5cKP7B .item-title {
  color: #232323;
}
.cid-uw5K5cKP7B .content-head {
  max-width: 800px;
}
.cid-uw5K5QGyjw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5K5QGyjw .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uw5K5QGyjw img,
.cid-uw5K5QGyjw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uw5K5QGyjw .item:focus,
.cid-uw5K5QGyjw span:focus {
  outline: none;
}
.cid-uw5K5QGyjw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5K5QGyjw .item {
    margin-bottom: 1rem;
  }
}
.cid-uw5K5QGyjw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5K5QGyjw .mbr-section-title {
  color: #232323;
}
.cid-uw5K5QGyjw .mbr-text,
.cid-uw5K5QGyjw .mbr-section-btn {
  color: #232323;
}
.cid-uw5K5QGyjw .item-title {
  color: #232323;
}
.cid-uw5K5QGyjw .content-head {
  max-width: 800px;
}
.cid-uw79o233b1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw79o233b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw79o233b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw79o233b1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uw79o233b1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uw79o233b1 .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uw79o233b1 .items-row {
  row-gap: 0;
  margin: 0 !important;
}
.cid-uw79o233b1 .item {
  padding: 0 !important;
}
.cid-uw79o233b1 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uw79o233b1 .item-wrapper img {
  width: 100%;
  height: calc(50px * 6);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uw79o233b1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uw79o233b1 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uw79o233b1 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uw79o233b1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uw79o233b1 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uw79o233b1 .carousel-control,
.cid-uw79o233b1 .close {
  background: #1b1b1b;
}
.cid-uw79o233b1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw79o233b1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uw79o233b1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw79o233b1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uw79o233b1 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uw79o233b1 .close::before {
  content: '\e91a';
}
.cid-uw79o233b1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw79o233b1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uw79o233b1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw79o233b1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uw79o233b1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uw79o233b1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uw79o233b1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uw79o233b1 .carousel-indicators li.active,
.cid-uw79o233b1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uw79o233b1 .carousel-indicators li::after,
.cid-uw79o233b1 .carousel-indicators li::before {
  content: none;
}
.cid-uw79o233b1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uw79o233b1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uw79o233b1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw79o233b1 .carousel-indicators {
    display: none;
  }
}
.cid-uw79o233b1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uw79o233b1 .carousel-inner > .active {
  display: block;
}
.cid-uw79o233b1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw79o233b1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw79o233b1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw79o233b1 .carousel-control,
  .cid-uw79o233b1 .carousel-indicators,
  .cid-uw79o233b1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw79o233b1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw79o233b1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw79o233b1 .carousel-indicators .active,
.cid-uw79o233b1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uw79o233b1 .carousel-indicators .active {
  background: #fff;
}
.cid-uw79o233b1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw79o233b1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw79o233b1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw79o233b1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw79o233b1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw79o233b1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw79o233b1 .carousel {
  width: 100%;
}
.cid-uw79o233b1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw79o233b1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uw79o233b1 .modal.fade .modal-dialog,
.cid-uw79o233b1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uw79o233b1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw79o233b1 H6 {
  text-align: center;
}
.cid-uw7cgDT6Cy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw7cgDT6Cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw7cgDT6Cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw7cgDT6Cy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uw7cgDT6Cy .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uw7cgDT6Cy .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uw7cgDT6Cy .items-row {
  row-gap: 0;
  margin: 0 !important;
}
.cid-uw7cgDT6Cy .item {
  padding: 0 !important;
}
.cid-uw7cgDT6Cy .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uw7cgDT6Cy .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uw7cgDT6Cy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uw7cgDT6Cy .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uw7cgDT6Cy .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uw7cgDT6Cy .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uw7cgDT6Cy .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uw7cgDT6Cy .carousel-control,
.cid-uw7cgDT6Cy .close {
  background: #1b1b1b;
}
.cid-uw7cgDT6Cy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw7cgDT6Cy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uw7cgDT6Cy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw7cgDT6Cy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uw7cgDT6Cy .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uw7cgDT6Cy .close::before {
  content: '\e91a';
}
.cid-uw7cgDT6Cy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw7cgDT6Cy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uw7cgDT6Cy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw7cgDT6Cy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uw7cgDT6Cy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uw7cgDT6Cy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uw7cgDT6Cy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uw7cgDT6Cy .carousel-indicators li.active,
.cid-uw7cgDT6Cy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uw7cgDT6Cy .carousel-indicators li::after,
.cid-uw7cgDT6Cy .carousel-indicators li::before {
  content: none;
}
.cid-uw7cgDT6Cy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uw7cgDT6Cy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uw7cgDT6Cy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw7cgDT6Cy .carousel-indicators {
    display: none;
  }
}
.cid-uw7cgDT6Cy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uw7cgDT6Cy .carousel-inner > .active {
  display: block;
}
.cid-uw7cgDT6Cy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw7cgDT6Cy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw7cgDT6Cy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw7cgDT6Cy .carousel-control,
  .cid-uw7cgDT6Cy .carousel-indicators,
  .cid-uw7cgDT6Cy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw7cgDT6Cy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw7cgDT6Cy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw7cgDT6Cy .carousel-indicators .active,
.cid-uw7cgDT6Cy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uw7cgDT6Cy .carousel-indicators .active {
  background: #fff;
}
.cid-uw7cgDT6Cy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw7cgDT6Cy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw7cgDT6Cy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw7cgDT6Cy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw7cgDT6Cy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw7cgDT6Cy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw7cgDT6Cy .carousel {
  width: 100%;
}
.cid-uw7cgDT6Cy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw7cgDT6Cy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uw7cgDT6Cy .modal.fade .modal-dialog,
.cid-uw7cgDT6Cy .modal.in .modal-dialog {
  transform: none;
}
.cid-uw7cgDT6Cy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw7cgDT6Cy H6 {
  text-align: center;
}
.cid-uwj46eI86W {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwj46eI86W .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uwj46eI86W .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uwj46eI86W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwj46eI86W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwj46eI86W .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uw5LzVlqkf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5LzVlqkf h6 {
  line-height: 1.2;
}
.cid-uw5LzVlqkf img,
.cid-uw5LzVlqkf .item-img {
  width: 100%;
}
.cid-uw5LzVlqkf .item:focus,
.cid-uw5LzVlqkf span:focus {
  outline: none;
}
.cid-uw5LzVlqkf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw5LzVlqkf .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uw5LzVlqkf .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uw5LzVlqkf .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uw5LzVlqkf .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uw5LzVlqkf .mbr-section-title {
  color: #000000;
}
.cid-uw5LzVlqkf .mbr-text,
.cid-uw5LzVlqkf .mbr-section-btn {
  color: #000000;
}
.cid-uw5LzVlqkf .item-title {
  color: #000000;
  text-align: center;
}
.cid-uw5LzVlqkf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uw5LzVlqkf .item-text {
  color: #000000;
  text-align: center;
}
.cid-uw5LzVlqkf .content-head {
  max-width: 800px;
}
.cid-u5NrZj7cSK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/m19-0143-fine1-2-2000x1326.jpeg");
  overflow: hidden;
}
.cid-u5NrZj7cSK .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-u5NrZj7cSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NrZj7cSK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u5NrZj7cSK .mbr-section-btn,
.cid-u5NrZj7cSK .btn {
  width: 100%;
  margin: 0;
}
.cid-u5NrZj7cSK .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5NrZj7cSK .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-u5NrZj7cSK input,
.cid-u5NrZj7cSK textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #ffffff !important;
}
.cid-u5NrZj7cSK input:hover,
.cid-u5NrZj7cSK textarea:hover,
.cid-u5NrZj7cSK input:active,
.cid-u5NrZj7cSK textarea:active,
.cid-u5NrZj7cSK input:focus,
.cid-u5NrZj7cSK textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-u5NrZj7cSK input::placeholder,
.cid-u5NrZj7cSK textarea::placeholder {
  color: #ffffff !important;
}
.cid-u5NrZj7cSK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uvUuTDfjiP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sunoco-porsche-917-30-1973-1-1200x800.jpg");
}
.cid-uvUuTDfjiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUuTDfjiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUuTDfjiP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvUuTDfjiP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvUuTDfjiP .container {
    padding: 0 30px;
  }
}
.cid-uvUuTDfjiP .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvUuTDfjiP .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvUuTDfjiP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uvUuTDfjiP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uvUuTDfjiP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvUuTDfjiP .mbr-section-title {
  color: #ffffff;
}
.cid-uvUuTDfjiP .mbr-text,
.cid-uvUuTDfjiP .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uvUuTDfjiP .mbr-section-title,
.cid-uvUuTDfjiP .mbr-section-btn {
  text-align: center;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdfgc2TbnX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdfgc2TbnX .mbr-text {
  color: #767676;
}
.cid-sdfgc2TbnX .card-subtitle {
  margin: 0;
}
.cid-sdfgc2TbnX .link {
  margin: 0;
}
.cid-sdfgc2TbnX .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sdfgc2TbnX .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sdfgc2TbnX .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sdfgc2TbnX .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sdfgc2TbnX .date {
  margin: 0;
}
.cid-sdfgc2TbnX img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sdfgc2TbnX .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sdfgc2TbnX .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sdfgc2TbnX .icon-box {
    flex-direction: column;
  }
  .cid-sdfgc2TbnX .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sdfgc2TbnX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sdfgc2TbnX .card {
    margin-bottom: 3rem;
  }
}
.cid-sdfgc2TbnX .card-title,
.cid-sdfgc2TbnX .card-img {
  text-align: center;
}
.cid-sdfb8O7T2h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdfb8O7T2h .mbr-text {
  color: #767676;
}
.cid-sdfb8O7T2h .card-subtitle {
  margin: 0;
}
.cid-sdfb8O7T2h .link {
  margin: 0;
}
.cid-sdfb8O7T2h .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sdfb8O7T2h .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sdfb8O7T2h .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sdfb8O7T2h .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sdfb8O7T2h .date {
  margin: 0;
}
.cid-sdfb8O7T2h img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sdfb8O7T2h .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sdfb8O7T2h .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sdfb8O7T2h .icon-box {
    flex-direction: column;
  }
  .cid-sdfb8O7T2h .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sdfb8O7T2h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sdfb8O7T2h .card {
    margin-bottom: 3rem;
  }
}
.cid-sdfb8O7T2h .mbr-text,
.cid-sdfb8O7T2h .link {
  text-align: left;
}
.cid-sdt7mC4mYE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt7mC4mYE a:link {
  text-decoration: none;
}
.cid-sdt7mC4mYE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt7mC4mYE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt7mC4mYE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt7mC4mYE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt7mC4mYE .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt7mC4mYE .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt7mC4mYE .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt7mC4mYE .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt7mC4mYE .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt7mC4mYE .plan-title,
.cid-sdt7mC4mYE .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt7mC4mYE .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt7mC4mYE .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt7mC4mYE .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt7mC4mYE .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdiCZGDPEc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdiCZGDPEc .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sdiCZGDPEc .price {
  margin-top: 5px;
}
.cid-sdiCZGDPEc .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sdiCZGDPEc .mbr-section-btn {
  margin-top: 10px;
}
.cid-sdiCZGDPEc .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sdiCZGDPEc .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sdiCZGDPEc .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sdiCZGDPEc .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sdiCZGDPEc .content__block,
  .cid-sdiCZGDPEc .price__block {
    margin-bottom: 30px;
  }
}
.cid-sdiCZGDPEc .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sdizXL7bNc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sdizXL7bNc {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.cid-sdizXL7bNc .text {
  padding: 0;
}
.cid-sdizXL7bNc section {
  position: relative;
}
.cid-sdizXL7bNc h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sdizXL7bNc .mbr-iconfont {
  padding: 0!important;
}
.cid-sdizXL7bNc .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}
.cid-sdizXL7bNc .box {
  background-image: url("../../../assets/images/capture-decran-2020-10-13-a-14.13.20-2000x1250.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdizXL7bNc .icon-wrap {
  background-color: #ff2121 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sdizXL7bNc .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sdizXL7bNc .icon-wrap span {
  padding-left: 8px;
}
.cid-sdizXL7bNc .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sdizXL7bNc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sdizXL7bNc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sdizXL7bNc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sdizXL7bNc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sdizXL7bNc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sdizXL7bNc a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdizXL7bNc {
    padding-top: 0px;
    padding-bottom: 21px;
  }
  .cid-sdizXL7bNc .box {
    height: 250px;
  }
  .cid-sdizXL7bNc .row {
    padding: 1rem!important;
  }
}
.cid-sdizXL7bNc H2 {
  text-align: left;
}
.cid-sdiBYvS813 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdiBYvS813 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdiBYvS813 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdiBYvS813 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdiBYvS813 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdt7qSej3B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt7qSej3B a:link {
  text-decoration: none;
}
.cid-sdt7qSej3B .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt7qSej3B .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt7qSej3B .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt7qSej3B .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt7qSej3B .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt7qSej3B .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt7qSej3B .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt7qSej3B .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt7qSej3B .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt7qSej3B .plan-title,
.cid-sdt7qSej3B .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt7qSej3B .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt7qSej3B .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt7qSej3B .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt7qSej3B .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sitW1Ob1Aa {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/porsche-934-turbo-rsr-9-1462x2193.jpg");
}
.cid-sitW1Ob1Aa .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sitW1Ob1Aa .price {
  margin-top: 5px;
}
.cid-sitW1Ob1Aa .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sitW1Ob1Aa .mbr-section-btn {
  margin-top: 10px;
}
.cid-sitW1Ob1Aa .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sitW1Ob1Aa .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sitW1Ob1Aa .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sitW1Ob1Aa .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sitW1Ob1Aa .content__block,
  .cid-sitW1Ob1Aa .price__block {
    margin-bottom: 30px;
  }
}
.cid-sitW1Ob1Aa .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sitW1Ob1Aa .mbr-section-title {
  color: #f4d10e;
}
.cid-sjjB8jaGXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sjjB8jaGXe .content__block {
  padding: 50px 15px;
}
.cid-sjjB8jaGXe .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d20505;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sjjB8jaGXe .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: left;
  color: #333333;
}
.cid-sjjB8jaGXe .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sjjB8jaGXe .image {
  perspective: 3500px;
  position: relative;
}
.cid-sjjB8jaGXe .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-sjjB8jaGXe .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sjjB8jaGXe .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sjjB8jaGXe .mbr-section-btn .btn-white-outline:hover {
  color: #d20505 !important;
}
@media (max-width: 991px) {
  .cid-sjjB8jaGXe .content__block {
    padding: 30px 15px;
  }
  .cid-sjjB8jaGXe .mbr-figure {
    padding: 0;
  }
  .cid-sjjB8jaGXe .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sjjB8jaGXe .lg-push {
    right: 1%;
  }
  .cid-sjjB8jaGXe .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sjjB8jaGXe .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-sjjB8jaGXe .lg-push {
    left: 1%;
  }
  .cid-sjjB8jaGXe .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-sjjB8jaGXe .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sjjB8jaGXe .mbr-section-title {
  color: #ffffff;
}
.cid-shcrZePmnK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-shcrZePmnK .item-subtitle,
.cid-shcrZePmnK .item-title,
.cid-shcrZePmnK .mbr-section-title {
  margin-bottom: 12px;
}
.cid-shcrZePmnK .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-shcrZePmnK .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-shcrZePmnK .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-shcrZePmnK .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-shcrZePmnK .item:focus,
.cid-shcrZePmnK span:focus {
  outline: none;
}
.cid-shcrZePmnK .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-shcrZePmnK .item:last-child {
    margin-bottom: 0;
  }
}
.cid-shcrZePmnK .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-shcrZePmnK .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-shcrZePmnK .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-shcrZePmnK .item-content > div,
.cid-shcrZePmnK .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-shcrZePmnK .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-shcrZePmnK .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-shcrZePmnK .item-content {
    padding: 30px 20px;
  }
}
.cid-shcrZePmnK .mbr-section-title {
  color: #000000;
}
.cid-sj2ynKcKhJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sj2ynKcKhJ .item-subtitle,
.cid-sj2ynKcKhJ .item-title,
.cid-sj2ynKcKhJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sj2ynKcKhJ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sj2ynKcKhJ .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sj2ynKcKhJ .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sj2ynKcKhJ .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-sj2ynKcKhJ .item:focus,
.cid-sj2ynKcKhJ span:focus {
  outline: none;
}
.cid-sj2ynKcKhJ .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sj2ynKcKhJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sj2ynKcKhJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sj2ynKcKhJ .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sj2ynKcKhJ .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sj2ynKcKhJ .item-content > div,
.cid-sj2ynKcKhJ .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sj2ynKcKhJ .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sj2ynKcKhJ .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sj2ynKcKhJ .item-content {
    padding: 30px 20px;
  }
}
.cid-sj2ynKcKhJ .mbr-section-title {
  color: #000000;
}
.cid-sgmuCci7MJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sgmuCci7MJ .item-subtitle,
.cid-sgmuCci7MJ .item-title,
.cid-sgmuCci7MJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sgmuCci7MJ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sgmuCci7MJ .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sgmuCci7MJ .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sgmuCci7MJ .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-sgmuCci7MJ .item:focus,
.cid-sgmuCci7MJ span:focus {
  outline: none;
}
.cid-sgmuCci7MJ .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sgmuCci7MJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sgmuCci7MJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sgmuCci7MJ .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sgmuCci7MJ .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sgmuCci7MJ .item-content > div,
.cid-sgmuCci7MJ .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sgmuCci7MJ .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sgmuCci7MJ .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sgmuCci7MJ .item-content {
    padding: 30px 20px;
  }
}
.cid-sfjSuz3cr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sfjSuz3cr0 .item-subtitle,
.cid-sfjSuz3cr0 .item-title,
.cid-sfjSuz3cr0 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sfjSuz3cr0 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sfjSuz3cr0 .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sfjSuz3cr0 .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sfjSuz3cr0 .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-sfjSuz3cr0 .item:focus,
.cid-sfjSuz3cr0 span:focus {
  outline: none;
}
.cid-sfjSuz3cr0 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sfjSuz3cr0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sfjSuz3cr0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sfjSuz3cr0 .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sfjSuz3cr0 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sfjSuz3cr0 .item-content > div,
.cid-sfjSuz3cr0 .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sfjSuz3cr0 .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sfjSuz3cr0 .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sfjSuz3cr0 .item-content {
    padding: 30px 20px;
  }
}
.cid-sfjUQragjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sfjUQragjM .item-subtitle,
.cid-sfjUQragjM .item-title,
.cid-sfjUQragjM .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sfjUQragjM .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sfjUQragjM .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sfjUQragjM .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sfjUQragjM .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-sfjUQragjM .item:focus,
.cid-sfjUQragjM span:focus {
  outline: none;
}
.cid-sfjUQragjM .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sfjUQragjM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sfjUQragjM .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sfjUQragjM .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sfjUQragjM .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sfjUQragjM .item-content > div,
.cid-sfjUQragjM .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sfjUQragjM .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sfjUQragjM .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sfjUQragjM .item-content {
    padding: 30px 20px;
  }
}
.cid-sfjWQw7XD4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sfjWQw7XD4 .item-subtitle,
.cid-sfjWQw7XD4 .item-title,
.cid-sfjWQw7XD4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sfjWQw7XD4 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sfjWQw7XD4 .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sfjWQw7XD4 .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sfjWQw7XD4 .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-sfjWQw7XD4 .item:focus,
.cid-sfjWQw7XD4 span:focus {
  outline: none;
}
.cid-sfjWQw7XD4 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sfjWQw7XD4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sfjWQw7XD4 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sfjWQw7XD4 .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sfjWQw7XD4 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sfjWQw7XD4 .item-content > div,
.cid-sfjWQw7XD4 .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sfjWQw7XD4 .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sfjWQw7XD4 .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sfjWQw7XD4 .item-content {
    padding: 30px 20px;
  }
}
.cid-sfjZ1g9Cna {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sfjZ1g9Cna .item-subtitle,
.cid-sfjZ1g9Cna .item-title,
.cid-sfjZ1g9Cna .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sfjZ1g9Cna .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sfjZ1g9Cna .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sfjZ1g9Cna .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sfjZ1g9Cna .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
  background: #000000;
}
.cid-sfjZ1g9Cna .item:focus,
.cid-sfjZ1g9Cna span:focus {
  outline: none;
}
.cid-sfjZ1g9Cna .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sfjZ1g9Cna .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sfjZ1g9Cna .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sfjZ1g9Cna .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sfjZ1g9Cna .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sfjZ1g9Cna .item-content > div,
.cid-sfjZ1g9Cna .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sfjZ1g9Cna .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sfjZ1g9Cna .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sfjZ1g9Cna .item-content {
    padding: 30px 20px;
  }
}
.cid-sdsJVehl77 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdsJVehl77 a:link {
  text-decoration: none;
}
.cid-sdsJVehl77 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdsJVehl77 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdsJVehl77 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdsJVehl77 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdsJVehl77 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdsJVehl77 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdsJVehl77 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdsJVehl77 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdsJVehl77 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdsJVehl77 .plan-title,
.cid-sdsJVehl77 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdsJVehl77 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdsJVehl77 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdsJVehl77 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdsJVehl77 .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfyUTdBScC {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfyUTdBScC .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sfyUTdBScC .mbr-text {
  margin-bottom: 20px;
}
.cid-sfyUTdBScC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sfyUTdBScC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sfyUTdBScC .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-sfyUTdBScC .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-sfyUTdBScC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfyUTdBScC .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-sfyUTdBScC .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sfyUTdBScC .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-sfyUTdBScC .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-sfyUTdBScC h4 {
  color: #ffffff;
}
.cid-sfyUTdBScC h4:hover .sign {
  color: #d20505;
  font-weight: bold !important;
}
.cid-sfyUTdBScC .panel-text {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfyUTdBScC .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-sfyUTdBScC .mbr-section-title {
  color: #d90a2c;
}
.cid-sfyUTdBScC H4 {
  color: #000000;
}
.cid-sfzWxoVKx1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfzWxoVKx1 img,
.cid-sfzWxoVKx1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sfzWxoVKx1 .item:focus,
.cid-sfzWxoVKx1 span:focus {
  outline: none;
}
.cid-sfzWxoVKx1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfzWxoVKx1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfzWxoVKx1 .item {
  padding: 0;
  margin: 0;
}
.cid-sfzWxoVKx1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfzWxoVKx1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfzWxoVKx1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfzWxoVKx1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfzWxoVKx1 .mbr-section-title {
  color: #d90a2c;
}
.cid-sfzWxoVKx1 .mbr-text,
.cid-sfzWxoVKx1 .mbr-section-btn {
  text-align: center;
}
.cid-sfzWxoVKx1 .item-title {
  text-align: center;
}
.cid-sfzWxoVKx1 .item-subtitle {
  text-align: center;
}
.cid-sdt6RHUJay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt6RHUJay a:link {
  text-decoration: none;
}
.cid-sdt6RHUJay .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt6RHUJay .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt6RHUJay .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt6RHUJay .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt6RHUJay .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt6RHUJay .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt6RHUJay .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt6RHUJay .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt6RHUJay .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt6RHUJay .plan-title,
.cid-sdt6RHUJay .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt6RHUJay .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt6RHUJay .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt6RHUJay .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt6RHUJay .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfBjP5k7Xo {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sfBjP5k7Xo .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfBjP5k7Xo .price {
  margin-top: 5px;
}
.cid-sfBjP5k7Xo .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfBjP5k7Xo .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfBjP5k7Xo .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfBjP5k7Xo .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfBjP5k7Xo .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfBjP5k7Xo .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfBjP5k7Xo .content__block,
  .cid-sfBjP5k7Xo .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfBjP5k7Xo .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfBjP5k7Xo .mbr-section-title {
  color: #000000;
}
.cid-sj2B2dYyOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sj2B2dYyOI .content__block {
  padding: 50px 15px;
}
.cid-sj2B2dYyOI .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d20505;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sj2B2dYyOI .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sj2B2dYyOI .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sj2B2dYyOI .image {
  perspective: 3500px;
  position: relative;
}
.cid-sj2B2dYyOI .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-sj2B2dYyOI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sj2B2dYyOI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sj2B2dYyOI .mbr-section-btn .btn-white-outline:hover {
  color: #d20505 !important;
}
@media (max-width: 991px) {
  .cid-sj2B2dYyOI .content__block {
    padding: 30px 15px;
  }
  .cid-sj2B2dYyOI .mbr-figure {
    padding: 0;
  }
  .cid-sj2B2dYyOI .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sj2B2dYyOI .lg-push {
    right: 1%;
  }
  .cid-sj2B2dYyOI .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sj2B2dYyOI .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-sj2B2dYyOI .lg-push {
    left: 1%;
  }
  .cid-sj2B2dYyOI .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-sj2B2dYyOI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sj2B2dYyOI .mbr-section-title {
  color: #1674a9;
}
.cid-sdq8ApaoRQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdq8ApaoRQ .container-fluid {
  padding: 0 3rem;
}
.cid-sdq8ApaoRQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d20505, #000000);
  display: inline-block;
}
.cid-sdq8ApaoRQ .card {
  display: block;
}
.cid-sdq8ApaoRQ .card .card-wrapper {
  height: 1%;
}
.cid-sdq8ApaoRQ .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sdq8ApaoRQ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sdq8ApaoRQ .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sdq8ApaoRQ .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdq8ApaoRQ .prices {
  color: #ffffff;
}
.cid-sdq8ApaoRQ .oldPrice {
  text-decoration: line-through;
}
.cid-sdq8ApaoRQ .oldPrice,
.cid-sdq8ApaoRQ .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sdq8ApaoRQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdq8ApaoRQ .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sdq8ApaoRQ .mbr-section-title,
.cid-sdq8ApaoRQ .underline {
  text-align: center;
  color: #ff2121;
}
.cid-sdtZ6DFyhL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sdtZ6DFyhL .container-fluid {
  padding: 0 3rem;
}
.cid-sdtZ6DFyhL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d20505, #000000);
  display: inline-block;
}
.cid-sdtZ6DFyhL .card {
  display: block;
}
.cid-sdtZ6DFyhL .card .card-wrapper {
  height: 1%;
}
.cid-sdtZ6DFyhL .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sdtZ6DFyhL .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sdtZ6DFyhL .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sdtZ6DFyhL .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdtZ6DFyhL .prices {
  color: #ffffff;
}
.cid-sdtZ6DFyhL .oldPrice {
  text-decoration: line-through;
}
.cid-sdtZ6DFyhL .oldPrice,
.cid-sdtZ6DFyhL .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sdtZ6DFyhL .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdtZ6DFyhL .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sdtZ6DFyhL .mbr-section-title,
.cid-sdtZ6DFyhL .underline {
  text-align: center;
  color: #000000;
}
.cid-sfBo1TzPxe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ebeaed;
}
.cid-sfBo1TzPxe .container-fluid {
  padding: 0 3rem;
}
.cid-sfBo1TzPxe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d20505, #000000);
  display: inline-block;
}
.cid-sfBo1TzPxe .card {
  display: block;
}
.cid-sfBo1TzPxe .card .card-wrapper {
  height: 1%;
}
.cid-sfBo1TzPxe .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sfBo1TzPxe .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sfBo1TzPxe .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sfBo1TzPxe .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfBo1TzPxe .prices {
  color: #ffffff;
}
.cid-sfBo1TzPxe .oldPrice {
  text-decoration: line-through;
}
.cid-sfBo1TzPxe .oldPrice,
.cid-sfBo1TzPxe .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sfBo1TzPxe .container-fluid {
    padding: 0 1rem;
  }
  .cid-sfBo1TzPxe .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sfBo1TzPxe .mbr-section-title,
.cid-sfBo1TzPxe .underline {
  text-align: center;
  color: #000000;
}
.cid-sdttzBNYba {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #233847;
}
.cid-sdttzBNYba .container-fluid {
  padding: 0 3rem;
}
.cid-sdttzBNYba .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d20505, #000000);
  display: inline-block;
}
.cid-sdttzBNYba .card {
  display: block;
}
.cid-sdttzBNYba .card .card-wrapper {
  height: 1%;
}
.cid-sdttzBNYba .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sdttzBNYba .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sdttzBNYba .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sdttzBNYba .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdttzBNYba .prices {
  color: #ffffff;
}
.cid-sdttzBNYba .oldPrice {
  text-decoration: line-through;
}
.cid-sdttzBNYba .oldPrice,
.cid-sdttzBNYba .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sdttzBNYba .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdttzBNYba .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sdttzBNYba .mbr-section-subtitle {
  text-align: left;
}
.cid-sdtyntllWy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #283742;
}
.cid-sdtyntllWy .container-fluid {
  padding: 0 3rem;
}
.cid-sdtyntllWy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d20505, #000000);
  display: inline-block;
}
.cid-sdtyntllWy .card {
  display: block;
}
.cid-sdtyntllWy .card .card-wrapper {
  height: 1%;
}
.cid-sdtyntllWy .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sdtyntllWy .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sdtyntllWy .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sdtyntllWy .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdtyntllWy .prices {
  color: #ffffff;
}
.cid-sdtyntllWy .oldPrice {
  text-decoration: line-through;
}
.cid-sdtyntllWy .oldPrice,
.cid-sdtyntllWy .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sdtyntllWy .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdtyntllWy .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sdtyntllWy .mbr-section-subtitle {
  text-align: left;
}
.cid-sdt6Wmyw0m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt6Wmyw0m a:link {
  text-decoration: none;
}
.cid-sdt6Wmyw0m .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt6Wmyw0m .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt6Wmyw0m .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt6Wmyw0m .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt6Wmyw0m .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt6Wmyw0m .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt6Wmyw0m .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt6Wmyw0m .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt6Wmyw0m .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt6Wmyw0m .plan-title,
.cid-sdt6Wmyw0m .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt6Wmyw0m .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt6Wmyw0m .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt6Wmyw0m .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt6Wmyw0m .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-si1v0k5Net {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-si1v0k5Net .row {
  flex-direction: row-reverse;
}
.cid-si1v0k5Net .img-wrap img {
  width: 100%;
}
.cid-si1v0k5Net .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-si1v0k5Net .card .wrapper {
  overflow: hidden;
}
.cid-si1v0k5Net .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-si1v0k5Net .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d90a2c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-si1v0k5Net .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-si1v0k5Net .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-si1v0k5Net .card .wrapper .mbr-text {
  color: #034173;
  font-weight: 300;
}
.cid-si1v0k5Net .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-si1v0k5Net .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-si1v0k5Net .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-si1v0k5Net .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-si1v0k5Net .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-si1v0k5Net .card .wrapper .mbr-text {
  color: #444345;
}
.cid-sdt5cDrzmk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sdt5cDrzmk .title__block {
  padding: 30px 15px;
}
.cid-sdt5cDrzmk .mbr-text {
  margin-bottom: 30px;
}
.cid-sdt5cDrzmk .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sdt5cDrzmk .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sdt5cDrzmk .bottom__text {
  margin: 10px 0;
}
.cid-sdt5cDrzmk .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-sdt5cDrzmk .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sdt5cDrzmk .btn {
  margin-top: 0;
}
.cid-sdt5cDrzmk .btn:hover {
  background-color: #d20505 !important;
  border-color: #d20505 !important;
}
.cid-sdt5cDrzmk img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sdt5cDrzmk .image {
    margin-bottom: 10px;
  }
  .cid-sdt5cDrzmk .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sdt53EVLcx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt53EVLcx a:link {
  text-decoration: none;
}
.cid-sdt53EVLcx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt53EVLcx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt53EVLcx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt53EVLcx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt53EVLcx .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt53EVLcx .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt53EVLcx .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt53EVLcx .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt53EVLcx .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt53EVLcx .plan-title,
.cid-sdt53EVLcx .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt53EVLcx .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt53EVLcx .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt53EVLcx .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt53EVLcx .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-scIhi3Fmik {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scIhi3Fmik .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-scIhi3Fmik .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-scIhi3Fmik img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-scIhi3Fmik .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sdt75geIvz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt75geIvz a:link {
  text-decoration: none;
}
.cid-sdt75geIvz .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt75geIvz .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt75geIvz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt75geIvz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt75geIvz .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt75geIvz .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt75geIvz .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt75geIvz .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt75geIvz .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt75geIvz .plan-title,
.cid-sdt75geIvz .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt75geIvz .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt75geIvz .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt75geIvz .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt75geIvz .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdkpHnCAnX {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdkpHnCAnX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdkpHnCAnX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdkpHnCAnX img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdkpHnCAnX .mbr-image-title {
  text-align: right;
  color: #8e6607;
}
.cid-sdkrLyeq6C {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdkrLyeq6C .mbr-section-subtitle {
  color: #767676;
}
.cid-sdkrLyeq6C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdkrLyeq6C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdkrLyeq6C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdkrLyeq6C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdkrLyeq6C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-sdkrLyeq6C .icon-focus,
.cid-sdkrLyeq6C .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdkrLyeq6C .icon-focus:before,
.cid-sdkrLyeq6C .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdkrLyeq6C .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdkrLyeq6C .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdkrLyeq6C ul {
  font-size: 0;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdkrLyeq6C .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdkrLyeq6C .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdkrLyeq6C .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul li:first-child,
.cid-sdkrLyeq6C .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdkrLyeq6C .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdkrLyeq6C .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdkrLyeq6C .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdt7gaOZzs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt7gaOZzs a:link {
  text-decoration: none;
}
.cid-sdt7gaOZzs .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt7gaOZzs .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt7gaOZzs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt7gaOZzs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt7gaOZzs .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt7gaOZzs .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt7gaOZzs .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt7gaOZzs .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt7gaOZzs .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt7gaOZzs .plan-title,
.cid-sdt7gaOZzs .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt7gaOZzs .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt7gaOZzs .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt7gaOZzs .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt7gaOZzs .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdl5ib6o7L {
  background-image: url("../../../assets/images/porsche-917-50th-anniversary-remi-dargegen-porsche-ag-3877-2000x1333.jpg");
  background-position: right;
}
.cid-sdl5ib6o7L .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sdl5ib6o7L .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sdl5ib6o7L .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sdl5ib6o7L img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sdl5ib6o7L .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sdl4MI4yLM {
  background-color: #ffffff;
}
.cid-sdl4MI4yLM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sdl4MI4yLM .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sdl4MI4yLM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdl4MI4yLM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sdl4MI4yLM .image-element {
    padding-left: 0;
  }
}
.cid-sdl4MI4yLM .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sdl4MI4yLM .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sdl4MI4yLM .brown {
  color: #d20505;
}
.cid-sdl4MI4yLM .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdl4MI4yLM .paragraphs-wrapper .first-paragraph,
.cid-sdl4MI4yLM .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sdl4MI4yLM .image-element {
    padding-top: 1rem;
  }
  .cid-sdl4MI4yLM .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sdl4MI4yLM .paragraphs-wrapper .first-paragraph,
  .cid-sdl4MI4yLM .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sdl4MI4yLM .first-paragraph,
  .cid-sdl4MI4yLM .second-paragraph {
    width: 50%;
  }
  .cid-sdl4MI4yLM .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sdl4MI4yLM .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sdl4MI4yLM .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sdl4MI4yLM .mbr-section-title,
  .cid-sdl4MI4yLM .mbr-section-btn {
    text-align: left;
  }
}
.cid-sdl4MI4yLM .mbr-text,
.cid-sdl4MI4yLM .mbr-section-btn {
  color: #444345;
  text-align: left;
}
.cid-sdl4MI4yLM .mbr-section-title {
  color: #ffffff;
}
.cid-sdl71zKoBB {
  background-image: url("../../../assets/images/porsche-917-50th-anniversary-remi-dargegen-porsche-ag-3831-2000x1333.jpg");
  background-position: right;
}
.cid-sdl71zKoBB .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sdl71zKoBB .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sdl71zKoBB .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sdl71zKoBB img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sdl71zKoBB .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sdl74XP7LV {
  background-color: #ffffff;
}
.cid-sdl74XP7LV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sdl74XP7LV .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sdl74XP7LV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdl74XP7LV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sdl74XP7LV .image-element {
    padding-left: 0;
  }
}
.cid-sdl74XP7LV .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sdl74XP7LV .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sdl74XP7LV .brown {
  color: #d20505;
}
.cid-sdl74XP7LV .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdl74XP7LV .paragraphs-wrapper .first-paragraph,
.cid-sdl74XP7LV .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sdl74XP7LV .image-element {
    padding-top: 1rem;
  }
  .cid-sdl74XP7LV .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sdl74XP7LV .paragraphs-wrapper .first-paragraph,
  .cid-sdl74XP7LV .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sdl74XP7LV .first-paragraph,
  .cid-sdl74XP7LV .second-paragraph {
    width: 50%;
  }
  .cid-sdl74XP7LV .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sdl74XP7LV .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sdl74XP7LV .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sdl74XP7LV .mbr-section-title,
  .cid-sdl74XP7LV .mbr-section-btn {
    text-align: left;
  }
}
.cid-sdl74XP7LV .mbr-text,
.cid-sdl74XP7LV .mbr-section-btn {
  color: #cccccc;
}
.cid-sdl74XP7LV .mbr-section-title {
  color: #ffffff;
}
.cid-sdl7UqZzQX {
  background-image: url("../../../assets/images/porsche-917-50th-anniversary-remi-dargegen-porsche-ag-4054-2000x1333.jpg");
  background-position: right;
}
.cid-sdl7UqZzQX .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sdl7UqZzQX .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sdl7UqZzQX .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sdl7UqZzQX img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sdl7UqZzQX .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sdl8VyIQsU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sdl8VyIQsU .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-sdl8VyIQsU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sdl8VyIQsU .image-block:hover:before {
  opacity: 0;
}
.cid-sdl8VyIQsU .image-block:hover .wrap {
  opacity: 1;
}
.cid-sdl8VyIQsU .image-block:hover img {
  transform: scale(1.05);
}
.cid-sdl8VyIQsU h4 {
  letter-spacing: 2px;
}
.cid-sdl8VyIQsU figcaption {
  position: relative;
}
.cid-sdl8VyIQsU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sdl8VyIQsU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sdl8VyIQsU .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sdl8VyIQsU .wrap {
    opacity: 1!important;
  }
  .cid-sdl8VyIQsU .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sdl9rh0kEp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sdl9rh0kEp .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sdl9rh0kEp .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sdl9rh0kEp .image-block:hover:before {
  opacity: 0;
}
.cid-sdl9rh0kEp .image-block:hover .wrap {
  opacity: 1;
}
.cid-sdl9rh0kEp .image-block:hover img {
  transform: scale(1.05);
}
.cid-sdl9rh0kEp h4 {
  letter-spacing: 2px;
}
.cid-sdl9rh0kEp figcaption {
  position: relative;
}
.cid-sdl9rh0kEp figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sdl9rh0kEp img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sdl9rh0kEp .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sdl9rh0kEp .wrap {
    opacity: 1!important;
  }
  .cid-sdl9rh0kEp .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdsDkfc1Gz {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdsDkfc1Gz .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdsDkfc1Gz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdsDkfc1Gz img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdsDkfc1Gz .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdsWIS6syk {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdsWIS6syk .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdsWIS6syk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdsWIS6syk img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdsWIS6syk .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sdsYDTpIQG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdsYDTpIQG .mbr-section-subtitle {
  color: #000000;
}
.cid-sdsYDTpIQG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdsYDTpIQG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdsYDTpIQG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdsYDTpIQG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdsYDTpIQG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdsYDTpIQG .icon-focus,
.cid-sdsYDTpIQG .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdsYDTpIQG .icon-focus:before,
.cid-sdsYDTpIQG .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdsYDTpIQG .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdsYDTpIQG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdsYDTpIQG ul {
  font-size: 0;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdsYDTpIQG .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdsYDTpIQG .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdsYDTpIQG .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul li:first-child,
.cid-sdsYDTpIQG .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdsYDTpIQG .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdsYDTpIQG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdsYDTpIQG .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdt7bTSf2j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdt7bTSf2j a:link {
  text-decoration: none;
}
.cid-sdt7bTSf2j .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdt7bTSf2j .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdt7bTSf2j .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdt7bTSf2j .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdt7bTSf2j .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdt7bTSf2j .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdt7bTSf2j .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdt7bTSf2j .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdt7bTSf2j .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdt7bTSf2j .plan-title,
.cid-sdt7bTSf2j .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdt7bTSf2j .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdt7bTSf2j .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdt7bTSf2j .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdt7bTSf2j .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdjDbsjlrP {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdjDbsjlrP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdjDbsjlrP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdjDbsjlrP img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdjDbsjlrP .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdjE3Ryip6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdjE3Ryip6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sdjE3Ryip6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdjE3Ryip6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdjE3Ryip6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdjE3Ryip6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdjE3Ryip6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdjE3Ryip6 .icon-focus,
.cid-sdjE3Ryip6 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdjE3Ryip6 .icon-focus:before,
.cid-sdjE3Ryip6 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdjE3Ryip6 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdjE3Ryip6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdjE3Ryip6 ul {
  font-size: 0;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li:first-child,
.cid-sdjE3Ryip6 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdjE3Ryip6 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdjE3Ryip6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdjE3Ryip6 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdtN2j3R6p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdtN2j3R6p .mbr-section-subtitle {
  color: #767676;
}
.cid-sdtN2j3R6p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdtN2j3R6p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdtN2j3R6p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdtN2j3R6p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdtN2j3R6p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdtN2j3R6p .icon-focus,
.cid-sdtN2j3R6p .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdtN2j3R6p .icon-focus:before,
.cid-sdtN2j3R6p .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdtN2j3R6p .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdtN2j3R6p .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdtN2j3R6p ul {
  font-size: 0;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdtN2j3R6p .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdtN2j3R6p .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdtN2j3R6p .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul li:first-child,
.cid-sdtN2j3R6p .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdtN2j3R6p .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdtN2j3R6p .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdtN2j3R6p .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdtKYhu5Lv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdtKYhu5Lv .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdtKYhu5Lv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdtKYhu5Lv img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdtKYhu5Lv .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdtPegPPiC {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdtPegPPiC .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdtPegPPiC .mbr-section-title {
  text-align: left;
  color: #d90a2c;
}
.cid-sdtPegPPiC img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdtPegPPiC .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdtPehmBL4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdtPehmBL4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sdtPehmBL4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdtPehmBL4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdtPehmBL4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdtPehmBL4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdtPehmBL4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdtPehmBL4 .icon-focus,
.cid-sdtPehmBL4 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdtPehmBL4 .icon-focus:before,
.cid-sdtPehmBL4 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdtPehmBL4 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdtPehmBL4 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdtPehmBL4 ul {
  font-size: 0;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdtPehmBL4 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdtPehmBL4 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdtPehmBL4 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul li:first-child,
.cid-sdtPehmBL4 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdtPehmBL4 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdtPehmBL4 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdtPehmBL4 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdtPejz8AE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdtPejz8AE .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdtPejz8AE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdtPejz8AE img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdtPejz8AE .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdB6yQV1cr {
  padding-top: 225px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdB6yQV1cr .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdB6yQV1cr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdB6yQV1cr img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdB6yQV1cr .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sdBarqMkLT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sdBarqMkLT .image-block {
  margin: auto;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.cid-sdBarqMkLT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sdBarqMkLT .image-block:hover:before {
  opacity: 0;
}
.cid-sdBarqMkLT .image-block:hover .wrap {
  opacity: 1;
}
.cid-sdBarqMkLT .image-block:hover img {
  transform: scale(1.05);
}
.cid-sdBarqMkLT h4 {
  letter-spacing: 2px;
}
.cid-sdBarqMkLT figcaption {
  position: relative;
}
.cid-sdBarqMkLT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sdBarqMkLT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sdBarqMkLT .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sdBarqMkLT .wrap {
    opacity: 1!important;
  }
  .cid-sdBarqMkLT .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sdB9Y4oa9F {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdB9Y4oa9F .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdB9Y4oa9F .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdB9Y4oa9F img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdB9Y4oa9F .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sdB6yRrPW0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdB6yRrPW0 .mbr-section-subtitle {
  color: #000000;
}
.cid-sdB6yRrPW0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdB6yRrPW0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdB6yRrPW0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdB6yRrPW0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdB6yRrPW0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdB6yRrPW0 .icon-focus,
.cid-sdB6yRrPW0 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdB6yRrPW0 .icon-focus:before,
.cid-sdB6yRrPW0 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdB6yRrPW0 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdB6yRrPW0 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdB6yRrPW0 ul {
  font-size: 0;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li:first-child,
.cid-sdB6yRrPW0 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdB6yRrPW0 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdB6yRrPW0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdB6yRrPW0 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdCDFOc5OA {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdCDFOc5OA .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdCDFOc5OA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdCDFOc5OA img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdCDFOc5OA .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdCDFQvB8q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdCDFQvB8q .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdCDFQvB8q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdCDFQvB8q img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdCDFQvB8q .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdCKFFDoFu {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdCKFFDoFu .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdCKFFDoFu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdCKFFDoFu img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdCKFFDoFu .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdCKFGlyVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdCKFGlyVJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sdCKFGlyVJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdCKFGlyVJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdCKFGlyVJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdCKFGlyVJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdCKFGlyVJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdCKFGlyVJ .icon-focus,
.cid-sdCKFGlyVJ .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdCKFGlyVJ .icon-focus:before,
.cid-sdCKFGlyVJ .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdCKFGlyVJ .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdCKFGlyVJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdCKFGlyVJ ul {
  font-size: 0;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li:first-child,
.cid-sdCKFGlyVJ .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdCKFGlyVJ .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdCKFGlyVJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdCKFGlyVJ .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdCKFGWjZs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdCKFGWjZs .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdCKFGWjZs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdCKFGWjZs img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdCKFGWjZs .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdCKFHjGFA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdCKFHjGFA a:link {
  text-decoration: none;
}
.cid-sdCKFHjGFA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdCKFHjGFA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdCKFHjGFA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdCKFHjGFA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdCKFHjGFA .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdCKFHjGFA .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdCKFHjGFA .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdCKFHjGFA .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdCKFHjGFA .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdCKFHjGFA .plan-title,
.cid-sdCKFHjGFA .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdCKFHjGFA .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdCKFHjGFA .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdCKFHjGFA .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdCKFHjGFA .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdIJkmc5FR {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdIJkmc5FR .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdIJkmc5FR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdIJkmc5FR img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdIJkmc5FR .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdIJkmZbzt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdIJkmZbzt .mbr-section-subtitle {
  color: #767676;
}
.cid-sdIJkmZbzt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdIJkmZbzt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdIJkmZbzt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdIJkmZbzt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdIJkmZbzt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdIJkmZbzt .icon-focus,
.cid-sdIJkmZbzt .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdIJkmZbzt .icon-focus:before,
.cid-sdIJkmZbzt .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdIJkmZbzt .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdIJkmZbzt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdIJkmZbzt ul {
  font-size: 0;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdIJkmZbzt .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdIJkmZbzt .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdIJkmZbzt .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul li:first-child,
.cid-sdIJkmZbzt .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdIJkmZbzt .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdIJkmZbzt .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdIJkmZbzt .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdIJknHBCg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdIJknHBCg .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sdIJknHBCg .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdIJknHBCg img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdIJknHBCg .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sdIJkobre8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdIJkobre8 a:link {
  text-decoration: none;
}
.cid-sdIJkobre8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdIJkobre8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdIJkobre8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdIJkobre8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdIJkobre8 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdIJkobre8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdIJkobre8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdIJkobre8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdIJkobre8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdIJkobre8 .plan-title,
.cid-sdIJkobre8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdIJkobre8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdIJkobre8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdIJkobre8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdIJkobre8 .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdL6xj85bm {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdL6xj85bm .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdL6xj85bm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdL6xj85bm img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdL6xj85bm .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sdL6xj85bm .mbr-image-title P {
  text-align: right;
}
.cid-sdL6xkjju6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdL6xkjju6 .mbr-section-subtitle {
  color: #000000;
}
.cid-sdL6xkjju6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdL6xkjju6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdL6xkjju6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdL6xkjju6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdL6xkjju6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdL6xkjju6 .icon-focus,
.cid-sdL6xkjju6 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdL6xkjju6 .icon-focus:before,
.cid-sdL6xkjju6 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdL6xkjju6 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdL6xkjju6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdL6xkjju6 ul {
  font-size: 0;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdL6xkjju6 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdL6xkjju6 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdL6xkjju6 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul li:first-child,
.cid-sdL6xkjju6 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdL6xkjju6 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdL6xkjju6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdL6xkjju6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdL9Rv8TlJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdL9Rv8TlJ .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdL9Rv8TlJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdL9Rv8TlJ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdL9Rv8TlJ .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sdL6xl2Lsy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdL6xl2Lsy a:link {
  text-decoration: none;
}
.cid-sdL6xl2Lsy .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdL6xl2Lsy .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdL6xl2Lsy .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdL6xl2Lsy .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdL6xl2Lsy .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdL6xl2Lsy .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdL6xl2Lsy .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdL6xl2Lsy .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdL6xl2Lsy .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdL6xl2Lsy .plan-title,
.cid-sdL6xl2Lsy .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdL6xl2Lsy .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdL6xl2Lsy .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdL6xl2Lsy .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdL6xl2Lsy .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdLeel5baT {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdLeel5baT .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdLeel5baT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdLeel5baT img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdLeel5baT .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdLeel5baT .mbr-image-title P {
  text-align: left;
}
.cid-sdO1RvnIjR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdO1RvnIjR .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdO1RvnIjR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdO1RvnIjR img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdO1RvnIjR .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdO3NILM8A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdO3NILM8A .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdO3NILM8A .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdO3NILM8A img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdO3NILM8A .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdO4oUnhMa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdO4oUnhMa .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdO4oUnhMa .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdO4oUnhMa img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdO4oUnhMa .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdO4EdaH2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdO4EdaH2C .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdO4EdaH2C .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdO4EdaH2C img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdO4EdaH2C .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdO54Znhht {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdO54Znhht .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdO54Znhht .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdO54Znhht img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdO54Znhht .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdLeenakh5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdLeenakh5 a:link {
  text-decoration: none;
}
.cid-sdLeenakh5 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdLeenakh5 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdLeenakh5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdLeenakh5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdLeenakh5 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdLeenakh5 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdLeenakh5 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdLeenakh5 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdLeenakh5 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdLeenakh5 .plan-title,
.cid-sdLeenakh5 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdLeenakh5 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdLeenakh5 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdLeenakh5 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdLeenakh5 .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdOcoTZ6E2 {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdOcoTZ6E2 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdOcoTZ6E2 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdOcoTZ6E2 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdOcoTZ6E2 .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdOcoTZ6E2 .mbr-image-title P {
  text-align: left;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdR5CelDPk {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdR5CelDPk .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdR5CelDPk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdR5CelDPk img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdR5CelDPk .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdR5CelDPk .mbr-image-title P {
  text-align: left;
}
.cid-sdR8SMIkra {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdR8SMIkra .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdR8SMIkra .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdR8SMIkra img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdR8SMIkra .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdR5CfSfmb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdR5CfSfmb a:link {
  text-decoration: none;
}
.cid-sdR5CfSfmb .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdR5CfSfmb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdR5CfSfmb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdR5CfSfmb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdR5CfSfmb .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdR5CfSfmb .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdR5CfSfmb .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdR5CfSfmb .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdR5CfSfmb .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdR5CfSfmb .plan-title,
.cid-sdR5CfSfmb .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdR5CfSfmb .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdR5CfSfmb .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdR5CfSfmb .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdR5CfSfmb .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdR9RKJEuu {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdR9RKJEuu .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdR9RKJEuu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdR9RKJEuu img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdR9RKJEuu .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdR9RKJEuu .mbr-image-title P {
  text-align: left;
}
.cid-sdR9RLZuNP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdR9RLZuNP .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdR9RLZuNP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdR9RLZuNP img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdR9RLZuNP .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdR9RNwowf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sdR9RNwowf a:link {
  text-decoration: none;
}
.cid-sdR9RNwowf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdR9RNwowf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sdR9RNwowf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdR9RNwowf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdR9RNwowf .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sdR9RNwowf .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sdR9RNwowf .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sdR9RNwowf .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sdR9RNwowf .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sdR9RNwowf .plan-title,
.cid-sdR9RNwowf .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sdR9RNwowf .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sdR9RNwowf .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sdR9RNwowf .mbr-section-title span {
  color: #ffbc00;
}
.cid-sdR9RNwowf .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sdTUIlcYX8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdTUIlcYX8 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdTUIlcYX8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdTUIlcYX8 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdTUIlcYX8 .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sdTUIlcYX8 .mbr-image-title P {
  text-align: left;
}
.cid-sdTUIlNkEC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdTUIlNkEC .mbr-section-subtitle {
  color: #000000;
}
.cid-sdTUIlNkEC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdTUIlNkEC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdTUIlNkEC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdTUIlNkEC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdTUIlNkEC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sdTUIlNkEC .icon-focus,
.cid-sdTUIlNkEC .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sdTUIlNkEC .icon-focus:before,
.cid-sdTUIlNkEC .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdTUIlNkEC .icon-video {
  font-size: 1.5rem !important;
}
.cid-sdTUIlNkEC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sdTUIlNkEC ul {
  font-size: 0;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sdTUIlNkEC .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sdTUIlNkEC .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sdTUIlNkEC .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul li:first-child,
.cid-sdTUIlNkEC .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sdTUIlNkEC .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sdTUIlNkEC .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sdTUIlNkEC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sdZL5PJVRB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdZL5PJVRB .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sdZL5PJVRB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sdZL5PJVRB img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdZL5PJVRB .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-seCd1gJBBL {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seCd1gJBBL .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-seCd1gJBBL .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-seCd1gJBBL img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-seCd1gJBBL .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-seCd1gJBBL .mbr-image-title P {
  text-align: right;
}
.cid-seCd1heZ2O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seCd1heZ2O .mbr-section-subtitle {
  color: #000000;
}
.cid-seCd1heZ2O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seCd1heZ2O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seCd1heZ2O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seCd1heZ2O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seCd1heZ2O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seCd1heZ2O .icon-focus,
.cid-seCd1heZ2O .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seCd1heZ2O .icon-focus:before,
.cid-seCd1heZ2O .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seCd1heZ2O .icon-video {
  font-size: 1.5rem !important;
}
.cid-seCd1heZ2O .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seCd1heZ2O ul {
  font-size: 0;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seCd1heZ2O .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-seCd1heZ2O .mbr-gallery-filter ul li.active .btn.active:after,
.cid-seCd1heZ2O .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul li:first-child,
.cid-seCd1heZ2O .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seCd1heZ2O .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-seCd1heZ2O .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seCd1heZ2O .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seCd1hVRY5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seCd1hVRY5 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-seCd1hVRY5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-seCd1hVRY5 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-seCd1hVRY5 .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-seCd1jAALy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-seCd1jAALy a:link {
  text-decoration: none;
}
.cid-seCd1jAALy .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-seCd1jAALy .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-seCd1jAALy .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-seCd1jAALy .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-seCd1jAALy .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-seCd1jAALy .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-seCd1jAALy .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-seCd1jAALy .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-seCd1jAALy .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-seCd1jAALy .plan-title,
.cid-seCd1jAALy .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-seCd1jAALy .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-seCd1jAALy .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-seCd1jAALy .mbr-section-title span {
  color: #ffbc00;
}
.cid-seCd1jAALy .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sf0W4TEIwT {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sf0W4TEIwT .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sf0W4TEIwT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sf0W4TEIwT img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sf0W4TEIwT .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sf0W4TEIwT .mbr-image-title P {
  text-align: left;
}
.cid-sf0W4U4Acj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sf0W4U4Acj .mbr-section-subtitle {
  color: #000000;
}
.cid-sf0W4U4Acj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sf0W4U4Acj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sf0W4U4Acj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sf0W4U4Acj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sf0W4U4Acj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sf0W4U4Acj .icon-focus,
.cid-sf0W4U4Acj .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sf0W4U4Acj .icon-focus:before,
.cid-sf0W4U4Acj .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf0W4U4Acj .icon-video {
  font-size: 1.5rem !important;
}
.cid-sf0W4U4Acj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sf0W4U4Acj ul {
  font-size: 0;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sf0W4U4Acj .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sf0W4U4Acj .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sf0W4U4Acj .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul li:first-child,
.cid-sf0W4U4Acj .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sf0W4U4Acj .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sf0W4U4Acj .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sf0W4U4Acj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sf0W4V9rMC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sf0W4V9rMC .mbr-section-subtitle {
  color: #000000;
}
.cid-sf0W4V9rMC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sf0W4V9rMC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sf0W4V9rMC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sf0W4V9rMC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sf0W4V9rMC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sf0W4V9rMC .icon-focus,
.cid-sf0W4V9rMC .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sf0W4V9rMC .icon-focus:before,
.cid-sf0W4V9rMC .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf0W4V9rMC .icon-video {
  font-size: 1.5rem !important;
}
.cid-sf0W4V9rMC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sf0W4V9rMC ul {
  font-size: 0;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sf0W4V9rMC .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sf0W4V9rMC .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sf0W4V9rMC .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul li:first-child,
.cid-sf0W4V9rMC .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sf0W4V9rMC .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sf0W4V9rMC .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sf0W4V9rMC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfoFsyh4nK {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfoFsyh4nK .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sfoFsyh4nK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sfoFsyh4nK img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sfoFsyh4nK .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sfoFsyh4nK .mbr-image-title P {
  text-align: right;
}
.cid-sfoFsyBz27 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfoFsyBz27 .mbr-section-subtitle {
  color: #000000;
}
.cid-sfoFsyBz27 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfoFsyBz27 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfoFsyBz27 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfoFsyBz27 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfoFsyBz27 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sfoFsyBz27 .icon-focus,
.cid-sfoFsyBz27 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sfoFsyBz27 .icon-focus:before,
.cid-sfoFsyBz27 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfoFsyBz27 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sfoFsyBz27 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sfoFsyBz27 ul {
  font-size: 0;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sfoFsyBz27 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sfoFsyBz27 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sfoFsyBz27 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul li:first-child,
.cid-sfoFsyBz27 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sfoFsyBz27 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sfoFsyBz27 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sfoFsyBz27 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sfoFsz5cw1 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfoFsz5cw1 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sfoFsz5cw1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sfoFsz5cw1 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sfoFsz5cw1 .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sfoFszrvg0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sfoFszrvg0 a:link {
  text-decoration: none;
}
.cid-sfoFszrvg0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfoFszrvg0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sfoFszrvg0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfoFszrvg0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfoFszrvg0 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sfoFszrvg0 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sfoFszrvg0 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sfoFszrvg0 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sfoFszrvg0 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sfoFszrvg0 .plan-title,
.cid-sfoFszrvg0 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sfoFszrvg0 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sfoFszrvg0 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sfoFszrvg0 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sfoFszrvg0 .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfAdobiNmJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfAdobiNmJ .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfAdobiNmJ .price {
  margin-top: 5px;
}
.cid-sfAdobiNmJ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfAdobiNmJ .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfAdobiNmJ .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfAdobiNmJ .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfAdobiNmJ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfAdobiNmJ .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfAdobiNmJ .content__block,
  .cid-sfAdobiNmJ .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfAdobiNmJ .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfAdobiNmJ .mbr-section-title {
  color: #000000;
}
.cid-sfyJHlJc9d {
  background-color: #ffffff;
}
.cid-sfyJHlJc9d .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfyJHlJc9d .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfyJHlJc9d .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfyJHlJc9d .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfyJHlJc9d .image-element {
    padding-left: 0;
  }
}
.cid-sfyJHlJc9d .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfyJHlJc9d .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfyJHlJc9d .brown {
  color: #d20505;
}
.cid-sfyJHlJc9d .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfyJHlJc9d .paragraphs-wrapper .first-paragraph,
.cid-sfyJHlJc9d .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfyJHlJc9d .image-element {
    padding-top: 1rem;
  }
  .cid-sfyJHlJc9d .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfyJHlJc9d .paragraphs-wrapper .first-paragraph,
  .cid-sfyJHlJc9d .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfyJHlJc9d .first-paragraph,
  .cid-sfyJHlJc9d .second-paragraph {
    width: 50%;
  }
  .cid-sfyJHlJc9d .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfyJHlJc9d .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfyJHlJc9d .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfyJHlJc9d .mbr-section-title,
  .cid-sfyJHlJc9d .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfyJHlJc9d .mbr-text,
.cid-sfyJHlJc9d .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfyJHlJc9d .mbr-section-title {
  color: #ffffff;
}
.cid-sfyOBKKb6a {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfyOBKKb6a .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfyOBKKb6a .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfyOBKKb6a .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfyOBKKb6a .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfyOBKKb6a .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfyOBKKb6a .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfyOBKKb6a .carousel-control,
.cid-sfyOBKKb6a .close {
  background: #1b1b1b;
}
.cid-sfyOBKKb6a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfyOBKKb6a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfyOBKKb6a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfyOBKKb6a .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfyOBKKb6a .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfyOBKKb6a .close::before {
  content: '\e91a';
}
.cid-sfyOBKKb6a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfyOBKKb6a .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfyOBKKb6a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfyOBKKb6a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfyOBKKb6a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfyOBKKb6a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfyOBKKb6a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfyOBKKb6a .carousel-indicators li.active,
.cid-sfyOBKKb6a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfyOBKKb6a .carousel-indicators li::after,
.cid-sfyOBKKb6a .carousel-indicators li::before {
  content: none;
}
.cid-sfyOBKKb6a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfyOBKKb6a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfyOBKKb6a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfyOBKKb6a .carousel-indicators {
    display: none;
  }
}
.cid-sfyOBKKb6a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfyOBKKb6a .carousel-inner > .active {
  display: block;
}
.cid-sfyOBKKb6a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfyOBKKb6a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfyOBKKb6a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfyOBKKb6a .carousel-control,
  .cid-sfyOBKKb6a .carousel-indicators,
  .cid-sfyOBKKb6a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfyOBKKb6a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfyOBKKb6a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfyOBKKb6a .carousel-indicators .active,
.cid-sfyOBKKb6a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfyOBKKb6a .carousel-indicators .active {
  background: #fff;
}
.cid-sfyOBKKb6a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfyOBKKb6a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfyOBKKb6a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfyOBKKb6a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfyOBKKb6a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfyOBKKb6a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfyOBKKb6a .carousel {
  width: 100%;
}
.cid-sfyOBKKb6a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfyOBKKb6a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfyOBKKb6a .modal.fade .modal-dialog,
.cid-sfyOBKKb6a .modal.in .modal-dialog {
  transform: none;
}
.cid-sfyOBKKb6a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfyOBKKb6a H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sfyOBKKb6a H3 {
  color: #df0e0e;
}
.cid-sfyJHnEzE2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sfyJHnEzE2 a:link {
  text-decoration: none;
}
.cid-sfyJHnEzE2 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfyJHnEzE2 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sfyJHnEzE2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfyJHnEzE2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfyJHnEzE2 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sfyJHnEzE2 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sfyJHnEzE2 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sfyJHnEzE2 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sfyJHnEzE2 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sfyJHnEzE2 .plan-title,
.cid-sfyJHnEzE2 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sfyJHnEzE2 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sfyJHnEzE2 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sfyJHnEzE2 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sfyJHnEzE2 .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfAdAHau1s {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfAdAHau1s .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfAdAHau1s .price {
  margin-top: 5px;
}
.cid-sfAdAHau1s .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfAdAHau1s .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfAdAHau1s .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfAdAHau1s .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfAdAHau1s .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfAdAHau1s .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfAdAHau1s .content__block,
  .cid-sfAdAHau1s .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfAdAHau1s .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfAdAHau1s .mbr-section-title {
  color: #000000;
}
.cid-sfA6vlxs0L {
  background-color: #ffffff;
}
.cid-sfA6vlxs0L .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfA6vlxs0L .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfA6vlxs0L .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfA6vlxs0L .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfA6vlxs0L .image-element {
    padding-left: 0;
  }
}
.cid-sfA6vlxs0L .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfA6vlxs0L .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfA6vlxs0L .brown {
  color: #d20505;
}
.cid-sfA6vlxs0L .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfA6vlxs0L .paragraphs-wrapper .first-paragraph,
.cid-sfA6vlxs0L .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfA6vlxs0L .image-element {
    padding-top: 1rem;
  }
  .cid-sfA6vlxs0L .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfA6vlxs0L .paragraphs-wrapper .first-paragraph,
  .cid-sfA6vlxs0L .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfA6vlxs0L .first-paragraph,
  .cid-sfA6vlxs0L .second-paragraph {
    width: 50%;
  }
  .cid-sfA6vlxs0L .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfA6vlxs0L .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfA6vlxs0L .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfA6vlxs0L .mbr-section-title,
  .cid-sfA6vlxs0L .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfA6vlxs0L .mbr-text,
.cid-sfA6vlxs0L .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfA6vlxs0L .mbr-section-title {
  color: #ffffff;
}
.cid-sfA6vm8QXa {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfA6vm8QXa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfA6vm8QXa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfA6vm8QXa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfA6vm8QXa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfA6vm8QXa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfA6vm8QXa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfA6vm8QXa .carousel-control,
.cid-sfA6vm8QXa .close {
  background: #1b1b1b;
}
.cid-sfA6vm8QXa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfA6vm8QXa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfA6vm8QXa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfA6vm8QXa .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfA6vm8QXa .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfA6vm8QXa .close::before {
  content: '\e91a';
}
.cid-sfA6vm8QXa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfA6vm8QXa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfA6vm8QXa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfA6vm8QXa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfA6vm8QXa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfA6vm8QXa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfA6vm8QXa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfA6vm8QXa .carousel-indicators li.active,
.cid-sfA6vm8QXa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfA6vm8QXa .carousel-indicators li::after,
.cid-sfA6vm8QXa .carousel-indicators li::before {
  content: none;
}
.cid-sfA6vm8QXa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfA6vm8QXa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfA6vm8QXa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfA6vm8QXa .carousel-indicators {
    display: none;
  }
}
.cid-sfA6vm8QXa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfA6vm8QXa .carousel-inner > .active {
  display: block;
}
.cid-sfA6vm8QXa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfA6vm8QXa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfA6vm8QXa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfA6vm8QXa .carousel-control,
  .cid-sfA6vm8QXa .carousel-indicators,
  .cid-sfA6vm8QXa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfA6vm8QXa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfA6vm8QXa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfA6vm8QXa .carousel-indicators .active,
.cid-sfA6vm8QXa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfA6vm8QXa .carousel-indicators .active {
  background: #fff;
}
.cid-sfA6vm8QXa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfA6vm8QXa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfA6vm8QXa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfA6vm8QXa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfA6vm8QXa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfA6vm8QXa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfA6vm8QXa .carousel {
  width: 100%;
}
.cid-sfA6vm8QXa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfA6vm8QXa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfA6vm8QXa .modal.fade .modal-dialog,
.cid-sfA6vm8QXa .modal.in .modal-dialog {
  transform: none;
}
.cid-sfA6vm8QXa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfA6vm8QXa H6 {
  text-align: center;
}
.cid-sfA6vm8QXa H3 {
  color: #df0e0e;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfAdEBTYfH {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfAdEBTYfH .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfAdEBTYfH .price {
  margin-top: 5px;
}
.cid-sfAdEBTYfH .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfAdEBTYfH .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfAdEBTYfH .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfAdEBTYfH .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfAdEBTYfH .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfAdEBTYfH .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfAdEBTYfH .content__block,
  .cid-sfAdEBTYfH .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfAdEBTYfH .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfAdEBTYfH .mbr-section-title {
  color: #000000;
}
.cid-sfA8zvu6vu {
  background-color: #ffffff;
}
.cid-sfA8zvu6vu .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfA8zvu6vu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfA8zvu6vu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfA8zvu6vu .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfA8zvu6vu .image-element {
    padding-left: 0;
  }
}
.cid-sfA8zvu6vu .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfA8zvu6vu .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfA8zvu6vu .brown {
  color: #d20505;
}
.cid-sfA8zvu6vu .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfA8zvu6vu .paragraphs-wrapper .first-paragraph,
.cid-sfA8zvu6vu .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfA8zvu6vu .image-element {
    padding-top: 1rem;
  }
  .cid-sfA8zvu6vu .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfA8zvu6vu .paragraphs-wrapper .first-paragraph,
  .cid-sfA8zvu6vu .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfA8zvu6vu .first-paragraph,
  .cid-sfA8zvu6vu .second-paragraph {
    width: 50%;
  }
  .cid-sfA8zvu6vu .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfA8zvu6vu .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfA8zvu6vu .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfA8zvu6vu .mbr-section-title,
  .cid-sfA8zvu6vu .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfA8zvu6vu .mbr-text,
.cid-sfA8zvu6vu .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfA8zvu6vu .mbr-section-title {
  color: #ffffff;
}
.cid-sfA8zvVrL9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfA8zvVrL9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfA8zvVrL9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfA8zvVrL9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfA8zvVrL9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfA8zvVrL9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfA8zvVrL9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfA8zvVrL9 .carousel-control,
.cid-sfA8zvVrL9 .close {
  background: #1b1b1b;
}
.cid-sfA8zvVrL9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfA8zvVrL9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfA8zvVrL9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfA8zvVrL9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfA8zvVrL9 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfA8zvVrL9 .close::before {
  content: '\e91a';
}
.cid-sfA8zvVrL9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfA8zvVrL9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfA8zvVrL9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfA8zvVrL9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfA8zvVrL9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfA8zvVrL9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfA8zvVrL9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfA8zvVrL9 .carousel-indicators li.active,
.cid-sfA8zvVrL9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfA8zvVrL9 .carousel-indicators li::after,
.cid-sfA8zvVrL9 .carousel-indicators li::before {
  content: none;
}
.cid-sfA8zvVrL9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfA8zvVrL9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfA8zvVrL9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfA8zvVrL9 .carousel-indicators {
    display: none;
  }
}
.cid-sfA8zvVrL9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfA8zvVrL9 .carousel-inner > .active {
  display: block;
}
.cid-sfA8zvVrL9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfA8zvVrL9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfA8zvVrL9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfA8zvVrL9 .carousel-control,
  .cid-sfA8zvVrL9 .carousel-indicators,
  .cid-sfA8zvVrL9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfA8zvVrL9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfA8zvVrL9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfA8zvVrL9 .carousel-indicators .active,
.cid-sfA8zvVrL9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfA8zvVrL9 .carousel-indicators .active {
  background: #fff;
}
.cid-sfA8zvVrL9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfA8zvVrL9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfA8zvVrL9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfA8zvVrL9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfA8zvVrL9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfA8zvVrL9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfA8zvVrL9 .carousel {
  width: 100%;
}
.cid-sfA8zvVrL9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfA8zvVrL9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfA8zvVrL9 .modal.fade .modal-dialog,
.cid-sfA8zvVrL9 .modal.in .modal-dialog {
  transform: none;
}
.cid-sfA8zvVrL9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfA8zvVrL9 H6 {
  text-align: center;
}
.cid-sfA8zvVrL9 H3 {
  color: #df0e0e;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfAd9Zi7Jx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfAd9Zi7Jx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfAd9Zi7Jx .price {
  margin-top: 5px;
}
.cid-sfAd9Zi7Jx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfAd9Zi7Jx .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfAd9Zi7Jx .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfAd9Zi7Jx .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfAd9Zi7Jx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfAd9Zi7Jx .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfAd9Zi7Jx .content__block,
  .cid-sfAd9Zi7Jx .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfAd9Zi7Jx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfAd9Zi7Jx .mbr-section-title {
  color: #000000;
}
.cid-sfAawdzQ2Z {
  background-color: #ffffff;
}
.cid-sfAawdzQ2Z .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfAawdzQ2Z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfAawdzQ2Z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfAawdzQ2Z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfAawdzQ2Z .image-element {
    padding-left: 0;
  }
}
.cid-sfAawdzQ2Z .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfAawdzQ2Z .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfAawdzQ2Z .brown {
  color: #d20505;
}
.cid-sfAawdzQ2Z .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfAawdzQ2Z .paragraphs-wrapper .first-paragraph,
.cid-sfAawdzQ2Z .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfAawdzQ2Z .image-element {
    padding-top: 1rem;
  }
  .cid-sfAawdzQ2Z .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfAawdzQ2Z .paragraphs-wrapper .first-paragraph,
  .cid-sfAawdzQ2Z .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfAawdzQ2Z .first-paragraph,
  .cid-sfAawdzQ2Z .second-paragraph {
    width: 50%;
  }
  .cid-sfAawdzQ2Z .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfAawdzQ2Z .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfAawdzQ2Z .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfAawdzQ2Z .mbr-section-title,
  .cid-sfAawdzQ2Z .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfAawdzQ2Z .mbr-text,
.cid-sfAawdzQ2Z .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfAawdzQ2Z .mbr-section-title {
  color: #ffffff;
}
.cid-sfAawe2gSw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfAawe2gSw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfAawe2gSw .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfAawe2gSw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfAawe2gSw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfAawe2gSw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfAawe2gSw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfAawe2gSw .carousel-control,
.cid-sfAawe2gSw .close {
  background: #1b1b1b;
}
.cid-sfAawe2gSw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfAawe2gSw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfAawe2gSw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfAawe2gSw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfAawe2gSw .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfAawe2gSw .close::before {
  content: '\e91a';
}
.cid-sfAawe2gSw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfAawe2gSw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfAawe2gSw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfAawe2gSw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfAawe2gSw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfAawe2gSw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfAawe2gSw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfAawe2gSw .carousel-indicators li.active,
.cid-sfAawe2gSw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfAawe2gSw .carousel-indicators li::after,
.cid-sfAawe2gSw .carousel-indicators li::before {
  content: none;
}
.cid-sfAawe2gSw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfAawe2gSw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfAawe2gSw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfAawe2gSw .carousel-indicators {
    display: none;
  }
}
.cid-sfAawe2gSw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfAawe2gSw .carousel-inner > .active {
  display: block;
}
.cid-sfAawe2gSw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfAawe2gSw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfAawe2gSw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfAawe2gSw .carousel-control,
  .cid-sfAawe2gSw .carousel-indicators,
  .cid-sfAawe2gSw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfAawe2gSw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfAawe2gSw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfAawe2gSw .carousel-indicators .active,
.cid-sfAawe2gSw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfAawe2gSw .carousel-indicators .active {
  background: #fff;
}
.cid-sfAawe2gSw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfAawe2gSw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfAawe2gSw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfAawe2gSw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfAawe2gSw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfAawe2gSw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfAawe2gSw .carousel {
  width: 100%;
}
.cid-sfAawe2gSw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfAawe2gSw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfAawe2gSw .modal.fade .modal-dialog,
.cid-sfAawe2gSw .modal.in .modal-dialog {
  transform: none;
}
.cid-sfAawe2gSw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfAawe2gSw H6 {
  text-align: center;
}
.cid-sfAawe2gSw H3 {
  color: #df0e0e;
}
.cid-sfAaweXjRe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sfAaweXjRe a:link {
  text-decoration: none;
}
.cid-sfAaweXjRe .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfAaweXjRe .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sfAaweXjRe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfAaweXjRe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfAaweXjRe .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sfAaweXjRe .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sfAaweXjRe .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sfAaweXjRe .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sfAaweXjRe .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sfAaweXjRe .plan-title,
.cid-sfAaweXjRe .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sfAaweXjRe .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sfAaweXjRe .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sfAaweXjRe .mbr-section-title span {
  color: #ffbc00;
}
.cid-sfAaweXjRe .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfAdrdFXqk {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfAdrdFXqk .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfAdrdFXqk .price {
  margin-top: 5px;
}
.cid-sfAdrdFXqk .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfAdrdFXqk .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfAdrdFXqk .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfAdrdFXqk .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfAdrdFXqk .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfAdrdFXqk .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfAdrdFXqk .content__block,
  .cid-sfAdrdFXqk .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfAdrdFXqk .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfAdrdFXqk .mbr-section-title {
  color: #000000;
}
.cid-sfyJITPBPs {
  background-color: #ffffff;
}
.cid-sfyJITPBPs .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfyJITPBPs .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfyJITPBPs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfyJITPBPs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfyJITPBPs .image-element {
    padding-left: 0;
  }
}
.cid-sfyJITPBPs .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfyJITPBPs .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfyJITPBPs .brown {
  color: #d20505;
}
.cid-sfyJITPBPs .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfyJITPBPs .paragraphs-wrapper .first-paragraph,
.cid-sfyJITPBPs .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfyJITPBPs .image-element {
    padding-top: 1rem;
  }
  .cid-sfyJITPBPs .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfyJITPBPs .paragraphs-wrapper .first-paragraph,
  .cid-sfyJITPBPs .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfyJITPBPs .first-paragraph,
  .cid-sfyJITPBPs .second-paragraph {
    width: 50%;
  }
  .cid-sfyJITPBPs .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfyJITPBPs .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfyJITPBPs .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfyJITPBPs .mbr-section-title,
  .cid-sfyJITPBPs .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfyJITPBPs .mbr-text,
.cid-sfyJITPBPs .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfyJITPBPs .mbr-section-title {
  color: #ffffff;
}
.cid-sfyLm2Ht2j {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfyLm2Ht2j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfyLm2Ht2j .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfyLm2Ht2j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfyLm2Ht2j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfyLm2Ht2j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfyLm2Ht2j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfyLm2Ht2j .carousel-control,
.cid-sfyLm2Ht2j .close {
  background: #1b1b1b;
}
.cid-sfyLm2Ht2j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfyLm2Ht2j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfyLm2Ht2j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfyLm2Ht2j .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfyLm2Ht2j .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfyLm2Ht2j .close::before {
  content: '\e91a';
}
.cid-sfyLm2Ht2j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfyLm2Ht2j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfyLm2Ht2j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfyLm2Ht2j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfyLm2Ht2j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfyLm2Ht2j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfyLm2Ht2j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfyLm2Ht2j .carousel-indicators li.active,
.cid-sfyLm2Ht2j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfyLm2Ht2j .carousel-indicators li::after,
.cid-sfyLm2Ht2j .carousel-indicators li::before {
  content: none;
}
.cid-sfyLm2Ht2j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfyLm2Ht2j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfyLm2Ht2j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfyLm2Ht2j .carousel-indicators {
    display: none;
  }
}
.cid-sfyLm2Ht2j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfyLm2Ht2j .carousel-inner > .active {
  display: block;
}
.cid-sfyLm2Ht2j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfyLm2Ht2j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfyLm2Ht2j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfyLm2Ht2j .carousel-control,
  .cid-sfyLm2Ht2j .carousel-indicators,
  .cid-sfyLm2Ht2j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfyLm2Ht2j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfyLm2Ht2j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfyLm2Ht2j .carousel-indicators .active,
.cid-sfyLm2Ht2j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfyLm2Ht2j .carousel-indicators .active {
  background: #fff;
}
.cid-sfyLm2Ht2j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfyLm2Ht2j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfyLm2Ht2j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfyLm2Ht2j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfyLm2Ht2j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfyLm2Ht2j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfyLm2Ht2j .carousel {
  width: 100%;
}
.cid-sfyLm2Ht2j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfyLm2Ht2j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfyLm2Ht2j .modal.fade .modal-dialog,
.cid-sfyLm2Ht2j .modal.in .modal-dialog {
  transform: none;
}
.cid-sfyLm2Ht2j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfyLm2Ht2j H6 {
  text-align: center;
}
.cid-sfyLm2Ht2j H3 {
  color: #df0e0e;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfAdQnXIlD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfAdQnXIlD .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfAdQnXIlD .price {
  margin-top: 5px;
}
.cid-sfAdQnXIlD .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfAdQnXIlD .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfAdQnXIlD .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfAdQnXIlD .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfAdQnXIlD .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfAdQnXIlD .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfAdQnXIlD .content__block,
  .cid-sfAdQnXIlD .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfAdQnXIlD .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfAdQnXIlD .mbr-section-title {
  color: #000000;
}
.cid-sfAdQokATY {
  background-color: #ffffff;
}
.cid-sfAdQokATY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfAdQokATY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfAdQokATY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfAdQokATY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfAdQokATY .image-element {
    padding-left: 0;
  }
}
.cid-sfAdQokATY .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfAdQokATY .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfAdQokATY .brown {
  color: #d20505;
}
.cid-sfAdQokATY .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfAdQokATY .paragraphs-wrapper .first-paragraph,
.cid-sfAdQokATY .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfAdQokATY .image-element {
    padding-top: 1rem;
  }
  .cid-sfAdQokATY .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfAdQokATY .paragraphs-wrapper .first-paragraph,
  .cid-sfAdQokATY .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfAdQokATY .first-paragraph,
  .cid-sfAdQokATY .second-paragraph {
    width: 50%;
  }
  .cid-sfAdQokATY .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfAdQokATY .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfAdQokATY .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfAdQokATY .mbr-section-title,
  .cid-sfAdQokATY .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfAdQokATY .mbr-text,
.cid-sfAdQokATY .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfAdQokATY .mbr-section-title {
  color: #ffffff;
}
.cid-sfAdQoEQJJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfAdQoEQJJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfAdQoEQJJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfAdQoEQJJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfAdQoEQJJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfAdQoEQJJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfAdQoEQJJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfAdQoEQJJ .carousel-control,
.cid-sfAdQoEQJJ .close {
  background: #1b1b1b;
}
.cid-sfAdQoEQJJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfAdQoEQJJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfAdQoEQJJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfAdQoEQJJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfAdQoEQJJ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfAdQoEQJJ .close::before {
  content: '\e91a';
}
.cid-sfAdQoEQJJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfAdQoEQJJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfAdQoEQJJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfAdQoEQJJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfAdQoEQJJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfAdQoEQJJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfAdQoEQJJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfAdQoEQJJ .carousel-indicators li.active,
.cid-sfAdQoEQJJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfAdQoEQJJ .carousel-indicators li::after,
.cid-sfAdQoEQJJ .carousel-indicators li::before {
  content: none;
}
.cid-sfAdQoEQJJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfAdQoEQJJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfAdQoEQJJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfAdQoEQJJ .carousel-indicators {
    display: none;
  }
}
.cid-sfAdQoEQJJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfAdQoEQJJ .carousel-inner > .active {
  display: block;
}
.cid-sfAdQoEQJJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfAdQoEQJJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfAdQoEQJJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfAdQoEQJJ .carousel-control,
  .cid-sfAdQoEQJJ .carousel-indicators,
  .cid-sfAdQoEQJJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfAdQoEQJJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfAdQoEQJJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfAdQoEQJJ .carousel-indicators .active,
.cid-sfAdQoEQJJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfAdQoEQJJ .carousel-indicators .active {
  background: #fff;
}
.cid-sfAdQoEQJJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfAdQoEQJJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfAdQoEQJJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfAdQoEQJJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfAdQoEQJJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfAdQoEQJJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfAdQoEQJJ .carousel {
  width: 100%;
}
.cid-sfAdQoEQJJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfAdQoEQJJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfAdQoEQJJ .modal.fade .modal-dialog,
.cid-sfAdQoEQJJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sfAdQoEQJJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfAdQoEQJJ H6 {
  text-align: center;
}
.cid-sfAdQoEQJJ H3 {
  color: #df0e0e;
}
.cid-sfAdQpDkt6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sfAdQpDkt6 a:link {
  text-decoration: none;
}
.cid-sfAdQpDkt6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfAdQpDkt6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sfAdQpDkt6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfAdQpDkt6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfAdQpDkt6 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sfAdQpDkt6 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sfAdQpDkt6 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sfAdQpDkt6 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sfAdQpDkt6 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sfAdQpDkt6 .plan-title,
.cid-sfAdQpDkt6 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sfAdQpDkt6 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sfAdQpDkt6 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sfAdQpDkt6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sfAdQpDkt6 .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfEvJ2FVNL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfEvJ2FVNL .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfEvJ2FVNL .price {
  margin-top: 5px;
}
.cid-sfEvJ2FVNL .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfEvJ2FVNL .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfEvJ2FVNL .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfEvJ2FVNL .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfEvJ2FVNL .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfEvJ2FVNL .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfEvJ2FVNL .content__block,
  .cid-sfEvJ2FVNL .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfEvJ2FVNL .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfEvJ2FVNL .mbr-section-title {
  color: #000000;
}
.cid-sfEvJ310ob {
  background-color: #ffffff;
}
.cid-sfEvJ310ob .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfEvJ310ob .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfEvJ310ob .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfEvJ310ob .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfEvJ310ob .image-element {
    padding-left: 0;
  }
}
.cid-sfEvJ310ob .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfEvJ310ob .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfEvJ310ob .brown {
  color: #d20505;
}
.cid-sfEvJ310ob .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfEvJ310ob .paragraphs-wrapper .first-paragraph,
.cid-sfEvJ310ob .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfEvJ310ob .image-element {
    padding-top: 1rem;
  }
  .cid-sfEvJ310ob .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfEvJ310ob .paragraphs-wrapper .first-paragraph,
  .cid-sfEvJ310ob .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfEvJ310ob .first-paragraph,
  .cid-sfEvJ310ob .second-paragraph {
    width: 50%;
  }
  .cid-sfEvJ310ob .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfEvJ310ob .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfEvJ310ob .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEvJ310ob .mbr-section-title,
  .cid-sfEvJ310ob .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfEvJ310ob .mbr-text,
.cid-sfEvJ310ob .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfEvJ310ob .mbr-section-title {
  color: #ffffff;
}
.cid-sfEvJ3ph3g {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfEvJ3ph3g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfEvJ3ph3g .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfEvJ3ph3g .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfEvJ3ph3g .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfEvJ3ph3g .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfEvJ3ph3g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfEvJ3ph3g .carousel-control,
.cid-sfEvJ3ph3g .close {
  background: #1b1b1b;
}
.cid-sfEvJ3ph3g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfEvJ3ph3g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfEvJ3ph3g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfEvJ3ph3g .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfEvJ3ph3g .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfEvJ3ph3g .close::before {
  content: '\e91a';
}
.cid-sfEvJ3ph3g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfEvJ3ph3g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfEvJ3ph3g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfEvJ3ph3g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfEvJ3ph3g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfEvJ3ph3g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfEvJ3ph3g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfEvJ3ph3g .carousel-indicators li.active,
.cid-sfEvJ3ph3g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfEvJ3ph3g .carousel-indicators li::after,
.cid-sfEvJ3ph3g .carousel-indicators li::before {
  content: none;
}
.cid-sfEvJ3ph3g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfEvJ3ph3g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfEvJ3ph3g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEvJ3ph3g .carousel-indicators {
    display: none;
  }
}
.cid-sfEvJ3ph3g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfEvJ3ph3g .carousel-inner > .active {
  display: block;
}
.cid-sfEvJ3ph3g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfEvJ3ph3g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfEvJ3ph3g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfEvJ3ph3g .carousel-control,
  .cid-sfEvJ3ph3g .carousel-indicators,
  .cid-sfEvJ3ph3g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfEvJ3ph3g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfEvJ3ph3g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfEvJ3ph3g .carousel-indicators .active,
.cid-sfEvJ3ph3g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfEvJ3ph3g .carousel-indicators .active {
  background: #fff;
}
.cid-sfEvJ3ph3g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfEvJ3ph3g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfEvJ3ph3g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfEvJ3ph3g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfEvJ3ph3g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfEvJ3ph3g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfEvJ3ph3g .carousel {
  width: 100%;
}
.cid-sfEvJ3ph3g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfEvJ3ph3g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfEvJ3ph3g .modal.fade .modal-dialog,
.cid-sfEvJ3ph3g .modal.in .modal-dialog {
  transform: none;
}
.cid-sfEvJ3ph3g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfEvJ3ph3g H6 {
  text-align: center;
}
.cid-sfEvJ3ph3g H3 {
  color: #df0e0e;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfEAlKJTN0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfEAlKJTN0 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sfEAlKJTN0 .price {
  margin-top: 5px;
}
.cid-sfEAlKJTN0 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sfEAlKJTN0 .mbr-section-btn {
  margin-top: 10px;
}
.cid-sfEAlKJTN0 .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sfEAlKJTN0 .btn-md:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sfEAlKJTN0 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sfEAlKJTN0 .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sfEAlKJTN0 .content__block,
  .cid-sfEAlKJTN0 .price__block {
    margin-bottom: 30px;
  }
}
.cid-sfEAlKJTN0 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sfEAlKJTN0 .mbr-section-title {
  color: #000000;
}
.cid-sfEAlL4pcp {
  background-color: #ffffff;
}
.cid-sfEAlL4pcp .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sfEAlL4pcp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfEAlL4pcp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfEAlL4pcp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sfEAlL4pcp .image-element {
    padding-left: 0;
  }
}
.cid-sfEAlL4pcp .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sfEAlL4pcp .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sfEAlL4pcp .brown {
  color: #d20505;
}
.cid-sfEAlL4pcp .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfEAlL4pcp .paragraphs-wrapper .first-paragraph,
.cid-sfEAlL4pcp .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sfEAlL4pcp .image-element {
    padding-top: 1rem;
  }
  .cid-sfEAlL4pcp .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfEAlL4pcp .paragraphs-wrapper .first-paragraph,
  .cid-sfEAlL4pcp .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sfEAlL4pcp .first-paragraph,
  .cid-sfEAlL4pcp .second-paragraph {
    width: 50%;
  }
  .cid-sfEAlL4pcp .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sfEAlL4pcp .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sfEAlL4pcp .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEAlL4pcp .mbr-section-title,
  .cid-sfEAlL4pcp .mbr-section-btn {
    text-align: left;
  }
}
.cid-sfEAlL4pcp .mbr-text,
.cid-sfEAlL4pcp .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-sfEAlL4pcp .mbr-section-title {
  color: #ffffff;
}
.cid-sfEAlLtJuv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sfEAlLtJuv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sfEAlLtJuv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sfEAlLtJuv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sfEAlLtJuv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sfEAlLtJuv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfEAlLtJuv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfEAlLtJuv .carousel-control,
.cid-sfEAlLtJuv .close {
  background: #1b1b1b;
}
.cid-sfEAlLtJuv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfEAlLtJuv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfEAlLtJuv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfEAlLtJuv .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfEAlLtJuv .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfEAlLtJuv .close::before {
  content: '\e91a';
}
.cid-sfEAlLtJuv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfEAlLtJuv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfEAlLtJuv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfEAlLtJuv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfEAlLtJuv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfEAlLtJuv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfEAlLtJuv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfEAlLtJuv .carousel-indicators li.active,
.cid-sfEAlLtJuv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfEAlLtJuv .carousel-indicators li::after,
.cid-sfEAlLtJuv .carousel-indicators li::before {
  content: none;
}
.cid-sfEAlLtJuv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfEAlLtJuv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfEAlLtJuv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEAlLtJuv .carousel-indicators {
    display: none;
  }
}
.cid-sfEAlLtJuv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfEAlLtJuv .carousel-inner > .active {
  display: block;
}
.cid-sfEAlLtJuv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfEAlLtJuv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfEAlLtJuv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfEAlLtJuv .carousel-control,
  .cid-sfEAlLtJuv .carousel-indicators,
  .cid-sfEAlLtJuv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfEAlLtJuv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfEAlLtJuv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfEAlLtJuv .carousel-indicators .active,
.cid-sfEAlLtJuv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfEAlLtJuv .carousel-indicators .active {
  background: #fff;
}
.cid-sfEAlLtJuv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfEAlLtJuv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfEAlLtJuv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfEAlLtJuv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfEAlLtJuv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfEAlLtJuv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfEAlLtJuv .carousel {
  width: 100%;
}
.cid-sfEAlLtJuv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfEAlLtJuv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfEAlLtJuv .modal.fade .modal-dialog,
.cid-sfEAlLtJuv .modal.in .modal-dialog {
  transform: none;
}
.cid-sfEAlLtJuv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfEAlLtJuv H6 {
  text-align: center;
}
.cid-sfEAlLtJuv H3 {
  color: #df0e0e;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sfYF35yrrn {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfYF35yrrn .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sfYF35yrrn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sfYF35yrrn img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sfYF35yrrn .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sfYF35yrrn .mbr-image-title P {
  text-align: right;
}
.cid-sfYF35YvHO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfYF35YvHO .mbr-section-subtitle {
  color: #000000;
}
.cid-sfYF35YvHO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfYF35YvHO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfYF35YvHO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfYF35YvHO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfYF35YvHO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sfYF35YvHO .icon-focus,
.cid-sfYF35YvHO .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sfYF35YvHO .icon-focus:before,
.cid-sfYF35YvHO .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfYF35YvHO .icon-video {
  font-size: 1.5rem !important;
}
.cid-sfYF35YvHO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sfYF35YvHO ul {
  font-size: 0;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sfYF35YvHO .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sfYF35YvHO .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sfYF35YvHO .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul li:first-child,
.cid-sfYF35YvHO .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sfYF35YvHO .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sfYF35YvHO .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sfYF35YvHO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sfYF36Pz5T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sfYF36Pz5T a:link {
  text-decoration: none;
}
.cid-sfYF36Pz5T .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfYF36Pz5T .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sfYF36Pz5T .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfYF36Pz5T .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfYF36Pz5T .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sfYF36Pz5T .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sfYF36Pz5T .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sfYF36Pz5T .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sfYF36Pz5T .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sfYF36Pz5T .plan-title,
.cid-sfYF36Pz5T .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sfYF36Pz5T .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sfYF36Pz5T .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sfYF36Pz5T .mbr-section-title span {
  color: #ffbc00;
}
.cid-sfYF36Pz5T .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sg8m6I8f0l {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg8m6I8f0l .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sg8m6I8f0l .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sg8m6I8f0l img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sg8m6I8f0l .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sg8pHrgdyg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sg8pHrgdyg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sg8pHrgdyg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sg8pHrgdyg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sg8pHrgdyg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sg8pHrgdyg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sg8pHrgdyg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sg8pHrgdyg .carousel-control,
.cid-sg8pHrgdyg .close {
  background: #1b1b1b;
}
.cid-sg8pHrgdyg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sg8pHrgdyg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sg8pHrgdyg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sg8pHrgdyg .carousel-control-next span {
  margin-left: 5px;
}
.cid-sg8pHrgdyg .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sg8pHrgdyg .close::before {
  content: '\e91a';
}
.cid-sg8pHrgdyg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sg8pHrgdyg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sg8pHrgdyg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sg8pHrgdyg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sg8pHrgdyg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sg8pHrgdyg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sg8pHrgdyg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sg8pHrgdyg .carousel-indicators li.active,
.cid-sg8pHrgdyg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sg8pHrgdyg .carousel-indicators li::after,
.cid-sg8pHrgdyg .carousel-indicators li::before {
  content: none;
}
.cid-sg8pHrgdyg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sg8pHrgdyg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sg8pHrgdyg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sg8pHrgdyg .carousel-indicators {
    display: none;
  }
}
.cid-sg8pHrgdyg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sg8pHrgdyg .carousel-inner > .active {
  display: block;
}
.cid-sg8pHrgdyg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sg8pHrgdyg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sg8pHrgdyg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sg8pHrgdyg .carousel-control,
  .cid-sg8pHrgdyg .carousel-indicators,
  .cid-sg8pHrgdyg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sg8pHrgdyg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sg8pHrgdyg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg8pHrgdyg .carousel-indicators .active,
.cid-sg8pHrgdyg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sg8pHrgdyg .carousel-indicators .active {
  background: #fff;
}
.cid-sg8pHrgdyg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sg8pHrgdyg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sg8pHrgdyg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sg8pHrgdyg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sg8pHrgdyg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sg8pHrgdyg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sg8pHrgdyg .carousel {
  width: 100%;
}
.cid-sg8pHrgdyg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sg8pHrgdyg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sg8pHrgdyg .modal.fade .modal-dialog,
.cid-sg8pHrgdyg .modal.in .modal-dialog {
  transform: none;
}
.cid-sg8pHrgdyg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sg8pHrgdyg H6 {
  text-align: center;
}
.cid-sg8pHrgdyg H3 {
  color: #df0e0e;
}
.cid-sg8m6IwLTs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sg8m6IwLTs a:link {
  text-decoration: none;
}
.cid-sg8m6IwLTs .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sg8m6IwLTs .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sg8m6IwLTs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sg8m6IwLTs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sg8m6IwLTs .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sg8m6IwLTs .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sg8m6IwLTs .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sg8m6IwLTs .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sg8m6IwLTs .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sg8m6IwLTs .plan-title,
.cid-sg8m6IwLTs .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sg8m6IwLTs .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sg8m6IwLTs .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sg8m6IwLTs .mbr-section-title span {
  color: #ffbc00;
}
.cid-sg8m6IwLTs .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sgrq5cdsPB {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgrq5cdsPB .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgrq5cdsPB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgrq5cdsPB img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgrq5cdsPB .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sgrq5cdsPB .mbr-image-title P {
  text-align: right;
}
.cid-sgrq5cz0Oi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgrq5cz0Oi .mbr-section-subtitle {
  color: #000000;
}
.cid-sgrq5cz0Oi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgrq5cz0Oi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgrq5cz0Oi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgrq5cz0Oi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgrq5cz0Oi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgrq5cz0Oi .icon-focus,
.cid-sgrq5cz0Oi .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sgrq5cz0Oi .icon-focus:before,
.cid-sgrq5cz0Oi .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgrq5cz0Oi .icon-video {
  font-size: 1.5rem !important;
}
.cid-sgrq5cz0Oi .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgrq5cz0Oi ul {
  font-size: 0;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li:first-child,
.cid-sgrq5cz0Oi .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sgrq5cz0Oi .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sgrq5cz0Oi .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sgrq5cz0Oi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sgrq5d4rfn {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgrq5d4rfn .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgrq5d4rfn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgrq5d4rfn img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgrq5d4rfn .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sgmooMa0FO {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgmooMa0FO .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgmooMa0FO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgmooMa0FO img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgmooMa0FO .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sgmooMa0FO .mbr-image-title P {
  text-align: right;
}
.cid-sgmooMpMBf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgmooMpMBf .mbr-section-subtitle {
  color: #000000;
}
.cid-sgmooMpMBf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgmooMpMBf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgmooMpMBf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgmooMpMBf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgmooMpMBf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgmooMpMBf .icon-focus,
.cid-sgmooMpMBf .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sgmooMpMBf .icon-focus:before,
.cid-sgmooMpMBf .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgmooMpMBf .icon-video {
  font-size: 1.5rem !important;
}
.cid-sgmooMpMBf .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgmooMpMBf ul {
  font-size: 0;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sgmooMpMBf .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sgmooMpMBf .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sgmooMpMBf .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul li:first-child,
.cid-sgmooMpMBf .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sgmooMpMBf .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sgmooMpMBf .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sgmooMpMBf .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sgmooMVQLw {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgmooMVQLw .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgmooMVQLw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgmooMVQLw img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgmooMVQLw .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sgB2gtXz0V {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgB2gtXz0V .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgB2gtXz0V .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgB2gtXz0V img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgB2gtXz0V .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sgB2gtXz0V .mbr-image-title P {
  text-align: right;
}
.cid-uw1d8fOlcE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw1d8fOlcE .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-uw1d8fOlcE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uw1d8fOlcE img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-uw1d8fOlcE .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-uw1d8fOlcE .mbr-image-title P {
  text-align: right;
}
.cid-sgB2guek5Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgB2guek5Q .mbr-section-subtitle {
  color: #000000;
}
.cid-sgB2guek5Q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgB2guek5Q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgB2guek5Q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgB2guek5Q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgB2guek5Q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgB2guek5Q .icon-focus,
.cid-sgB2guek5Q .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sgB2guek5Q .icon-focus:before,
.cid-sgB2guek5Q .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgB2guek5Q .icon-video {
  font-size: 1.5rem !important;
}
.cid-sgB2guek5Q .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgB2guek5Q ul {
  font-size: 0;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sgB2guek5Q .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sgB2guek5Q .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sgB2guek5Q .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul li:first-child,
.cid-sgB2guek5Q .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sgB2guek5Q .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sgB2guek5Q .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sgB2guek5Q .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sgB5yQxcx2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgB5yQxcx2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sgB5yQxcx2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgB5yQxcx2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgB5yQxcx2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgB5yQxcx2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgB5yQxcx2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgB5yQxcx2 .icon-focus,
.cid-sgB5yQxcx2 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sgB5yQxcx2 .icon-focus:before,
.cid-sgB5yQxcx2 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgB5yQxcx2 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sgB5yQxcx2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgB5yQxcx2 ul {
  font-size: 0;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li:first-child,
.cid-sgB5yQxcx2 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sgB5yQxcx2 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sgB5yQxcx2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sgB5yQxcx2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sgB2guKycg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgB2guKycg .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgB2guKycg .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgB2guKycg img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgB2guKycg .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-u5wJQMRT08 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wJQMRT08 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-u5wJQMRT08 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u5wJQMRT08 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-u5wJQMRT08 .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sgB6POlh9v {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgB6POlh9v {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.cid-sgB6POlh9v .text {
  padding: 0;
}
.cid-sgB6POlh9v section {
  position: relative;
}
.cid-sgB6POlh9v h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sgB6POlh9v .mbr-iconfont {
  padding: 0!important;
}
.cid-sgB6POlh9v .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}
.cid-sgB6POlh9v .box {
  background-image: url("../../../assets/images/m20-5417-1000x667.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgB6POlh9v .icon-wrap {
  background-color: #ff2121 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sgB6POlh9v .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sgB6POlh9v .icon-wrap span {
  padding-left: 8px;
}
.cid-sgB6POlh9v .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sgB6POlh9v .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sgB6POlh9v .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgB6POlh9v .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgB6POlh9v .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgB6POlh9v a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgB6POlh9v a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgB6POlh9v {
    padding-top: 0px;
    padding-bottom: 21px;
  }
  .cid-sgB6POlh9v .box {
    height: 250px;
  }
  .cid-sgB6POlh9v .row {
    padding: 1rem!important;
  }
}
.cid-sgB6POlh9v H2 {
  text-align: left;
}
.cid-sgB6OxCfMD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgB6OxCfMD {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.cid-sgB6OxCfMD .text {
  padding: 0;
}
.cid-sgB6OxCfMD section {
  position: relative;
}
.cid-sgB6OxCfMD h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sgB6OxCfMD .mbr-iconfont {
  padding: 0!important;
}
.cid-sgB6OxCfMD .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}
.cid-sgB6OxCfMD .box {
  background-image: url("../../../assets/images/capture-decran-2020-10-13-a-14.13.20-2000x1250.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgB6OxCfMD .icon-wrap {
  background-color: #ff2121 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sgB6OxCfMD .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sgB6OxCfMD .icon-wrap span {
  padding-left: 8px;
}
.cid-sgB6OxCfMD .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sgB6OxCfMD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sgB6OxCfMD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgB6OxCfMD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgB6OxCfMD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgB6OxCfMD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgB6OxCfMD a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgB6OxCfMD {
    padding-top: 7px;
    padding-bottom: 21px;
  }
  .cid-sgB6OxCfMD .box {
    height: 250px;
  }
  .cid-sgB6OxCfMD .row {
    padding: 1rem!important;
  }
}
.cid-sgB6OxCfMD H2 {
  text-align: left;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sgT6mHV67M {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgT6mHV67M .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgT6mHV67M .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgT6mHV67M img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgT6mHV67M .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sgT6mHV67M .mbr-image-title P {
  text-align: left;
}
.cid-sgT6mIjDYk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgT6mIjDYk .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sgT6mIjDYk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sgT6mIjDYk img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sgT6mIjDYk .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-sgT6mIErb6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgT6mIErb6 .mbr-section-subtitle {
  color: #000000;
}
.cid-sgT6mIErb6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgT6mIErb6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgT6mIErb6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgT6mIErb6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgT6mIErb6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgT6mIErb6 .icon-focus,
.cid-sgT6mIErb6 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sgT6mIErb6 .icon-focus:before,
.cid-sgT6mIErb6 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgT6mIErb6 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sgT6mIErb6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgT6mIErb6 ul {
  font-size: 0;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sgT6mIErb6 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sgT6mIErb6 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sgT6mIErb6 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul li:first-child,
.cid-sgT6mIErb6 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sgT6mIErb6 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sgT6mIErb6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sgT6mIErb6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-shlQhnAVcU {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlQhnAVcU .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlQhnAVcU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlQhnAVcU img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlQhnAVcU .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlQhnAVcU .mbr-image-title P {
  text-align: left;
}
.cid-shlj5k1Gky {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5k1Gky .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5k1Gky .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5k1Gky img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5k1Gky .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5k1Gky .mbr-image-title P {
  text-align: left;
}
.cid-shlj5kigtY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5kigtY .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5kigtY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5kigtY img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5kigtY .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5kigtY .mbr-image-title P {
  text-align: left;
}
.cid-shlj5kz1wB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5kz1wB .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5kz1wB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5kz1wB img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5kz1wB .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5kz1wB .mbr-image-title P {
  text-align: left;
}
.cid-shlj5kOVTg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5kOVTg .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5kOVTg .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5kOVTg img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5kOVTg .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5kOVTg .mbr-image-title P {
  text-align: left;
}
.cid-shlj5l4hy0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5l4hy0 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5l4hy0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5l4hy0 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5l4hy0 .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5l4hy0 .mbr-image-title P {
  text-align: left;
}
.cid-shlj5lkjUY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5lkjUY .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5lkjUY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5lkjUY img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5lkjUY .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5lkjUY .mbr-image-title P {
  text-align: left;
}
.cid-shlj5ly3F3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5ly3F3 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5ly3F3 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5ly3F3 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5ly3F3 .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5ly3F3 .mbr-image-title P {
  text-align: left;
}
.cid-shlj5lRupr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5lRupr .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5lRupr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5lRupr img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5lRupr .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5lRupr .mbr-image-title P {
  text-align: left;
}
.cid-shlj5m7tld {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shlj5m7tld .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5m7tld .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5m7tld img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5m7tld .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5m7tld .mbr-image-title P {
  text-align: left;
}
.cid-shlj5mlFoJ {
  padding-top: 0px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-shlj5mlFoJ .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shlj5mlFoJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5mlFoJ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlj5mlFoJ .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shlj5mlFoJ .mbr-image-title P {
  text-align: left;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-shlTKPh2Bf {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shlTKPh2Bf .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-shlTKPh2Bf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlTKPh2Bf img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlTKPh2Bf .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-shlTKPzLPm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shlTKPzLPm .mbr-section-subtitle {
  color: #767676;
}
.cid-shlTKPzLPm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shlTKPzLPm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shlTKPzLPm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shlTKPzLPm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shlTKPzLPm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shlTKPzLPm .icon-focus,
.cid-shlTKPzLPm .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-shlTKPzLPm .icon-focus:before,
.cid-shlTKPzLPm .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shlTKPzLPm .icon-video {
  font-size: 1.5rem !important;
}
.cid-shlTKPzLPm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-shlTKPzLPm ul {
  font-size: 0;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul {
  text-align: left;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-shlTKPzLPm .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-shlTKPzLPm .mbr-gallery-filter ul li.active .btn.active:after,
.cid-shlTKPzLPm .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul li:first-child,
.cid-shlTKPzLPm .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-shlTKPzLPm .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-shlTKPzLPm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-shlTKPzLPm .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-shlTKQ743z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shlTKQ743z .mbr-section-subtitle {
  color: #767676;
}
.cid-shlTKQ743z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shlTKQ743z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shlTKQ743z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shlTKQ743z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shlTKQ743z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shlTKQ743z .icon-focus,
.cid-shlTKQ743z .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-shlTKQ743z .icon-focus:before,
.cid-shlTKQ743z .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shlTKQ743z .icon-video {
  font-size: 1.5rem !important;
}
.cid-shlTKQ743z .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-shlTKQ743z ul {
  font-size: 0;
}
.cid-shlTKQ743z .mbr-gallery-filter ul {
  text-align: left;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-shlTKQ743z .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-shlTKQ743z .mbr-gallery-filter ul li.active .btn.active:after,
.cid-shlTKQ743z .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-shlTKQ743z .mbr-gallery-filter ul li:first-child,
.cid-shlTKQ743z .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-shlTKQ743z .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-shlTKQ743z .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-shlTKQ743z .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-shlTKQF4pJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shlTKQF4pJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-shlTKQF4pJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shlTKQF4pJ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shlTKQF4pJ .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-shFkUdoOKy {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shFkUdoOKy .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shFkUdoOKy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shFkUdoOKy img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shFkUdoOKy .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shFkUdoOKy .mbr-image-title P {
  text-align: left;
}
.cid-shbJmlUUyG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbJmlUUyG .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbJmlUUyG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbJmlUUyG img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbJmlUUyG .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbJmlUUyG .mbr-image-title P {
  text-align: left;
}
.cid-shbJJyAYwI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbJJyAYwI .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbJJyAYwI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbJJyAYwI img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbJJyAYwI .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbJJyAYwI .mbr-image-title P {
  text-align: left;
}
.cid-shbNltRiRz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbNltRiRz .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNltRiRz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNltRiRz img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNltRiRz .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNltRiRz .mbr-image-title P {
  text-align: left;
}
.cid-shbNtLqWg9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbNtLqWg9 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNtLqWg9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNtLqWg9 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNtLqWg9 .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNtLqWg9 .mbr-image-title P {
  text-align: left;
}
.cid-shbNuaCQFh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbNuaCQFh .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNuaCQFh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNuaCQFh img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNuaCQFh .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNuaCQFh .mbr-image-title P {
  text-align: left;
}
.cid-shbNusg3dB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbNusg3dB .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNusg3dB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNusg3dB img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNusg3dB .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNusg3dB .mbr-image-title P {
  text-align: left;
}
.cid-shbNuKJFhU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbNuKJFhU .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNuKJFhU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNuKJFhU img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNuKJFhU .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNuKJFhU .mbr-image-title P {
  text-align: left;
}
.cid-shbNv0x9R5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shbNv0x9R5 .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNv0x9R5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNv0x9R5 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNv0x9R5 .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNv0x9R5 .mbr-image-title P {
  text-align: left;
}
.cid-shbNlJBHIY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shbNlJBHIY .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-shbNlJBHIY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-shbNlJBHIY img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shbNlJBHIY .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-shbNlJBHIY .mbr-image-title P {
  text-align: left;
}
.cid-shFmuUThOw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shFmuUThOw .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-shFmuUThOw .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-shFmuUThOw .mbr-text {
  color: #6a696c;
}
.cid-shFmuUThOw .mbr-section-title {
  color: #233847;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sitY3ToDqW {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sitY3ToDqW .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sitY3ToDqW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sitY3ToDqW img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sitY3ToDqW .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sitY3ToDqW .mbr-image-title P {
  text-align: right;
}
.cid-sitY3TMheR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sitY3TMheR .mbr-section-subtitle {
  color: #000000;
}
.cid-sitY3TMheR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sitY3TMheR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sitY3TMheR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sitY3TMheR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sitY3TMheR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sitY3TMheR .icon-focus,
.cid-sitY3TMheR .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sitY3TMheR .icon-focus:before,
.cid-sitY3TMheR .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sitY3TMheR .icon-video {
  font-size: 1.5rem !important;
}
.cid-sitY3TMheR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sitY3TMheR ul {
  font-size: 0;
}
.cid-sitY3TMheR .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sitY3TMheR .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sitY3TMheR .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sitY3TMheR .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sitY3TMheR .mbr-gallery-filter ul li:first-child,
.cid-sitY3TMheR .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sitY3TMheR .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sitY3TMheR .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sitY3TMheR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sitZj39W5a {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sitZj39W5a .mbr-section-subtitle {
  color: #000000;
}
.cid-sitZj39W5a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sitZj39W5a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sitZj39W5a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sitZj39W5a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sitZj39W5a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sitZj39W5a .icon-focus,
.cid-sitZj39W5a .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sitZj39W5a .icon-focus:before,
.cid-sitZj39W5a .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sitZj39W5a .icon-video {
  font-size: 1.5rem !important;
}
.cid-sitZj39W5a .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sitZj39W5a ul {
  font-size: 0;
}
.cid-sitZj39W5a .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sitZj39W5a .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sitZj39W5a .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sitZj39W5a .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sitZj39W5a .mbr-gallery-filter ul li:first-child,
.cid-sitZj39W5a .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sitZj39W5a .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sitZj39W5a .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sitZj39W5a .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sitY3UyXfo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sitY3UyXfo a:link {
  text-decoration: none;
}
.cid-sitY3UyXfo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sitY3UyXfo .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sitY3UyXfo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sitY3UyXfo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sitY3UyXfo .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sitY3UyXfo .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sitY3UyXfo .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #888888;
  position: relative;
  top: -19px;
}
.cid-sitY3UyXfo .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #888888;
}
.cid-sitY3UyXfo .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sitY3UyXfo .plan-title,
.cid-sitY3UyXfo .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sitY3UyXfo .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sitY3UyXfo .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sitY3UyXfo .mbr-section-title span {
  color: #ffbc00;
}
.cid-sitY3UyXfo .mbr-section-title {
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sj2rOZ59xU {
  padding-top: 225px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sj2rOZ59xU .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sj2rOZ59xU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sj2rOZ59xU img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sj2rOZ59xU .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-sj2rOZ59xU .mbr-image-title P {
  text-align: right;
}
.cid-sj2rOZwc5W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sj2rOZwc5W .mbr-section-subtitle {
  color: #000000;
}
.cid-sj2rOZwc5W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sj2rOZwc5W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sj2rOZwc5W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sj2rOZwc5W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sj2rOZwc5W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sj2rOZwc5W .icon-focus,
.cid-sj2rOZwc5W .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sj2rOZwc5W .icon-focus:before,
.cid-sj2rOZwc5W .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sj2rOZwc5W .icon-video {
  font-size: 1.5rem !important;
}
.cid-sj2rOZwc5W .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sj2rOZwc5W ul {
  font-size: 0;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sj2rOZwc5W .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sj2rOZwc5W .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sj2rOZwc5W .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul li:first-child,
.cid-sj2rOZwc5W .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sj2rOZwc5W .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sj2rOZwc5W .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sj2rOZwc5W .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sj2wRNR4J2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sj2wRNR4J2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sj2wRNR4J2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sj2wRNR4J2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sj2wRNR4J2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sj2wRNR4J2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sj2wRNR4J2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sj2wRNR4J2 .icon-focus,
.cid-sj2wRNR4J2 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sj2wRNR4J2 .icon-focus:before,
.cid-sj2wRNR4J2 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sj2wRNR4J2 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sj2wRNR4J2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sj2wRNR4J2 ul {
  font-size: 0;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li:first-child,
.cid-sj2wRNR4J2 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sj2wRNR4J2 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-sj2wRNR4J2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sj2wRNR4J2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sj2rP0lShG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sj2rP0lShG .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-sj2rP0lShG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sj2rP0lShG img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sj2rP0lShG .mbr-image-title {
  text-align: left;
  color: #888888;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u5NvieIrWj {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5NvieIrWj .link a {
  background-image: none !important;
}
.cid-u5NvieIrWj .item-wrapper {
  margin-bottom: 56px;
}
.cid-u5NvieIrWj .date {
  margin-bottom: 6px;
}
.cid-u5NvieIrWj .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
}
.cid-u5NvieIrWj .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-u5NvieIrWj a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-u5NvieIrWj rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-u5NvieIrWj .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-u5NvieIrWj svg {
  margin-left: 15px;
}
.cid-u5NvieIrWj path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-u5NvieIrWj .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-u5NvieIrWj .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-u5NvieIrWj .row {
  justify-content: center;
}
.cid-u5NzcnRFoq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5NzcnRFoq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5NzcnRFoq .row {
  flex-direction: row-reverse;
}
.cid-u5NzcnRFoq img {
  width: 100%;
}
.cid-u5NRwnPUzB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NRwnPUzB .mbr-section-subtitle {
  color: #767676;
}
.cid-u5NRwnPUzB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5NRwnPUzB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5NRwnPUzB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5NRwnPUzB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5NRwnPUzB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5NRwnPUzB .icon-focus,
.cid-u5NRwnPUzB .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5NRwnPUzB .icon-focus:before,
.cid-u5NRwnPUzB .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5NRwnPUzB .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5NRwnPUzB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5NRwnPUzB ul {
  font-size: 0;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5NRwnPUzB .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5NRwnPUzB .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5NRwnPUzB .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul li:first-child,
.cid-u5NRwnPUzB .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5NRwnPUzB .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5NRwnPUzB .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5NRwnPUzB .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NI25cdJX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5NI25cdJX .link a {
  background-image: none !important;
}
.cid-u5NI25cdJX .item-wrapper {
  margin-bottom: 56px;
}
.cid-u5NI25cdJX .date {
  margin-bottom: 6px;
}
.cid-u5NI25cdJX .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
}
.cid-u5NI25cdJX .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-u5NI25cdJX a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-u5NI25cdJX rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-u5NI25cdJX .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-u5NI25cdJX svg {
  margin-left: 15px;
}
.cid-u5NI25cdJX path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-u5NI25cdJX .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-u5NI25cdJX .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-u5NI25cdJX .row {
  justify-content: center;
}
.cid-u5NA0TBwSD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5NA0TBwSD .mbr-section-title {
  text-align: left;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u5NOCyDcKG {
  padding-top: 180px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5NOCyDcKG .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-u5NOCyDcKG .mbr-section-title {
  text-align: left;
  color: #d90a2c;
}
.cid-u5NOCyDcKG img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-u5NOCyDcKG .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-u5NOEDCAKM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NOEDCAKM .mbr-section-subtitle {
  color: #767676;
}
.cid-u5NOEDCAKM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5NOEDCAKM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5NOEDCAKM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5NOEDCAKM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5NOEDCAKM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5NOEDCAKM .icon-focus,
.cid-u5NOEDCAKM .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5NOEDCAKM .icon-focus:before,
.cid-u5NOEDCAKM .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5NOEDCAKM .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5NOEDCAKM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5NOEDCAKM ul {
  font-size: 0;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5NOEDCAKM .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5NOEDCAKM .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5NOEDCAKM .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul li:first-child,
.cid-u5NOEDCAKM .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5NOEDCAKM .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5NOEDCAKM .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5NOEDCAKM .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NOQS0kbO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NOQS0kbO .mbr-section-subtitle {
  color: #767676;
}
.cid-u5NOQS0kbO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5NOQS0kbO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5NOQS0kbO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5NOQS0kbO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5NOQS0kbO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5NOQS0kbO .icon-focus,
.cid-u5NOQS0kbO .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5NOQS0kbO .icon-focus:before,
.cid-u5NOQS0kbO .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5NOQS0kbO .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5NOQS0kbO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5NOQS0kbO ul {
  font-size: 0;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5NOQS0kbO .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5NOQS0kbO .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5NOQS0kbO .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul li:first-child,
.cid-u5NOQS0kbO .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5NOQS0kbO .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5NOQS0kbO .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5NOQS0kbO .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NOG1zTWx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NOG1zTWx .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-u5NOG1zTWx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u5NOG1zTWx img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-u5NOG1zTWx .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-u5OeXga6GN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5OeXga6GN .mbr-section-subtitle {
  color: #000000;
}
.cid-u5OeXga6GN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5OeXga6GN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5OeXga6GN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5OeXga6GN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5OeXga6GN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5OeXga6GN .icon-focus,
.cid-u5OeXga6GN .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5OeXga6GN .icon-focus:before,
.cid-u5OeXga6GN .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5OeXga6GN .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5OeXga6GN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5OeXga6GN ul {
  font-size: 0;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5OeXga6GN .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5OeXga6GN .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5OeXga6GN .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul li:first-child,
.cid-u5OeXga6GN .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5OeXga6GN .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5OeXga6GN .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5OeXga6GN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u5OjYZ0WYx {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5OjYZ0WYx .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-u5OjYZ0WYx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u5OjYZ0WYx img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-u5OjYZ0WYx .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-u5OjYZ0WYx .mbr-image-title P {
  text-align: left;
}
.cid-u5OjZ0Byry {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5OjZ0Byry .mbr-section-subtitle {
  color: #000000;
}
.cid-u5OjZ0Byry .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5OjZ0Byry .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5OjZ0Byry .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5OjZ0Byry .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5OjZ0Byry .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5OjZ0Byry .icon-focus,
.cid-u5OjZ0Byry .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5OjZ0Byry .icon-focus:before,
.cid-u5OjZ0Byry .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5OjZ0Byry .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5OjZ0Byry .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5OjZ0Byry ul {
  font-size: 0;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5OjZ0Byry .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5OjZ0Byry .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5OjZ0Byry .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul li:first-child,
.cid-u5OjZ0Byry .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5OjZ0Byry .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5OjZ0Byry .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5OjZ0Byry .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5OjZ1guI7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5OjZ1guI7 .mbr-section-subtitle {
  color: #000000;
}
.cid-u5OjZ1guI7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5OjZ1guI7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5OjZ1guI7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5OjZ1guI7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5OjZ1guI7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5OjZ1guI7 .icon-focus,
.cid-u5OjZ1guI7 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5OjZ1guI7 .icon-focus:before,
.cid-u5OjZ1guI7 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5OjZ1guI7 .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5OjZ1guI7 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5OjZ1guI7 ul {
  font-size: 0;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li:first-child,
.cid-u5OjZ1guI7 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5OjZ1guI7 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5OjZ1guI7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5OjZ1guI7 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5OjZ1H5zG {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5OjZ1H5zG .mbr-section-subtitle {
  color: #000000;
}
.cid-u5OjZ1H5zG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5OjZ1H5zG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5OjZ1H5zG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5OjZ1H5zG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5OjZ1H5zG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5OjZ1H5zG .icon-focus,
.cid-u5OjZ1H5zG .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u5OjZ1H5zG .icon-focus:before,
.cid-u5OjZ1H5zG .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5OjZ1H5zG .icon-video {
  font-size: 1.5rem !important;
}
.cid-u5OjZ1H5zG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5OjZ1H5zG ul {
  font-size: 0;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li.active .btn.active:after,
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li:first-child,
.cid-u5OjZ1H5zG .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u5OjZ1H5zG .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-u5OjZ1H5zG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u5OjZ1H5zG .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u5OjZ290AG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5OjZ290AG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5OjZ290AG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5OjZ290AG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5OjZ290AG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5OjZ290AG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5OjZ290AG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5OjZ290AG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5OjZ290AG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5OjZ290AG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5OjZ290AG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5OjZ290AG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5OjZ290AG .list {
    text-align: center;
  }
}
.cid-u5OjZ290AG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5OjZ290AG .list li:hover {
  color: #000000;
}
.cid-u5OjZ290AG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5OjZ290AG .copyright {
    text-align: center;
  }
}
.cid-u5OjZ290AG .mbr-soc,
.cid-u5OjZ290AG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-seJfUcQwNX {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seJfUcQwNX .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-seJfUcQwNX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-seJfUcQwNX img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-seJfUcQwNX .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-seJfUcQwNX .mbr-image-title P {
  text-align: left;
}
.cid-seJfUeWUl2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seJfUeWUl2 .mbr-section-subtitle {
  color: #000000;
}
.cid-seJfUeWUl2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seJfUeWUl2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seJfUeWUl2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seJfUeWUl2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seJfUeWUl2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seJfUeWUl2 .icon-focus,
.cid-seJfUeWUl2 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seJfUeWUl2 .icon-focus:before,
.cid-seJfUeWUl2 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seJfUeWUl2 .icon-video {
  font-size: 1.5rem !important;
}
.cid-seJfUeWUl2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seJfUeWUl2 ul {
  font-size: 0;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seJfUeWUl2 .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-seJfUeWUl2 .mbr-gallery-filter ul li.active .btn.active:after,
.cid-seJfUeWUl2 .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul li:first-child,
.cid-seJfUeWUl2 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seJfUeWUl2 .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-seJfUeWUl2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seJfUeWUl2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seJzuwioIw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seJzuwioIw .mbr-section-subtitle {
  color: #000000;
}
.cid-seJzuwioIw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seJzuwioIw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seJzuwioIw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seJzuwioIw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seJzuwioIw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seJzuwioIw .icon-focus,
.cid-seJzuwioIw .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seJzuwioIw .icon-focus:before,
.cid-seJzuwioIw .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seJzuwioIw .icon-video {
  font-size: 1.5rem !important;
}
.cid-seJzuwioIw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seJzuwioIw ul {
  font-size: 0;
}
.cid-seJzuwioIw .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seJzuwioIw .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-seJzuwioIw .mbr-gallery-filter ul li.active .btn.active:after,
.cid-seJzuwioIw .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seJzuwioIw .mbr-gallery-filter ul li:first-child,
.cid-seJzuwioIw .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seJzuwioIw .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-seJzuwioIw .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seJzuwioIw .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seJCF6LLoT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seJCF6LLoT .mbr-section-subtitle {
  color: #000000;
}
.cid-seJCF6LLoT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seJCF6LLoT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seJCF6LLoT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seJCF6LLoT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seJCF6LLoT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #232226;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seJCF6LLoT .icon-focus,
.cid-seJCF6LLoT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seJCF6LLoT .icon-focus:before,
.cid-seJCF6LLoT .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seJCF6LLoT .icon-video {
  font-size: 1.5rem !important;
}
.cid-seJCF6LLoT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seJCF6LLoT ul {
  font-size: 0;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #000000 !important;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seJCF6LLoT .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-seJCF6LLoT .mbr-gallery-filter ul li.active .btn.active:after,
.cid-seJCF6LLoT .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #000000;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul li:first-child,
.cid-seJCF6LLoT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seJCF6LLoT .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #000000;
}
.cid-seJCF6LLoT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seJCF6LLoT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seJLU8JACG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seJLU8JACG .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cid-seJLU8JACG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-seJLU8JACG img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-seJLU8JACG .mbr-image-title {
  text-align: left;
  color: #000000;
}
.cid-u5NqFXzVdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NqFXzVdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NqFXzVdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NqFXzVdG .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .mbr-section-title {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-u5NqFXzVdG .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-u5NqFXzVdG .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffbc00;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .list {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-u5NqFXzVdG .list li:hover {
  color: #000000;
}
.cid-u5NqFXzVdG .copyright {
  margin: 32px 0 0 0;
  color: #000000;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-u5NqFXzVdG .copyright {
    text-align: center;
  }
}
.cid-u5NqFXzVdG .mbr-soc,
.cid-u5NqFXzVdG .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uE5u0usy0q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uE5u0usy0q nav.navbar {
  position: fixed;
}
.cid-uE5u0usy0q .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 0px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uE5u0usy0q .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-uE5u0usy0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uE5u0usy0q .nav-link:hover,
.cid-uE5u0usy0q .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uE5u0usy0q .nav-item {
    position: relative;
  }
}
.cid-uE5u0usy0q .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uE5u0usy0q .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uE5u0usy0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uE5u0usy0q .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uE5u0usy0q .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE5u0usy0q .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uE5u0usy0q .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uE5u0usy0q .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar .navbar-collapse.show,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uE5u0usy0q .navbar .navbar-collapse.show .brand-container,
  .cid-uE5u0usy0q .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uE5u0usy0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE5u0usy0q .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-uE5u0usy0q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE5u0usy0q .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uE5u0usy0q .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uE5u0usy0q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uE5u0usy0q .navbar .right-menu,
  .cid-uE5u0usy0q .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uE5u0usy0q .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE5u0usy0q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .navbar {
    padding: 2rem 1rem;
  }
  .cid-uE5u0usy0q .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uE5u0usy0q .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uE5u0usy0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE5u0usy0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE5u0usy0q .dropdown-item.active,
.cid-uE5u0usy0q .dropdown-item:active {
  background-color: transparent;
}
.cid-uE5u0usy0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE5u0usy0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE5u0usy0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE5u0usy0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE5u0usy0q ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uE5u0usy0q .navbar-buttons {
  margin-left: auto;
}
.cid-uE5u0usy0q button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:hover {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler:active {
  outline: none;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uE5u0usy0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uE5u0usy0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uE5u0usy0q .navbar-dropdown {
  position: fixed;
}
.cid-uE5u0usy0q a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uE5u0usy0q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE5u0usy0q .right-menu,
.cid-uE5u0usy0q .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uE5u0usy0q .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uE5u0usy0q .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uE5u0usy0q .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uE5u0usy0q .brand-container {
    padding: 0;
  }
}
.cid-uE5u0usy0q .card-wrapper {
  z-index: 3;
}
.cid-uE5u0usy0q .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uE5u0usy0q .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uE5u0usy0q .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uE5u0usy0q .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uE5u0usy0q .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uE5u0usy0q .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uE5u0usy0q .navbar-caption {
  color: #ffffff;
}
.cid-uE5u0usy0q .navbar-caption:hover {
  color: #ffffff;
}
.cid-uE5u0usy0q .dropdown-item:hover {
  color: #d20505 !important;
}
.cid-uE5u0usy0q a:hover .line-animation,
.cid-uE5u0usy0q a:focus .line-animation {
  opacity: 1;
}
.cid-uE5u0usy0q .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uE5u0usy0q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uE5u0usy0q .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
