.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- 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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #2f1893 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #e93a7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f1893;
  border-color: #2f1893;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-primary:hover {
  background-color: #211167 !important;
  border-color: #211167 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7fa8d7;
  border-color: #7fa8d7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-secondary:hover {
  background-color: #588ecb !important;
  border-color: #588ecb !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-success:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-danger:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !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.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2f1893;
  color: #2f1893;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #2f1893 !important;
  border-color: #2f1893;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7fa8d7;
  color: #7fa8d7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #7fa8d7 !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 2px 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;
}
.text-primary {
  color: #2f1893 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #e93a7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #130a3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #aa134d !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: #2ecc71;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #e93a7d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f1893;
  border-color: #2f1893;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #2f1893;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6649e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #2f1893;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f1893;
  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: #2f1893;
  border-bottom-color: #2f1893;
}
.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: #2f1893 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !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-tLsnpxxMy8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tLsnpxxMy8 nav.navbar {
  position: fixed;
}
.cid-tLsnpxxMy8 .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-tLsnpxxMy8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLsnpxxMy8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLsnpxxMy8 .dropdown-item:hover,
.cid-tLsnpxxMy8 .dropdown-item:focus {
  background: #2f1893 !important;
  color: white !important;
}
.cid-tLsnpxxMy8 .dropdown-item:hover span {
  color: white;
}
.cid-tLsnpxxMy8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLsnpxxMy8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLsnpxxMy8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLsnpxxMy8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLsnpxxMy8 .nav-link {
  position: relative;
}
.cid-tLsnpxxMy8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLsnpxxMy8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tLsnpxxMy8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLsnpxxMy8 .dropdown-menu,
.cid-tLsnpxxMy8 .navbar.opened {
  background: #a61919 !important;
}
.cid-tLsnpxxMy8 .nav-item:focus,
.cid-tLsnpxxMy8 .nav-link:focus {
  outline: none;
}
.cid-tLsnpxxMy8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLsnpxxMy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLsnpxxMy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLsnpxxMy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLsnpxxMy8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLsnpxxMy8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLsnpxxMy8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a61919;
}
.cid-tLsnpxxMy8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLsnpxxMy8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLsnpxxMy8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLsnpxxMy8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLsnpxxMy8 .navbar.collapsed {
  justify-content: center;
}
.cid-tLsnpxxMy8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLsnpxxMy8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLsnpxxMy8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLsnpxxMy8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLsnpxxMy8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLsnpxxMy8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLsnpxxMy8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLsnpxxMy8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLsnpxxMy8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLsnpxxMy8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLsnpxxMy8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLsnpxxMy8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLsnpxxMy8 .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-tLsnpxxMy8 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tLsnpxxMy8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLsnpxxMy8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLsnpxxMy8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLsnpxxMy8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLsnpxxMy8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLsnpxxMy8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tLsnpxxMy8 .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tLsnpxxMy8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tLsnpxxMy8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLsnpxxMy8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLsnpxxMy8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLsnpxxMy8 .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tLsnpxxMy8 .dropdown-item.active,
.cid-tLsnpxxMy8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLsnpxxMy8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLsnpxxMy8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLsnpxxMy8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLsnpxxMy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-tLsnpxxMy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLsnpxxMy8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLsnpxxMy8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLsnpxxMy8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLsnpxxMy8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLsnpxxMy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLsnpxxMy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLsnpxxMy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLsnpxxMy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLsnpxxMy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLsnpxxMy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLsnpxxMy8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLsnpxxMy8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLsnpxxMy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLsnpxxMy8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLsnpxxMy8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLsnpxxMy8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLsnpxxMy8 .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLsnpxxMy8 .navbar {
    height: 80px;
  }
  .cid-tLsnpxxMy8 .navbar.opened {
    height: auto;
  }
  .cid-tLsnpxxMy8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLsnpxxMy8 .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-tLsnpxxMy8 .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-tLsnpxxMy8 .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tLsnpxxMy8 .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tLsnpxxMy8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tLsnpxxMy8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLsnpxxMy8 .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tLSRhjXUDv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/liso-faded-1200x1800.jpeg");
}
.cid-tLSRhjXUDv .mbr-section-subtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #f5ab35;
}
.cid-tLSRhjXUDv .mbr-section-title {
  margin: 10px 0;
  color: #606060;
}
.cid-tLSRhjXUDv .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tLSRhjXUDv .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tLSRhjXUDv .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tLSRhjXUDv .form-control {
    margin-bottom: 20px;
  }
  .cid-tLSRhjXUDv .image {
    margin-top: 50px;
  }
  .cid-tLSRhjXUDv .content__block {
    justify-content: center;
    text-align: center;
  }
}
.cid-tLSRhjXUDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSRhjXUDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHVgBVIIC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg4.jpg");
}
.cid-tNHVgBVIIC .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNHVgBVIIC .mbr-text {
  margin: 25px 0 65px;
}
.cid-tNHVgBVIIC .form-group {
  margin-bottom: 0;
}
.cid-tNHVgBVIIC .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-tNHVgBVIIC .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tNHVgBVIIC .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tNHVgBVIIC .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tNHVgBVIIC .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-tNHVgBVIIC .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-tNHVgBVIIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHVgBVIIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLsnA0SJaz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLsnA0SJaz .container-fluid {
  padding: 0;
}
.cid-tLsnA0SJaz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLsnA0SJaz .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tLsnA0SJaz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLsnA0SJaz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tLsnA0SJaz .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tLsnA0SJaz .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #2ecc71;
  transition: all .3s linear;
}
.cid-tLsnA0SJaz .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tLsnA0SJaz .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tLsnA0SJaz .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLsnA0SJaz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tLsnA0SJaz .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLsnA0SJaz .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tLsnA0SJaz .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tLsnA0SJaz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLsnA0SJaz .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tLsnA0SJaz .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tLsnA0SJaz .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tLsnA0SJaz .copyright .mbr-text {
  margin: 0;
}
.cid-tLsnA0SJaz .mbr-section-title,
.cid-tLsnA0SJaz .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tLsnA0SJaz .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tLSSbKCGsE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tLSSbKCGsE nav.navbar {
  position: fixed;
}
.cid-tLSSbKCGsE .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-tLSSbKCGsE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLSSbKCGsE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLSSbKCGsE .dropdown-item:hover,
.cid-tLSSbKCGsE .dropdown-item:focus {
  background: #2f1893 !important;
  color: white !important;
}
.cid-tLSSbKCGsE .dropdown-item:hover span {
  color: white;
}
.cid-tLSSbKCGsE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLSSbKCGsE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLSSbKCGsE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLSSbKCGsE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLSSbKCGsE .nav-link {
  position: relative;
}
.cid-tLSSbKCGsE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLSSbKCGsE .container {
    flex-wrap: nowrap;
  }
}
.cid-tLSSbKCGsE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLSSbKCGsE .dropdown-menu,
.cid-tLSSbKCGsE .navbar.opened {
  background: #a61919 !important;
}
.cid-tLSSbKCGsE .nav-item:focus,
.cid-tLSSbKCGsE .nav-link:focus {
  outline: none;
}
.cid-tLSSbKCGsE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLSSbKCGsE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLSSbKCGsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLSSbKCGsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSSbKCGsE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLSSbKCGsE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLSSbKCGsE .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a61919;
}
.cid-tLSSbKCGsE .navbar.opened {
  transition: all 0.3s;
}
.cid-tLSSbKCGsE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLSSbKCGsE .navbar .navbar-logo img {
  width: auto;
}
.cid-tLSSbKCGsE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLSSbKCGsE .navbar.collapsed {
  justify-content: center;
}
.cid-tLSSbKCGsE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLSSbKCGsE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLSSbKCGsE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLSSbKCGsE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLSSbKCGsE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLSSbKCGsE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLSSbKCGsE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLSSbKCGsE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLSSbKCGsE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLSSbKCGsE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLSSbKCGsE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLSSbKCGsE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLSSbKCGsE .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-tLSSbKCGsE .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tLSSbKCGsE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLSSbKCGsE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLSSbKCGsE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLSSbKCGsE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLSSbKCGsE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLSSbKCGsE .navbar.navbar-short {
  min-height: 80px;
}
.cid-tLSSbKCGsE .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-tLSSbKCGsE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tLSSbKCGsE .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLSSbKCGsE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLSSbKCGsE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLSSbKCGsE .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tLSSbKCGsE .dropdown-item.active,
.cid-tLSSbKCGsE .dropdown-item:active {
  background-color: transparent;
}
.cid-tLSSbKCGsE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLSSbKCGsE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLSSbKCGsE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLSSbKCGsE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-tLSSbKCGsE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLSSbKCGsE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLSSbKCGsE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLSSbKCGsE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLSSbKCGsE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLSSbKCGsE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLSSbKCGsE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLSSbKCGsE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSSbKCGsE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSSbKCGsE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLSSbKCGsE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSSbKCGsE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLSSbKCGsE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLSSbKCGsE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSSbKCGsE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLSSbKCGsE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLSSbKCGsE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLSSbKCGsE .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLSSbKCGsE .navbar {
    height: 80px;
  }
  .cid-tLSSbKCGsE .navbar.opened {
    height: auto;
  }
  .cid-tLSSbKCGsE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLSSbKCGsE .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-tLSSbKCGsE .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-tLSSbKCGsE .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tLSSbKCGsE .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tLSSbKCGsE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tLSSbKCGsE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tLSSbKCGsE .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tLSSAEUqqB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLSSAEUqqB .mbr-section-subtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #606060;
}
.cid-tLSSAEUqqB .mbr-section-title {
  margin: 10px 0;
  color: #482be7;
}
.cid-tLSSAEUqqB .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tLSSAEUqqB .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tLSSAEUqqB .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tLSSAEUqqB .form-control {
    margin-bottom: 20px;
  }
  .cid-tLSSAEUqqB .image {
    margin-top: 50px;
  }
  .cid-tLSSAEUqqB .content__block {
    justify-content: center;
    text-align: center;
  }
}
.cid-tLSSAEUqqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSSAEUqqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWSH2M6GG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tOWSH2M6GG .container {
    max-width: 1162px;
  }
}
.cid-tOWSH2M6GG img,
.cid-tOWSH2M6GG .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-tOWSH2M6GG .item-img {
  height: 100%;
}
.cid-tOWSH2M6GG .item-img img {
  object-fit: cover;
}
.cid-tOWSH2M6GG .item-wrapper {
  position: relative;
}
.cid-tOWSH2M6GG .item:focus,
.cid-tOWSH2M6GG span:focus {
  outline: none;
}
.cid-tOWSH2M6GG .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-tOWSH2M6GG .mbr-text {
  font-weight: 600;
}
.cid-tOWSH2M6GG .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-tOWSH2M6GG .mbr-text,
.cid-tOWSH2M6GG .mbr-section-btn {
  text-align: left;
}
.cid-tOWSH2M6GG .btn {
  border-radius: 50px;
}
.cid-tOWSH2M6GG .btn:hover,
.cid-tOWSH2M6GG .btn:focus {
  border-color: #ea3223 !important;
  background-color: #ea3223 !important;
}
.cid-tLSSbLsmrO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-tLSSbLsmrO .mbr-section-subtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-tLSSbLsmrO .mbr-section-title {
  margin: 10px 0;
  color: #606060;
}
.cid-tLSSbLsmrO .mbr-text {
  margin-bottom: 0;
  color: #606060;
}
.cid-tLSSbLsmrO .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tLSSbLsmrO .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tLSSbLsmrO .form-control {
    margin-bottom: 20px;
  }
  .cid-tLSSbLsmrO .image {
    margin-top: 50px;
  }
  .cid-tLSSbLsmrO .content__block {
    justify-content: center;
    text-align: center;
  }
}
.cid-tLSSbLsmrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSSbLsmrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWOurXNVL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tOWOurXNVL .container {
    max-width: 1162px;
  }
}
.cid-tOWOurXNVL img,
.cid-tOWOurXNVL .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-tOWOurXNVL .item-img {
  height: 100%;
}
.cid-tOWOurXNVL .item-img img {
  object-fit: cover;
}
.cid-tOWOurXNVL .item-wrapper {
  position: relative;
}
.cid-tOWOurXNVL .item:focus,
.cid-tOWOurXNVL span:focus {
  outline: none;
}
.cid-tOWOurXNVL .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-tOWOurXNVL .mbr-text {
  font-weight: 600;
}
.cid-tOWOurXNVL .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-tOWOurXNVL .mbr-text,
.cid-tOWOurXNVL .mbr-section-btn {
  text-align: left;
}
.cid-tOWOurXNVL .btn {
  border-radius: 50px;
}
.cid-tOWOurXNVL .btn:hover,
.cid-tOWOurXNVL .btn:focus {
  border-color: #ea3223 !important;
  background-color: #ea3223 !important;
}
.cid-tOWJOkvMah {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOWJOkvMah img,
.cid-tOWJOkvMah .item-img {
  width: 100%;
}
.cid-tOWJOkvMah .item:focus,
.cid-tOWJOkvMah span:focus {
  outline: none;
}
.cid-tOWJOkvMah .item {
  cursor: pointer;
  padding-bottom: 32px;
}
.cid-tOWJOkvMah .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOWJOkvMah .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-tOWJOkvMah .price {
  margin-bottom: 36px;
}
.cid-tOWJOkvMah .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-tOWJOkvMah .item-title {
  margin-bottom: 10px;
}
.cid-tOWJOkvMah .mbr-text {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 0;
}
.cid-tOWJOkvMah .mbr-section-title {
  margin: 0;
  padding-bottom: 100px;
  text-align: left;
  color: #ea3223;
}
@media (max-width: 690px) {
  .cid-tOWJOkvMah .item {
    padding-bottom: 20px;
  }
}
.cid-tLUYVu5KnC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLUYVu5KnC .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 60px;
}
.cid-tLUYVu5KnC .mbr-text {
  margin: 15px 0 60px;
  color: #919dab;
}
.cid-tLUYVu5KnC .column__one,
.cid-tLUYVu5KnC .column__two,
.cid-tLUYVu5KnC .column__three,
.cid-tLUYVu5KnC .column__four {
  padding-top: 45px;
  border: 2px solid #ebeaed;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
}
.cid-tLUYVu5KnC .column__one {
  border: 2px solid #ebeaed;
  border-radius: 10px;
}
.cid-tLUYVu5KnC .column__one {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tLUYVu5KnC .column__two {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-tLUYVu5KnC .column__two {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tLUYVu5KnC .column__three {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-tLUYVu5KnC .column__three {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tLUYVu5KnC .column__four {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cid-tLUYVu5KnC .column__two {
  border-bottom-left-radius: 0;
}
.cid-tLUYVu5KnC .column__three {
  border-bottom-left-radius: 0;
}
.cid-tLUYVu5KnC .column__four {
  border-bottom-left-radius: 0;
}
.cid-tLUYVu5KnC .title__table {
  margin-bottom: 0;
  padding: 0 20px;
  margin-bottom: 35px;
  color: #ea3223;
}
.cid-tLUYVu5KnC .subtitle__table {
  color: #919dab;
  margin: 10px 0 35px;
  padding: 0 20px;
}
.cid-tLUYVu5KnC .pricing {
  padding: 0 20px;
}
.cid-tLUYVu5KnC .currency {
  vertical-align: top;
}
.cid-tLUYVu5KnC .mbr-section-btn {
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-tLUYVu5KnC .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tLUYVu5KnC .item__table {
  padding: 16px 20px 14px;
  border-top: 2px solid #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tLUYVu5KnC .column__one,
  .cid-tLUYVu5KnC .column__two,
  .cid-tLUYVu5KnC .column__three,
  .cid-tLUYVu5KnC .column__four {
    border-right: 2px solid #ebeaed;
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
}
.cid-tLUYVu5KnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLUYVu5KnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLV4NXD8oS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLV4NXD8oS .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 60px;
}
.cid-tLV4NXD8oS .mbr-text {
  margin: 15px 0 60px;
  color: #919dab;
}
.cid-tLV4NXD8oS .column__one,
.cid-tLV4NXD8oS .column__two,
.cid-tLV4NXD8oS .column__three,
.cid-tLV4NXD8oS .column__four {
  padding-top: 45px;
  border: 2px solid #ebeaed;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
}
.cid-tLV4NXD8oS .column__one {
  border: 2px solid #ebeaed;
  border-radius: 10px;
}
.cid-tLV4NXD8oS .column__one {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tLV4NXD8oS .column__two {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-tLV4NXD8oS .column__two {
  border-bottom-left-radius: 0;
}
.cid-tLV4NXD8oS .column__three {
  border-bottom-left-radius: 0;
}
.cid-tLV4NXD8oS .column__four {
  border-bottom-left-radius: 0;
}
.cid-tLV4NXD8oS .title__table {
  margin-bottom: 0;
  padding: 0 20px;
  margin-bottom: 35px;
  color: #ea3223;
}
.cid-tLV4NXD8oS .subtitle__table {
  color: #919dab;
  margin: 10px 0 35px;
  padding: 0 20px;
}
.cid-tLV4NXD8oS .pricing {
  padding: 0 20px;
}
.cid-tLV4NXD8oS .currency {
  vertical-align: top;
}
.cid-tLV4NXD8oS .mbr-section-btn {
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-tLV4NXD8oS .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tLV4NXD8oS .item__table {
  padding: 16px 20px 14px;
  border-top: 2px solid #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tLV4NXD8oS .column__one,
  .cid-tLV4NXD8oS .column__two,
  .cid-tLV4NXD8oS .column__three,
  .cid-tLV4NXD8oS .column__four {
    border-right: 2px solid #ebeaed;
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
}
.cid-tLV4NXD8oS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLV4NXD8oS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHYQqgLEH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNHYQqgLEH .mbr-section-title {
  margin-bottom: 40px;
  color: #482be7;
}
.cid-tNHYQqgLEH .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-tNHYQqgLEH .block__product {
  margin: 30px 0;
}
.cid-tNHYQqgLEH .image {
  transition: all .25s;
}
.cid-tNHYQqgLEH .image:hover {
  opacity: .8;
}
.cid-tNHYQqgLEH .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-tNHYQqgLEH .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tNHYQqgLEH .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-tNHYQqgLEH .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-tNHYQqgLEH .title__block:hover {
  color: #2f1893;
}
.cid-tNHYQqgLEH .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-tNHYQqgLEH .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-tNHYQqgLEH .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tNHYQqgLEH .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-tNHYQqgLEH .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #2f1893 !important;
  color: #2f1893 !important;
}
.cid-tNHYQqgLEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHYQqgLEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSSbLY1kW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLSSbLY1kW .container-fluid {
  padding: 0;
}
.cid-tLSSbLY1kW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLSSbLY1kW .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tLSSbLY1kW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLSSbLY1kW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tLSSbLY1kW .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tLSSbLY1kW .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #2ecc71;
  transition: all .3s linear;
}
.cid-tLSSbLY1kW .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tLSSbLY1kW .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tLSSbLY1kW .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLSSbLY1kW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tLSSbLY1kW .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLSSbLY1kW .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tLSSbLY1kW .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tLSSbLY1kW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLSSbLY1kW .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tLSSbLY1kW .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tLSSbLY1kW .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tLSSbLY1kW .copyright .mbr-text {
  margin: 0;
}
.cid-tLSSbLY1kW .mbr-section-title,
.cid-tLSSbLY1kW .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tLSSbLY1kW .mbr-text {
  color: #84858a;
  text-align: center;
}
