body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Play', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Play', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Play', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Play', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Play', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f57f20 !important;
}
.bg-info {
  background-color: #716c80 !important;
}
.bg-warning {
  background-color: #cc2952 !important;
}
.bg-danger {
  background-color: #e6e3da !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a212c !important;
  border-color: #8a212c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4c1218 !important;
  border-color: #4c1218 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c1218 !important;
  border-color: #4c1218 !important;
}
.btn-info,
.btn-info:active {
  background-color: #716c80 !important;
  border-color: #716c80 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4957 !important;
  border-color: #4c4957 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4957 !important;
  border-color: #4c4957 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f57f20 !important;
  border-color: #f57f20 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c05a09 !important;
  border-color: #c05a09 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c05a09 !important;
  border-color: #c05a09 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6e3da !important;
  border-color: #e6e3da !important;
  color: #736a4e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #736a4e !important;
  background-color: #c7c0ac !important;
  border-color: #c7c0ac !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #736a4e !important;
  background-color: #c7c0ac !important;
  border-color: #c7c0ac !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #380d12;
  color: #380d12;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #8a212c;
  border-color: #8a212c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a212c !important;
  border-color: #8a212c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #403d49;
  color: #403d49;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #716c80;
  border-color: #716c80;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #716c80 !important;
  border-color: #716c80 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a74f08;
  color: #a74f08;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f57f20;
  border-color: #f57f20;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bdb59d;
  color: #bdb59d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #736a4e;
  background-color: #e6e3da;
  border-color: #e6e3da;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #736a4e !important;
  background-color: #e6e3da !important;
  border-color: #e6e3da !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #8a212c !important;
}
.text-success {
  color: #f57f20 !important;
}
.text-info {
  color: #716c80 !important;
}
.text-warning {
  color: #cc2952 !important;
}
.text-danger {
  color: #e6e3da !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #380d12 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a74f08 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #403d49 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #771830 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bdb59d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #716c80;
}
.alert-warning {
  background-color: #cc2952;
}
.alert-danger {
  background-color: #e6e3da;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feefe3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b0bc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f5ccd6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Play', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #ffffff;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ffffff !important;
  -webkit-box-shadow: 0 6px 16px 0 #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #8a212c !important;
  -webkit-box-shadow: 0 6px 16px 0 #8a212c !important;
  background-color: #8a212c !important;
  border-color: #8a212c !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #f57f20 !important;
  -webkit-box-shadow: 0 6px 16px 0 #f57f20 !important;
  background-color: #f57f20 !important;
  border-color: #f57f20 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #8a212c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sNvB5U4iGN .modal-body .close {
  background: #1b1b1b;
}
.cid-sNvB5U4iGN .modal-body .close span {
  font-style: normal;
}
.cid-sNvB5U4iGN .carousel-inner > .active,
.cid-sNvB5U4iGN .carousel-inner > .next,
.cid-sNvB5U4iGN .carousel-inner > .prev {
  display: table;
}
.cid-sNvB5U4iGN .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-sNvB5U4iGN .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-sNvB5U4iGN .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-sNvB5U4iGN .carousel-control,
.cid-sNvB5U4iGN .carousel-indicators li {
  background-color: #ffffff !important;
  opacity: 0.7!important;
  border: none;
}
.cid-sNvB5U4iGN .carousel-control:hover,
.cid-sNvB5U4iGN .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sNvB5U4iGN .carousel-control .active,
.cid-sNvB5U4iGN .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sNvB5U4iGN .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sNvB5U4iGN .carousel-control .icon-next,
.cid-sNvB5U4iGN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sNvB5U4iGN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sNvB5U4iGN .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sNvB5U4iGN .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-sNvB5U4iGN .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-sNvB5U4iGN .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sNvB5U4iGN .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNvB5U4iGN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sNvB5U4iGN .boxed-slider > div {
  position: relative;
}
.cid-sNvB5U4iGN .container img {
  width: 100%;
}
.cid-sNvB5U4iGN .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sNvB5U4iGN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sNvB5U4iGN .mbr-table-cell {
  padding: 0;
}
.cid-sNvB5U4iGN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sNvB5U4iGN .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sNvB5U4iGN .mbr-overlay {
  z-index: 1;
}
.cid-sNvB5U4iGN .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sNvB5U4iGN .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sNvB5U4iGN .carousel-item .container {
    width: 100%;
  }
}
.cid-sNvB5U4iGN .carousel-item-next.carousel-item-left,
.cid-sNvB5U4iGN .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sNvB5U4iGN .active.carousel-item-right,
.cid-sNvB5U4iGN .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sNvB5U4iGN .active.carousel-item-left,
.cid-sNvB5U4iGN .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sNvB5U4iGN .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sNvB5U4iGN .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators li.active,
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators li::after,
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sNvB5U4iGN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sNvB5U4iGN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sNvB5U4iGN .mbr-slider > .container img {
  width: 100%;
}
.cid-sNvB5U4iGN .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNvB5U4iGN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sNvB5U4iGN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNvB5U4iGN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sNvB5U4iGN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sNvB5U4iGN .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sNvB5U4iGN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sNvB5U4iGN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sNvB5U4iGN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sNvB5U4iGN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sNvB5U4iGN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sNvB5U4iGN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sNvB5U4iGN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sNvB5U4iGN H2 {
  text-align: right;
  color: #efefef;
}
.cid-sNvB5U4iGN P {
  color: #ffffff;
  text-align: right;
}
.cid-sNvB5U4iGN H1 {
  color: #ff3366;
}
.cid-tLxoSNgNyH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e6e3da;
  position: relative;
  overflow: hidden;
}
.cid-tLxoSNgNyH .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-tLxoSNgNyH #e1_circle,
.cid-tLxoSNgNyH #e3_circle,
.cid-tLxoSNgNyH #e4_circle,
.cid-tLxoSNgNyH #e5_circle {
  fill: #efefef !important;
}
.cid-tLxoSNgNyH #e6_circle {
  fill: #e6e3da !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tLxoSNgNyH .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-tLxoSNgNyH .rev {
  animation: rev 4s linear infinite;
}
.cid-tLxoSNgNyH .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-tLxoSNgNyH .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-tLxoSNgNyH .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-tLxoSNgNyH .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-tLxoSNgNyH .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-tLxoSNgNyH .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-tLxoSNgNyH .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-tLxoSNgNyH .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-tLxoSNgNyH .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-tLxoSNgNyH .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-tLxoSNgNyH .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-tLxoSNgNyH H1 {
  color: #8a212c;
}
.cid-tLxoSNgNyH .mbr-text,
.cid-tLxoSNgNyH .mbr-section-btn {
  color: #716c80;
}
.cid-tLxoSNgNyH H3 {
  color: #716c80;
}
.cid-tLxoSNgNyH img {
  height: 100%;
  margin: 0 auto;
}
.cid-tL3m361yFX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tL3m361yFX h4 {
  margin-bottom: 0;
}
.cid-tL3m361yFX p {
  color: #767676;
}
.cid-tL3m361yFX .btn-info-outline {
  border: none;
  color: #716c80 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tL3m361yFX .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tL3m361yFX .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tL3m361yFX .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ffffff !important;
  box-shadow: none!important;
}
.cid-tL3m361yFX .btn-info-outline:active,
.cid-tL3m361yFX .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tL3m361yFX .card-box {
  padding-top: 2rem;
}
.cid-tL3m361yFX .card-wrapper {
  height: 100%;
}
.cid-tL3m361yFX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tL3m361yFX img {
  border-radius: 8px;
}
.cid-tL3m361yFX .card-title {
  color: #8a212c;
}
.cid-tL3m361yFX .main-title {
  color: #f57f20;
  text-align: center;
}
.cid-tL3m361yFX DIV {
  color: #57468b;
}
.cid-tL3m361yFX .card-img {
  width: auto;
}
.cid-tL3m361yFX .mbr-text,
.cid-tL3m361yFX .mbr-section-btn {
  color: #716c80;
}
.cid-s0Xr1KMk0m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e6e3da;
}
.cid-s0Xr1KMk0m h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s0Xr1KMk0m .card-box {
  padding-top: 3rem;
}
.cid-s0Xr1KMk0m .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-s0Xr1KMk0m .btn-md {
  padding: 1rem;
}
.cid-s0Xr1KMk0m .btn-primary-outline,
.cid-s0Xr1KMk0m .btn-secondary-outline,
.cid-s0Xr1KMk0m .btn-info-outline,
.cid-s0Xr1KMk0m .btn-success-outline,
.cid-s0Xr1KMk0m .btn-warning-outline,
.cid-s0Xr1KMk0m .btn-danger-outline,
.cid-s0Xr1KMk0m .btn-black-outline,
.cid-s0Xr1KMk0m .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-s0Xr1KMk0m .btn-primary-outline span,
.cid-s0Xr1KMk0m .btn-secondary-outline span,
.cid-s0Xr1KMk0m .btn-info-outline span,
.cid-s0Xr1KMk0m .btn-success-outline span,
.cid-s0Xr1KMk0m .btn-warning-outline span,
.cid-s0Xr1KMk0m .btn-danger-outline span,
.cid-s0Xr1KMk0m .btn-black-outline span,
.cid-s0Xr1KMk0m .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s0Xr1KMk0m .btn-primary-outline:hover span,
.cid-s0Xr1KMk0m .btn-secondary-outline:hover span,
.cid-s0Xr1KMk0m .btn-info-outline:hover span,
.cid-s0Xr1KMk0m .btn-success-outline:hover span,
.cid-s0Xr1KMk0m .btn-warning-outline:hover span,
.cid-s0Xr1KMk0m .btn-danger-outline:hover span,
.cid-s0Xr1KMk0m .btn-black-outline:hover span,
.cid-s0Xr1KMk0m .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s0Xr1KMk0m .btn-primary-outline:hover,
.cid-s0Xr1KMk0m .btn-secondary-outline:hover,
.cid-s0Xr1KMk0m .btn-info-outline:hover,
.cid-s0Xr1KMk0m .btn-success-outline:hover,
.cid-s0Xr1KMk0m .btn-warning-outline:hover,
.cid-s0Xr1KMk0m .btn-danger-outline:hover,
.cid-s0Xr1KMk0m .btn-black-outline:hover,
.cid-s0Xr1KMk0m .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ffffff !important;
  box-shadow: none!important;
}
.cid-s0Xr1KMk0m .btn-primary-outline:active,
.cid-s0Xr1KMk0m .btn-secondary-outline:active,
.cid-s0Xr1KMk0m .btn-info-outline:active,
.cid-s0Xr1KMk0m .btn-success-outline:active,
.cid-s0Xr1KMk0m .btn-warning-outline:active,
.cid-s0Xr1KMk0m .btn-danger-outline:active,
.cid-s0Xr1KMk0m .btn-black-outline:active,
.cid-s0Xr1KMk0m .btn-white-outline:active,
.cid-s0Xr1KMk0m .btn-primary-outline:focus,
.cid-s0Xr1KMk0m .btn-secondary-outline:focus,
.cid-s0Xr1KMk0m .btn-info-outline:focus,
.cid-s0Xr1KMk0m .btn-success-outline:focus,
.cid-s0Xr1KMk0m .btn-warning-outline:focus,
.cid-s0Xr1KMk0m .btn-danger-outline:focus,
.cid-s0Xr1KMk0m .btn-black-outline:focus,
.cid-s0Xr1KMk0m .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s0Xr1KMk0m .btn-primary-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-secondary-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-info-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-success-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-warning-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-danger-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-black-outline .mbr-iconfont,
.cid-s0Xr1KMk0m .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s0Xr1KMk0m .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s0Xr1KMk0m .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(236, 131, 7, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s0Xr1KMk0m .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s0Xr1KMk0m .link-wrap:hover {
  color: #ffffff !important;
}
.cid-s0Xr1KMk0m .link-wrap:hover:hover .link-ico {
  color: #ffffff !important;
}
.cid-s0Xr1KMk0m .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s0Xr1KMk0m img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s0Xr1KMk0m .card-title {
  color: #8a212c;
  text-align: left;
}
.cid-s0Xr1KMk0m .row {
  justify-content: center;
}
.cid-s0Xr1KMk0m .main-title {
  text-align: center;
  color: #f57f20;
}
.cid-s0Xr1KMk0m P {
  text-align: center;
}
.cid-s0Xr1KMk0m .mbr-text,
.cid-s0Xr1KMk0m .link {
  text-align: right;
  color: #716c80;
}
.cid-s0Xr1KMk0m DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-s0Xr1KMk0m .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-sQEaQIyjve {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #73878d;
}
.cid-sQEaQIyjve .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-sQEaQIyjve input,
.cid-sQEaQIyjve textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-sQEaQIyjve .col-auto {
  width: 100%;
  text-align: center;
}
.cid-sQEaQIyjve img {
  width: 90%;
  border-radius: 8px;
}
.cid-sQEaQIyjve .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-sQEaQIyjve textarea {
  min-height: 160px;
}
.cid-sQEaQIyjve .form-control,
.cid-sQEaQIyjve .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #73878d;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQEaQIyjve .form-control:hover,
.cid-sQEaQIyjve .field-input:hover,
.cid-sQEaQIyjve .form-control:focus,
.cid-sQEaQIyjve .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQEaQIyjve input::-webkit-input-placeholder,
.cid-sQEaQIyjve textarea::-webkit-input-placeholder {
  color: #73878d;
}
.cid-sQEaQIyjve input:-moz-placeholder,
.cid-sQEaQIyjve textarea:-moz-placeholder {
  color: #73878d;
}
.cid-sQEaQIyjve .jq-selectbox li,
.cid-sQEaQIyjve .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-sQEaQIyjve .jq-selectbox li:hover,
.cid-sQEaQIyjve .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-sQEaQIyjve .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-sQEaQIyjve .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-sQEaQIyjve H5 {
  color: #f57f20;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sQEaQIyjve img {
    width: 100%;
  }
}
.cid-sQEaQIyjve LABEL {
  color: #465052;
}
.cid-sQEaQIyjve H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sQEaQIyjve P {
  color: #f2f6ff;
  text-align: center;
}
.cid-tLxoU1Uj8C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #8a212c;
  position: relative;
  overflow: hidden;
}
.cid-tLxoU1Uj8C .container {
  max-width: 1400px;
}
.cid-tLxoU1Uj8C .card-img2 span {
  padding-top: 6px;
}
.cid-tLxoU1Uj8C .soc-item a {
  padding-top: 5px;
}
.cid-tLxoU1Uj8C .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLxoU1Uj8C .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLxoU1Uj8C .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLxoU1Uj8C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLxoU1Uj8C svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLxoU1Uj8C #e2_shape {
  fill: #8a212c !important;
}
.cid-tLxoU1Uj8C .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLxoU1Uj8C .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLxoU1Uj8C .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #f57f20;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLxoU1Uj8C .card-img {
  width: auto;
}
.cid-tLxoU1Uj8C .soc-item {
  width: 45px;
  height: 45px;
  background: #f57f20;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLxoU1Uj8C .soc-item span {
  font-size: 1.4rem;
}
.cid-tLxoU1Uj8C .soc-item:hover span {
  color: #ffffff !important;
}
.cid-tLxoU1Uj8C .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLxoU1Uj8C .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLxoU1Uj8C .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLxoU1Uj8C .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLxoU1Uj8C img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLxoU1Uj8C .item {
    justify-content: center;
  }
  .cid-tLxoU1Uj8C .quote::after {
    left: 60px;
  }
}
.cid-tLxoU1Uj8C .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLxoU1Uj8C .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLxoU1Uj8C .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-tLxoU1Uj8C .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tLxoU1Uj8C H5 {
  color: #ffffff;
  text-align: left;
}
.cid-tLxoU1Uj8C .theme {
  color: #ffffff;
}
.cid-tLxoU1Uj8C .copyright > p {
  color: #ff3366;
}
.cid-tLxoU1Uj8C .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t8upvz09cS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tL313SspEN .navbar {
  padding: .5rem 0;
  background: #e6e3da;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-tL313SspEN .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-tL313SspEN .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-tL313SspEN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tL313SspEN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tL313SspEN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tL313SspEN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tL313SspEN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tL313SspEN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tL313SspEN .navbar-dropdown.bg-color.transparent.opened {
  background: #e6e3da;
}
.cid-tL313SspEN a {
  font-style: normal;
}
.cid-tL313SspEN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-tL313SspEN .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-tL313SspEN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tL313SspEN .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-tL313SspEN .content-text {
  margin-bottom: 0;
}
.cid-tL313SspEN .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tL313SspEN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tL313SspEN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-tL313SspEN .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tL313SspEN .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-tL313SspEN .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-tL313SspEN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tL313SspEN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tL313SspEN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tL313SspEN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tL313SspEN .nav-dropdown .link {
  font-weight: 400;
}
.cid-tL313SspEN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tL313SspEN .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tL313SspEN .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tL313SspEN .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-tL313SspEN .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-tL313SspEN .menu-content-top.show {
  display: block;
}
.cid-tL313SspEN .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-tL313SspEN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tL313SspEN .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-tL313SspEN .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-tL313SspEN .dropdown-item:before {
    display: none;
  }
  .cid-tL313SspEN .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-tL313SspEN .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-tL313SspEN img {
    height: 3.8rem !important;
  }
  .cid-tL313SspEN .btn {
    display: flex;
  }
  .cid-tL313SspEN button.navbar-toggler {
    display: block;
  }
  .cid-tL313SspEN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tL313SspEN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tL313SspEN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tL313SspEN .navbar-collapse.collapsing,
  .cid-tL313SspEN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tL313SspEN .navbar-collapse.collapsing .navbar-nav,
  .cid-tL313SspEN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tL313SspEN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tL313SspEN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-tL313SspEN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tL313SspEN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tL313SspEN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tL313SspEN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL313SspEN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tL313SspEN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tL313SspEN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tL313SspEN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-tL313SspEN .navbar .menu-content-top {
    display: block;
  }
  .cid-tL313SspEN .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tL313SspEN .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tL313SspEN .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-tL313SspEN .menu-bottom {
    display: flex;
  }
  .cid-tL313SspEN .navbar {
    display: block;
    padding: 0;
  }
  .cid-tL313SspEN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tL313SspEN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-tL313SspEN .navbar-toggler {
    display: none;
  }
}
.cid-tL313SspEN .navbar-short .menu-content-top {
  border: none;
}
.cid-tL313SspEN .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tL313SspEN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tL313SspEN .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-tL313SspEN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tL313SspEN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tL313SspEN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tL313SspEN .dropdown .dropdown-menu {
  background: #e6e3da;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tL313SspEN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tL313SspEN .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tL313SspEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tL313SspEN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tL313SspEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tL313SspEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tL313SspEN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tL313SspEN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL313SspEN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tL313SspEN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tL313SspEN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tL313SspEN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tL313SspEN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tL313SspEN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tL313SspEN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-tL313SspEN button.navbar-toggler:focus {
  outline: none;
}
.cid-tL313SspEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f57f20;
}
.cid-tL313SspEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL313SspEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL313SspEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL313SspEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL313SspEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL313SspEN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL313SspEN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL313SspEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL313SspEN .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tL313SspEN .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tL313SspEN .collapsed .menu-logo {
  margin-right: 0;
}
.cid-tL313SspEN .collapsed .btn {
  display: flex;
}
.cid-tL313SspEN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tL313SspEN .collapsed .navbar-collapse.collapsing,
.cid-tL313SspEN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tL313SspEN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tL313SspEN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tL313SspEN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tL313SspEN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tL313SspEN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tL313SspEN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tL313SspEN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tL313SspEN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tL313SspEN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem  - 1rem);
  }
  .cid-tL313SspEN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tL313SspEN .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tL313SspEN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tL313SspEN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tL313SspEN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-tL313SspEN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tL313SspEN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tL313SspEN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tL313SspEN .collapsed .dropdown-item:before {
  display: none;
}
.cid-tL313SspEN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tL313SspEN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tL313SspEN .nav-link:focus {
  outline: none;
}
.cid-tL313SspEN .navbar-toggler {
  position: relative;
}
.cid-tL313SspEN .dropdown-item.active,
.cid-tL313SspEN .dropdown-item:active {
  background-color: #e6e3da;
  color: auto;
}
.cid-tL313SspEN .nav-link:hover,
.cid-tL313SspEN .dropdown-item:hover {
  color: #8a212c;
}
