body {
  font-family: 'Libre Caslon Display', serif;
}
.display-1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 5.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.71875rem;
}
.display-2 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.7625rem;
    font-size: calc( 2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #909190 !important;
}
.bg-danger {
  background-color: #9d9690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b1d20 !important;
  border-color: #1b1d20 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #909190 !important;
  border-color: #909190 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1d20;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1d20 !important;
  border-color: #1b1d20 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #909190;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #656665 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #909190 !important;
  border-color: #909190 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d9690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #726b64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #111213 !important;
}
.text-secondary {
  color: #1b1d20 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #909190 !important;
}
.text-danger {
  color: #9d9690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b1d20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909190 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d9690 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #909190;
}
.alert-danger {
  background-color: #9d9690;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d6d4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #111213;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #111213;
  border-bottom-color: #111213;
}
.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: #111213 !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: #1b1d20 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23111213' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  padding-left: 0;
}
.cid-sPvmfwp2Vt .container,
.cid-sPvmfwp2Vt .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sPvmfNW6U4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sPvmfNW6U4 .carousel {
  height: 800px;
}
.cid-sPvmfNW6U4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPvmfNW6U4 .carousel-item,
.cid-sPvmfNW6U4 .carousel-inner {
  height: 100%;
}
.cid-sPvmfNW6U4 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}
.cid-sPvmfNW6U4 .carousel-caption {
  bottom: initial;
  text-align: left;
  position: absolute;
  right: initial;
  left: initial;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sPvmfNW6U4 .mbr-text {
  margin-bottom: 10px;
}
.cid-sPvmfNW6U4 .mbr-section-text {
  margin-bottom: 10px;
}
.cid-sPvmfNW6U4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sPvmfNW6U4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sPvmfNW6U4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: .8;
}
@media (max-width: 767px) {
  .cid-sPvmfNW6U4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sPvmfNW6U4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sPvmfNW6U4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPvmfNW6U4 .carousel-control {
  top: 50%;
  width: 67px;
  height: 67px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #07091f;
  transition: all 0.3s;
  opacity: 1;
}
.cid-sPvmfNW6U4 .carousel-control.carousel-control-prev {
  left: -134px;
}
.cid-sPvmfNW6U4 .carousel-control.carousel-control-next {
  left: -67px;
}
.cid-sPvmfNW6U4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  margin-left: 120px;
}
.cid-sPvmfNW6U4 .carousel-indicators li {
  margin-right: 23px;
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  background-color: #040e17;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  border: none;
}
.cid-sPvmfNW6U4 .carousel-indicators li:hover {
  background-color: #b18161;
}
.cid-sPvmfNW6U4 .carousel-indicators li.active {
  margin-right: 23px;
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  background-color: #b18161;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  border: none;
}
@media (max-width: 768px) {
  .cid-sPvmfNW6U4 .carousel-indicators {
    display: none !important;
  }
}
.cid-sPvmfNW6U4 .container {
  margin-right: 70px;
  margin-left: 70px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: initial;
  max-width: initial !important;
}
@media (max-width: 1000px) {
  .cid-sPvmfNW6U4 .container {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .cid-sPvmfNW6U4 .carousel-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-sPvmfNW6U4 .carousel-indicators {
    margin-left: 30px;
  }
}
.cid-sPvmfNW6U4 .controls {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 1260px) {
  .cid-sPvmfNW6U4 .controls {
    display: none;
  }
}
.cid-sPvmfNW6U4 P {
  color: #111213;
}
.cid-sPvmfNW6U4 .mbr-text,
.cid-sPvmfNW6U4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sPvmfNW6U4 .active {
  transition: all 0.5s !important;
}
.cid-sPvmfNW6U4 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sPvmfNW6U4 .mbr-section-text,
.cid-sPvmfNW6U4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sTbwj9NEHK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cover-1993x490.png");
}
.cid-sTbwj9NEHK .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.cid-sTbwj9NEHK .mbr-section-title {
  padding-bottom: 30px;
  color: #111213;
}
.cid-sTbwj9NEHK .role {
  color: #52586a;
  text-align: center;
}
.cid-sTbwj9NEHK .name {
  color: #111213;
  text-align: center;
}
.cid-sTbwj9NEHK a {
  font-weight: 400 !important;
}
.cid-tc2srioWfQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tc2srioWfQ .container {
  max-width: 1132px;
}
.cid-tc2srioWfQ .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tc2srioWfQ .b {
    margin-bottom: 20px;
  }
}
.cid-sPvmjaGyZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvmjaGyZZ .item-wrapper {
  position: relative;
}
.cid-sPvmjaGyZZ .features-image {
  padding-top: 45px;
}
.cid-sPvmjaGyZZ .features-image:first-child {
  padding-top: 0px;
}
.cid-sPvmjaGyZZ .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sPvmjaGyZZ .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sPvmjaGyZZ .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sPvmjaGyZZ .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-sPvmjaGyZZ .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sPvmjaGyZZ .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sPvmjaGyZZ .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sPvmjaGyZZ .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sPvmjaGyZZ .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sPvmjaGyZZ .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sPvmjaGyZZ .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sPvmjaGyZZ .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-sPvmjaGyZZ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sPvmjaGyZZ .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sPvmjaGyZZ .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sPvmjaGyZZ .desc1,
.cid-sPvmjaGyZZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-sPvmjaGyZZ .tag1 {
  background-color: #3f37c9;
}
.cid-sPvmjaGyZZ .tag2 {
  background-color: #3f37c9;
}
.cid-sPvmjaGyZZ .tag3 {
  background-color: #3f37c9;
}
.cid-sPvmjaGyZZ .tag4 {
  background-color: #3f37c9;
}
.cid-sTbW1FSv2n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTbW1FSv2n .item-wrapper {
  position: relative;
}
.cid-sTbW1FSv2n .features-image {
  padding-top: 45px;
}
.cid-sTbW1FSv2n .features-image:first-child {
  padding-top: 0px;
}
.cid-sTbW1FSv2n .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sTbW1FSv2n .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sTbW1FSv2n .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sTbW1FSv2n .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-sTbW1FSv2n .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sTbW1FSv2n .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sTbW1FSv2n .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sTbW1FSv2n .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sTbW1FSv2n .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sTbW1FSv2n .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sTbW1FSv2n .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sTbW1FSv2n .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-sTbW1FSv2n .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sTbW1FSv2n .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sTbW1FSv2n .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sTbW1FSv2n .desc1,
.cid-sTbW1FSv2n .iconfont-wrapper {
  color: #ffffff;
}
.cid-sTbW1FSv2n .tag1 {
  background-color: #3f37c9;
}
.cid-sTbW1FSv2n .tag2 {
  background-color: #3f37c9;
}
.cid-sTbW1FSv2n .tag3 {
  background-color: #3f37c9;
}
.cid-sTbW1FSv2n .tag4 {
  background-color: #3f37c9;
}
.cid-tTdq0YCWtW {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tTdq0YCWtW .carousel {
  width: 100%;
}
.cid-tTdq0YCWtW .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tTdq0YCWtW .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tTdq0YCWtW .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tTdq0YCWtW .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tTdq0YCWtW .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tTdq0YCWtW .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tTdq0YCWtW .mbr-section-btn {
  margin-top: 42px;
}
.cid-tTdq0YCWtW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tTdq0YCWtW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tTdq0YCWtW .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tTdq0YCWtW .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tTdq0YCWtW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTdq0YCWtW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tTdq0YCWtW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tTdq0YCWtW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tTdq0YCWtW .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #1b1d20;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tTdq0YCWtW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #1b1d20 !important;
}
.cid-tTdq0YCWtW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #1b1d20 !important;
}
.cid-tTdq0YCWtW .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tTdq0YCWtW .carousel-control {
    display: none !important;
  }
}
.cid-tTdq0YCWtW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tTdq0YCWtW .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #1b1d20;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tTdq0YCWtW .carousel-indicators li.active,
.cid-tTdq0YCWtW .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tTdq0YCWtW .carousel-indicators li::after,
.cid-tTdq0YCWtW .carousel-indicators li::before {
  content: none;
}
.cid-tTdq0YCWtW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tTdq0YCWtW .carousel-indicators {
    display: none !important;
  }
}
.cid-tTdq0YCWtW .mbr-section-text,
.cid-tTdq0YCWtW .mbr-section-btn {
  text-align: center;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmy8DEwu .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sPvmy8DEwu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPvmy8DEwu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPvmy8DEwu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPvmy8DEwu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  padding-left: 0;
}
.cid-sPvmfwp2Vt .container,
.cid-sPvmfwp2Vt .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sTc6oJH793 {
  padding-top: 300px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cover-aop-aronija-lijevodolje-1918x1049.png");
}
.cid-sTc6oJH793 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sTc6oJH793 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sTc6oJH793 .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sTc6oJH793 .desc {
  color: #909190;
}
.cid-sTc6oJH793 .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sTc6oJH793 .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sTc6oJH793 .name {
  margin-bottom: 20px;
}
.cid-sTc6oJH793 .price {
  width: auto;
  display: inline;
}
.cid-sTc6oJH793 .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sTc6oJH793 .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sTc6oJH793 .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sTc6oJH793 .new-price {
  width: auto;
  display: inline;
}
.cid-sTc6oJH793 .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sTc6oJH793 .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sTc6oJH793 .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sTc6oJH793 .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sTc6oJH793 .plus {
  color: #52586a;
}
.cid-sTc6oJH793 .desc,
.cid-sTc6oJH793 .plus {
  display: inline-block;
  width: auto;
}
.cid-sTc6oJH793 .mbr-text,
.cid-sTc6oJH793 .mbr-section-btn {
  color: #52586a;
}
.cid-sTc6oJH793 .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sTc6oJH793 .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sTc6oJH793 .row {
  flex-direction: row-reverse;
}
.cid-sTc6oJH793 .name,
.cid-sTc6oJH793 .card,
.cid-sTc6oJH793 .price-line {
  color: #111213;
}
.cid-sTc6LeouAa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cover-aop-aronija-desnodolje-1918x1049.png");
}
.cid-sTc6LeouAa .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sTc6LeouAa .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sTc6LeouAa .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sTc6LeouAa .desc {
  color: #909190;
}
.cid-sTc6LeouAa .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sTc6LeouAa .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sTc6LeouAa .name {
  margin-bottom: 20px;
}
.cid-sTc6LeouAa .price {
  width: auto;
  display: inline;
}
.cid-sTc6LeouAa .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sTc6LeouAa .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sTc6LeouAa .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sTc6LeouAa .new-price {
  width: auto;
  display: inline;
}
.cid-sTc6LeouAa .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sTc6LeouAa .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sTc6LeouAa .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sTc6LeouAa .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sTc6LeouAa .plus {
  color: #52586a;
}
.cid-sTc6LeouAa .desc,
.cid-sTc6LeouAa .plus {
  display: inline-block;
  width: auto;
}
.cid-sTc6LeouAa .mbr-text,
.cid-sTc6LeouAa .mbr-section-btn {
  color: #52586a;
}
.cid-sTc6LeouAa .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sTc6LeouAa .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sTc6LeouAa .name,
.cid-sTc6LeouAa .card,
.cid-sTc6LeouAa .price-line {
  color: #111213;
}
.cid-sTc7A1UP5Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cover-aop-aronija-lijevodolje-1918x1049.png");
}
.cid-sTc7A1UP5Q .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sTc7A1UP5Q .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sTc7A1UP5Q .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sTc7A1UP5Q .desc {
  color: #909190;
}
.cid-sTc7A1UP5Q .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sTc7A1UP5Q .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sTc7A1UP5Q .name {
  margin-bottom: 20px;
}
.cid-sTc7A1UP5Q .price {
  width: auto;
  display: inline;
}
.cid-sTc7A1UP5Q .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sTc7A1UP5Q .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sTc7A1UP5Q .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sTc7A1UP5Q .new-price {
  width: auto;
  display: inline;
}
.cid-sTc7A1UP5Q .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sTc7A1UP5Q .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sTc7A1UP5Q .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sTc7A1UP5Q .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sTc7A1UP5Q .plus {
  color: #52586a;
}
.cid-sTc7A1UP5Q .desc,
.cid-sTc7A1UP5Q .plus {
  display: inline-block;
  width: auto;
}
.cid-sTc7A1UP5Q .mbr-text,
.cid-sTc7A1UP5Q .mbr-section-btn {
  color: #52586a;
}
.cid-sTc7A1UP5Q .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sTc7A1UP5Q .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sTc7A1UP5Q .row {
  flex-direction: row-reverse;
}
.cid-sTc7A1UP5Q .name,
.cid-sTc7A1UP5Q .card,
.cid-sTc7A1UP5Q .price-line {
  color: #111213;
}
.cid-sTc7TenXAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTc7TenXAC .item-wrapper {
  position: relative;
}
.cid-sTc7TenXAC .features-image {
  padding-top: 45px;
}
.cid-sTc7TenXAC .features-image:first-child {
  padding-top: 0px;
}
.cid-sTc7TenXAC .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sTc7TenXAC .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sTc7TenXAC .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sTc7TenXAC .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-sTc7TenXAC .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sTc7TenXAC .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sTc7TenXAC .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sTc7TenXAC .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sTc7TenXAC .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sTc7TenXAC .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sTc7TenXAC .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sTc7TenXAC .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-sTc7TenXAC .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sTc7TenXAC .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sTc7TenXAC .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sTc7TenXAC .desc1,
.cid-sTc7TenXAC .iconfont-wrapper {
  color: #ffffff;
}
.cid-sTc7TenXAC .tag1 {
  background-color: #3f37c9;
}
.cid-sTc7TenXAC .tag2 {
  background-color: #3f37c9;
}
.cid-sTc7TenXAC .tag3 {
  background-color: #3f37c9;
}
.cid-sTc7TenXAC .tag4 {
  background-color: #3f37c9;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  padding-left: 0;
}
.cid-sPvmfwp2Vt .container,
.cid-sPvmfwp2Vt .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sThQzUzx6T {
  padding-top: 300px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThQzUzx6T .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sThQzUzx6T .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sThQzUzx6T .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sThQzUzx6T .desc {
  color: #909190;
}
.cid-sThQzUzx6T .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sThQzUzx6T .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sThQzUzx6T .name {
  margin-bottom: 20px;
}
.cid-sThQzUzx6T .price {
  width: auto;
  display: inline;
}
.cid-sThQzUzx6T .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sThQzUzx6T .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sThQzUzx6T .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sThQzUzx6T .new-price {
  width: auto;
  display: inline;
}
.cid-sThQzUzx6T .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sThQzUzx6T .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sThQzUzx6T .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sThQzUzx6T .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sThQzUzx6T .plus {
  color: #52586a;
}
.cid-sThQzUzx6T .desc,
.cid-sThQzUzx6T .plus {
  display: inline-block;
  width: auto;
}
.cid-sThQzUzx6T .mbr-text,
.cid-sThQzUzx6T .mbr-section-btn {
  color: #52586a;
}
.cid-sThQzUzx6T .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sThQzUzx6T .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sThQzUzx6T .row {
  flex-direction: row-reverse;
}
.cid-sThQzUzx6T .name,
.cid-sThQzUzx6T .card,
.cid-sThQzUzx6T .price-line {
  color: #111213;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  padding-left: 0;
}
.cid-sPvmfwp2Vt .container,
.cid-sPvmfwp2Vt .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sThQkV2kmt {
  padding-top: 300px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-aop-aronija-desnodolje-1918x1049.png");
}
.cid-sThQkV2kmt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sThQkV2kmt .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sThQkV2kmt .video-wrapper {
  margin-top: 135px;
}
.cid-sThQkV2kmt .video-wrapper iframe {
  width: 100%;
}
.cid-sThQkV2kmt .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-sThQkV2kmt .right {
  margin-left: 14%;
}
.cid-sThQkV2kmt .mbr-text {
  color: #52586a;
}
@media (max-width: 768px) {
  .cid-sThQkV2kmt .right {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 50px;
  }
  .cid-sThQkV2kmt .video-wrapper {
    margin-top: 30px;
  }
}
.cid-tc2gTB0ouk {
  padding-top: 18px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tc2gTB0ouk .container {
  max-width: 1132px;
}
.cid-tc2gTB0ouk .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tc2gTB0ouk .b {
    margin-bottom: 20px;
  }
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
.cid-sThQJYWmh6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sThQJYWmh6 nav.navbar {
  position: fixed;
}
.cid-sThQJYWmh6 .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-sThQJYWmh6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sThQJYWmh6 .dropdown-item:hover,
.cid-sThQJYWmh6 .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sThQJYWmh6 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sThQJYWmh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sThQJYWmh6 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sThQJYWmh6 .container {
  display: flex;
  margin: auto;
}
.cid-sThQJYWmh6 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sThQJYWmh6 .dropdown-menu,
.cid-sThQJYWmh6 .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sThQJYWmh6 .nav-item:focus,
.cid-sThQJYWmh6 .nav-link:focus {
  outline: none;
}
.cid-sThQJYWmh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sThQJYWmh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sThQJYWmh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sThQJYWmh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sThQJYWmh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sThQJYWmh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sThQJYWmh6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sThQJYWmh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sThQJYWmh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sThQJYWmh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sThQJYWmh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sThQJYWmh6 .navbar.collapsed {
  justify-content: center;
}
.cid-sThQJYWmh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sThQJYWmh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sThQJYWmh6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sThQJYWmh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sThQJYWmh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sThQJYWmh6 .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-sThQJYWmh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sThQJYWmh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sThQJYWmh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sThQJYWmh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sThQJYWmh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sThQJYWmh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sThQJYWmh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sThQJYWmh6 .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-sThQJYWmh6 .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sThQJYWmh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sThQJYWmh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sThQJYWmh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sThQJYWmh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sThQJYWmh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sThQJYWmh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sThQJYWmh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sThQJYWmh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sThQJYWmh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sThQJYWmh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sThQJYWmh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sThQJYWmh6 .dropdown-item.active,
.cid-sThQJYWmh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sThQJYWmh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sThQJYWmh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sThQJYWmh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sThQJYWmh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sThQJYWmh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sThQJYWmh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sThQJYWmh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sThQJYWmh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sThQJYWmh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sThQJYWmh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sThQJYWmh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sThQJYWmh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThQJYWmh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThQJYWmh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sThQJYWmh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThQJYWmh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sThQJYWmh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sThQJYWmh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThQJYWmh6 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sThQJYWmh6 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sThQJYWmh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sThQJYWmh6 .navbar {
    height: 70px;
  }
  .cid-sThQJYWmh6 .navbar.opened {
    height: auto;
  }
  .cid-sThQJYWmh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sThQJYWmh6 a {
  display: inline;
}
.cid-sThQJYWmh6 img {
  display: inline;
  padding-right: 10px;
}
.cid-sThQJYWmh6 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sThQJYWmh6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sThQJYWmh6 .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sThQJYWmh6 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sThQJYWmh6 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sThQJYWmh6 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sThQJYWmh6 .nav-item {
  margin-right: 32px;
}
.cid-sThQJYWmh6 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sThQJYWmh6 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sThQJYWmh6 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sThQJYWmh6 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sThQJYWmh6 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sThQJYWmh6 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sThQJYWmh6 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sThQJYWmh6 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sThQJYWmh6 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sThQJYWmh6 .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-sThQJYWmh6 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sThQJYWmh6 .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sThQJYWmh6 .top {
    margin-top: 25px;
  }
}
.cid-sThQJYWmh6 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sThQJYWmh6 .container,
  .cid-sThQJYWmh6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sThQJYWmh6 li:last-child {
  margin-right: 0;
}
.cid-sThQJYWmh6 ul.navbar-nav {
  padding-left: 0;
}
.cid-sThQJYWmh6 .container,
.cid-sThQJYWmh6 .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sThQJYWmh6 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sThQJYWmh6 .icons-menu {
    min-width: initial !important;
  }
  .cid-sThQJYWmh6 a.btn {
    margin-top: 10px;
  }
}
.cid-sThQJYWmh6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-sThQJYWmh6 a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThQJYWmh6 a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThQJYWmh6 a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThQJYWmh6 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThQJYWmh6 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThQJYWmh6 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThQJYWmh6 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThQJYWmh6 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sThQJYWmh6 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sThQV3Mb1X {
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThQV3Mb1X .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sThQV3Mb1X .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sThQV3Mb1X .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sThQV3Mb1X .desc {
  color: #909190;
}
.cid-sThQV3Mb1X .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sThQV3Mb1X .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sThQV3Mb1X .name {
  margin-bottom: 20px;
}
.cid-sThQV3Mb1X .price {
  width: auto;
  display: inline;
}
.cid-sThQV3Mb1X .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sThQV3Mb1X .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sThQV3Mb1X .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sThQV3Mb1X .new-price {
  width: auto;
  display: inline;
}
.cid-sThQV3Mb1X .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sThQV3Mb1X .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sThQV3Mb1X .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sThQV3Mb1X .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sThQV3Mb1X .plus {
  color: #52586a;
}
.cid-sThQV3Mb1X .desc,
.cid-sThQV3Mb1X .plus {
  display: inline-block;
  width: auto;
}
.cid-sThQV3Mb1X .mbr-text,
.cid-sThQV3Mb1X .mbr-section-btn {
  color: #52586a;
}
.cid-sThQV3Mb1X .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sThQV3Mb1X .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sThQV3Mb1X .name,
.cid-sThQV3Mb1X .card,
.cid-sThQV3Mb1X .price-line {
  color: #111213;
}
.cid-sThQK0WOgy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThQK0WOgy .l {
  display: inline !important;
}
.cid-sThQK0WOgy .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sThQK0WOgy .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sThQK0WOgy .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sThQK0WOgy .social-list {
  width: auto;
}
.cid-sThQK0WOgy .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sThQK0WOgy .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sThQK0WOgy .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sThQK0WOgy .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sThQK0WOgy .social-list {
    text-align: center !important;
  }
}
.cid-sThQK0WOgy .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sThQK0WOgy a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThQK0WOgy a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThQK0WOgy a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThQK0WOgy .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sThQK0WOgy .nav-link {
  font-weight: 600 !important;
}
.cid-sThQK0WOgy .inner1 {
  width: auto;
}
.cid-sThQK0WOgy .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sThQK0WOgy .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sThQK0WOgy a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sThQK0WOgy .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sThQK0WOgy .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sThQK0WOgy .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sThQK0WOgy .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sThQK0WOgy .mbr-section-title,
.cid-sThQK0WOgy .social-media {
  text-align: center;
  color: #111213;
}
.cid-sThR5DHLln {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sThR5DHLln nav.navbar {
  position: fixed;
}
.cid-sThR5DHLln .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-sThR5DHLln .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sThR5DHLln .dropdown-item:hover,
.cid-sThR5DHLln .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sThR5DHLln .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sThR5DHLln .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sThR5DHLln .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sThR5DHLln .container {
  display: flex;
  margin: auto;
}
.cid-sThR5DHLln .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sThR5DHLln .dropdown-menu,
.cid-sThR5DHLln .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sThR5DHLln .nav-item:focus,
.cid-sThR5DHLln .nav-link:focus {
  outline: none;
}
.cid-sThR5DHLln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sThR5DHLln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sThR5DHLln .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sThR5DHLln .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sThR5DHLln .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sThR5DHLln .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sThR5DHLln .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sThR5DHLln .navbar.opened {
  transition: all 0.3s;
}
.cid-sThR5DHLln .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sThR5DHLln .navbar .navbar-logo img {
  width: auto;
}
.cid-sThR5DHLln .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sThR5DHLln .navbar.collapsed {
  justify-content: center;
}
.cid-sThR5DHLln .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sThR5DHLln .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sThR5DHLln .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sThR5DHLln .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sThR5DHLln .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sThR5DHLln .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-sThR5DHLln .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sThR5DHLln .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sThR5DHLln .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sThR5DHLln .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sThR5DHLln .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sThR5DHLln .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sThR5DHLln .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sThR5DHLln .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-sThR5DHLln .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sThR5DHLln .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sThR5DHLln .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sThR5DHLln .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sThR5DHLln .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sThR5DHLln .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sThR5DHLln .navbar.navbar-short {
  min-height: 60px;
}
.cid-sThR5DHLln .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sThR5DHLln .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sThR5DHLln .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sThR5DHLln .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sThR5DHLln .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sThR5DHLln .dropdown-item.active,
.cid-sThR5DHLln .dropdown-item:active {
  background-color: transparent;
}
.cid-sThR5DHLln .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sThR5DHLln .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sThR5DHLln .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sThR5DHLln .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sThR5DHLln .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sThR5DHLln .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sThR5DHLln ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sThR5DHLln .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sThR5DHLln button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sThR5DHLln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sThR5DHLln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sThR5DHLln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThR5DHLln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThR5DHLln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sThR5DHLln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThR5DHLln nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sThR5DHLln nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sThR5DHLln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThR5DHLln .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sThR5DHLln a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sThR5DHLln .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sThR5DHLln .navbar {
    height: 70px;
  }
  .cid-sThR5DHLln .navbar.opened {
    height: auto;
  }
  .cid-sThR5DHLln .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sThR5DHLln a {
  display: inline;
}
.cid-sThR5DHLln img {
  display: inline;
  padding-right: 10px;
}
.cid-sThR5DHLln .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sThR5DHLln .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sThR5DHLln .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sThR5DHLln .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sThR5DHLln .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sThR5DHLln .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sThR5DHLln .nav-item {
  margin-right: 32px;
}
.cid-sThR5DHLln .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sThR5DHLln ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sThR5DHLln .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sThR5DHLln .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sThR5DHLln .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sThR5DHLln .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sThR5DHLln .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sThR5DHLln .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sThR5DHLln .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sThR5DHLln .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-sThR5DHLln .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sThR5DHLln .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sThR5DHLln .top {
    margin-top: 25px;
  }
}
.cid-sThR5DHLln .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sThR5DHLln .container,
  .cid-sThR5DHLln .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sThR5DHLln li:last-child {
  margin-right: 0;
}
.cid-sThR5DHLln ul.navbar-nav {
  padding-left: 0;
}
.cid-sThR5DHLln .container,
.cid-sThR5DHLln .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sThR5DHLln ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sThR5DHLln .icons-menu {
    min-width: initial !important;
  }
  .cid-sThR5DHLln a.btn {
    margin-top: 10px;
  }
}
.cid-sThR5DHLln a.btn > span {
  margin-left: 0.5rem;
}
.cid-sThR5DHLln a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThR5DHLln a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThR5DHLln a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThR5DHLln .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThR5DHLln .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThR5DHLln a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThR5DHLln a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThR5DHLln .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sThR5DHLln .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sThRgF5O9X {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cover-aop-aronija-lijevodolje-1918x1049.png");
}
.cid-sThRgF5O9X .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sThRgF5O9X .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sThRgF5O9X .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sThRgF5O9X .desc {
  color: #909190;
}
.cid-sThRgF5O9X .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sThRgF5O9X .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sThRgF5O9X .name {
  margin-bottom: 20px;
}
.cid-sThRgF5O9X .price {
  width: auto;
  display: inline;
}
.cid-sThRgF5O9X .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sThRgF5O9X .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sThRgF5O9X .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sThRgF5O9X .new-price {
  width: auto;
  display: inline;
}
.cid-sThRgF5O9X .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sThRgF5O9X .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sThRgF5O9X .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sThRgF5O9X .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sThRgF5O9X .plus {
  color: #52586a;
}
.cid-sThRgF5O9X .desc,
.cid-sThRgF5O9X .plus {
  display: inline-block;
  width: auto;
}
.cid-sThRgF5O9X .mbr-text,
.cid-sThRgF5O9X .mbr-section-btn {
  color: #52586a;
}
.cid-sThRgF5O9X .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sThRgF5O9X .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sThRgF5O9X .row {
  flex-direction: row-reverse;
}
.cid-sThRgF5O9X .name,
.cid-sThRgF5O9X .card,
.cid-sThRgF5O9X .price-line {
  color: #111213;
}
.cid-sThR5FNO9l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThR5FNO9l .l {
  display: inline !important;
}
.cid-sThR5FNO9l .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sThR5FNO9l .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sThR5FNO9l .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sThR5FNO9l .social-list {
  width: auto;
}
.cid-sThR5FNO9l .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sThR5FNO9l .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sThR5FNO9l .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sThR5FNO9l .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sThR5FNO9l .social-list {
    text-align: center !important;
  }
}
.cid-sThR5FNO9l .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sThR5FNO9l a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThR5FNO9l a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThR5FNO9l a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThR5FNO9l .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sThR5FNO9l .nav-link {
  font-weight: 600 !important;
}
.cid-sThR5FNO9l .inner1 {
  width: auto;
}
.cid-sThR5FNO9l .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sThR5FNO9l .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sThR5FNO9l a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sThR5FNO9l .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sThR5FNO9l .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sThR5FNO9l .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sThR5FNO9l .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sThR5FNO9l .mbr-section-title,
.cid-sThR5FNO9l .social-media {
  text-align: center;
  color: #111213;
}
.cid-sThRo4MIJM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sThRo4MIJM nav.navbar {
  position: fixed;
}
.cid-sThRo4MIJM .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-sThRo4MIJM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sThRo4MIJM .dropdown-item:hover,
.cid-sThRo4MIJM .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sThRo4MIJM .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sThRo4MIJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sThRo4MIJM .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sThRo4MIJM .container {
  display: flex;
  margin: auto;
}
.cid-sThRo4MIJM .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sThRo4MIJM .dropdown-menu,
.cid-sThRo4MIJM .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sThRo4MIJM .nav-item:focus,
.cid-sThRo4MIJM .nav-link:focus {
  outline: none;
}
.cid-sThRo4MIJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sThRo4MIJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sThRo4MIJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sThRo4MIJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sThRo4MIJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sThRo4MIJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sThRo4MIJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sThRo4MIJM .navbar.opened {
  transition: all 0.3s;
}
.cid-sThRo4MIJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sThRo4MIJM .navbar .navbar-logo img {
  width: auto;
}
.cid-sThRo4MIJM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sThRo4MIJM .navbar.collapsed {
  justify-content: center;
}
.cid-sThRo4MIJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sThRo4MIJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sThRo4MIJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sThRo4MIJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sThRo4MIJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sThRo4MIJM .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-sThRo4MIJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sThRo4MIJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sThRo4MIJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sThRo4MIJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sThRo4MIJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sThRo4MIJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sThRo4MIJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sThRo4MIJM .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-sThRo4MIJM .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sThRo4MIJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sThRo4MIJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sThRo4MIJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sThRo4MIJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sThRo4MIJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sThRo4MIJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sThRo4MIJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sThRo4MIJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sThRo4MIJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sThRo4MIJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sThRo4MIJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sThRo4MIJM .dropdown-item.active,
.cid-sThRo4MIJM .dropdown-item:active {
  background-color: transparent;
}
.cid-sThRo4MIJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sThRo4MIJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sThRo4MIJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sThRo4MIJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sThRo4MIJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sThRo4MIJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sThRo4MIJM ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sThRo4MIJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sThRo4MIJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sThRo4MIJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sThRo4MIJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sThRo4MIJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThRo4MIJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThRo4MIJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sThRo4MIJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThRo4MIJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sThRo4MIJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sThRo4MIJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThRo4MIJM .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sThRo4MIJM a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sThRo4MIJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sThRo4MIJM .navbar {
    height: 70px;
  }
  .cid-sThRo4MIJM .navbar.opened {
    height: auto;
  }
  .cid-sThRo4MIJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sThRo4MIJM a {
  display: inline;
}
.cid-sThRo4MIJM img {
  display: inline;
  padding-right: 10px;
}
.cid-sThRo4MIJM .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sThRo4MIJM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sThRo4MIJM .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sThRo4MIJM .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sThRo4MIJM .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sThRo4MIJM .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sThRo4MIJM .nav-item {
  margin-right: 32px;
}
.cid-sThRo4MIJM .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sThRo4MIJM ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sThRo4MIJM .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sThRo4MIJM .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sThRo4MIJM .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sThRo4MIJM .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sThRo4MIJM .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sThRo4MIJM .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sThRo4MIJM .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sThRo4MIJM .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-sThRo4MIJM .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sThRo4MIJM .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sThRo4MIJM .top {
    margin-top: 25px;
  }
}
.cid-sThRo4MIJM .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sThRo4MIJM .container,
  .cid-sThRo4MIJM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sThRo4MIJM li:last-child {
  margin-right: 0;
}
.cid-sThRo4MIJM ul.navbar-nav {
  padding-left: 0;
}
.cid-sThRo4MIJM .container,
.cid-sThRo4MIJM .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sThRo4MIJM ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sThRo4MIJM .icons-menu {
    min-width: initial !important;
  }
  .cid-sThRo4MIJM a.btn {
    margin-top: 10px;
  }
}
.cid-sThRo4MIJM a.btn > span {
  margin-left: 0.5rem;
}
.cid-sThRo4MIJM a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThRo4MIJM a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThRo4MIJM a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThRo4MIJM .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThRo4MIJM .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThRo4MIJM a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThRo4MIJM a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThRo4MIJM .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sThRo4MIJM .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sThRyb57fc {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cover-aop-aronija-desnodolje-1918x1049.png");
}
.cid-sThRyb57fc .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sThRyb57fc .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sThRyb57fc .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sThRyb57fc .desc {
  color: #909190;
}
.cid-sThRyb57fc .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sThRyb57fc .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sThRyb57fc .name {
  margin-bottom: 20px;
}
.cid-sThRyb57fc .price {
  width: auto;
  display: inline;
}
.cid-sThRyb57fc .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sThRyb57fc .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sThRyb57fc .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sThRyb57fc .new-price {
  width: auto;
  display: inline;
}
.cid-sThRyb57fc .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sThRyb57fc .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sThRyb57fc .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sThRyb57fc .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sThRyb57fc .plus {
  color: #52586a;
}
.cid-sThRyb57fc .desc,
.cid-sThRyb57fc .plus {
  display: inline-block;
  width: auto;
}
.cid-sThRyb57fc .mbr-text,
.cid-sThRyb57fc .mbr-section-btn {
  color: #52586a;
}
.cid-sThRyb57fc .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sThRyb57fc .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sThRyb57fc .name,
.cid-sThRyb57fc .card,
.cid-sThRyb57fc .price-line {
  color: #111213;
}
.cid-sThRo6PBk2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThRo6PBk2 .l {
  display: inline !important;
}
.cid-sThRo6PBk2 .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sThRo6PBk2 .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sThRo6PBk2 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sThRo6PBk2 .social-list {
  width: auto;
}
.cid-sThRo6PBk2 .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sThRo6PBk2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sThRo6PBk2 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sThRo6PBk2 .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sThRo6PBk2 .social-list {
    text-align: center !important;
  }
}
.cid-sThRo6PBk2 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sThRo6PBk2 a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThRo6PBk2 a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThRo6PBk2 a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThRo6PBk2 .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sThRo6PBk2 .nav-link {
  font-weight: 600 !important;
}
.cid-sThRo6PBk2 .inner1 {
  width: auto;
}
.cid-sThRo6PBk2 .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sThRo6PBk2 .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sThRo6PBk2 a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sThRo6PBk2 .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sThRo6PBk2 .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sThRo6PBk2 .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sThRo6PBk2 .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sThRo6PBk2 .mbr-section-title,
.cid-sThRo6PBk2 .social-media {
  text-align: center;
  color: #111213;
}
.cid-sThRFZM1Or {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sThRFZM1Or nav.navbar {
  position: fixed;
}
.cid-sThRFZM1Or .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-sThRFZM1Or .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sThRFZM1Or .dropdown-item:hover,
.cid-sThRFZM1Or .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sThRFZM1Or .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sThRFZM1Or .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sThRFZM1Or .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sThRFZM1Or .container {
  display: flex;
  margin: auto;
}
.cid-sThRFZM1Or .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sThRFZM1Or .dropdown-menu,
.cid-sThRFZM1Or .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sThRFZM1Or .nav-item:focus,
.cid-sThRFZM1Or .nav-link:focus {
  outline: none;
}
.cid-sThRFZM1Or .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sThRFZM1Or .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sThRFZM1Or .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sThRFZM1Or .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sThRFZM1Or .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sThRFZM1Or .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sThRFZM1Or .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sThRFZM1Or .navbar.opened {
  transition: all 0.3s;
}
.cid-sThRFZM1Or .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sThRFZM1Or .navbar .navbar-logo img {
  width: auto;
}
.cid-sThRFZM1Or .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sThRFZM1Or .navbar.collapsed {
  justify-content: center;
}
.cid-sThRFZM1Or .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sThRFZM1Or .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sThRFZM1Or .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sThRFZM1Or .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sThRFZM1Or .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sThRFZM1Or .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-sThRFZM1Or .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sThRFZM1Or .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sThRFZM1Or .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sThRFZM1Or .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sThRFZM1Or .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sThRFZM1Or .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sThRFZM1Or .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sThRFZM1Or .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-sThRFZM1Or .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sThRFZM1Or .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sThRFZM1Or .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sThRFZM1Or .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sThRFZM1Or .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sThRFZM1Or .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sThRFZM1Or .navbar.navbar-short {
  min-height: 60px;
}
.cid-sThRFZM1Or .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sThRFZM1Or .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sThRFZM1Or .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sThRFZM1Or .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sThRFZM1Or .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sThRFZM1Or .dropdown-item.active,
.cid-sThRFZM1Or .dropdown-item:active {
  background-color: transparent;
}
.cid-sThRFZM1Or .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sThRFZM1Or .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sThRFZM1Or .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sThRFZM1Or .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sThRFZM1Or .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sThRFZM1Or .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sThRFZM1Or ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sThRFZM1Or .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sThRFZM1Or button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sThRFZM1Or button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sThRFZM1Or button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sThRFZM1Or button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThRFZM1Or button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThRFZM1Or button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sThRFZM1Or nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThRFZM1Or nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sThRFZM1Or nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sThRFZM1Or nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThRFZM1Or .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sThRFZM1Or a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sThRFZM1Or .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sThRFZM1Or .navbar {
    height: 70px;
  }
  .cid-sThRFZM1Or .navbar.opened {
    height: auto;
  }
  .cid-sThRFZM1Or .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sThRFZM1Or a {
  display: inline;
}
.cid-sThRFZM1Or img {
  display: inline;
  padding-right: 10px;
}
.cid-sThRFZM1Or .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sThRFZM1Or .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sThRFZM1Or .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sThRFZM1Or .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sThRFZM1Or .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sThRFZM1Or .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sThRFZM1Or .nav-item {
  margin-right: 32px;
}
.cid-sThRFZM1Or .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sThRFZM1Or ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sThRFZM1Or .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sThRFZM1Or .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sThRFZM1Or .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sThRFZM1Or .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sThRFZM1Or .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sThRFZM1Or .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sThRFZM1Or .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sThRFZM1Or .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-sThRFZM1Or .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sThRFZM1Or .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sThRFZM1Or .top {
    margin-top: 25px;
  }
}
.cid-sThRFZM1Or .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sThRFZM1Or .container,
  .cid-sThRFZM1Or .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sThRFZM1Or li:last-child {
  margin-right: 0;
}
.cid-sThRFZM1Or ul.navbar-nav {
  padding-left: 0;
}
.cid-sThRFZM1Or .container,
.cid-sThRFZM1Or .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sThRFZM1Or ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sThRFZM1Or .icons-menu {
    min-width: initial !important;
  }
  .cid-sThRFZM1Or a.btn {
    margin-top: 10px;
  }
}
.cid-sThRFZM1Or a.btn > span {
  margin-left: 0.5rem;
}
.cid-sThRFZM1Or a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThRFZM1Or a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThRFZM1Or a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThRFZM1Or .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThRFZM1Or .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThRFZM1Or a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThRFZM1Or a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThRFZM1Or .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sThRFZM1Or .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sThRR5KPFc {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThRR5KPFc .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sThRR5KPFc .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sThRR5KPFc .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sThRR5KPFc .desc {
  color: #909190;
}
.cid-sThRR5KPFc .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sThRR5KPFc .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sThRR5KPFc .name {
  margin-bottom: 20px;
}
.cid-sThRR5KPFc .price {
  width: auto;
  display: inline;
}
.cid-sThRR5KPFc .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sThRR5KPFc .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-sThRR5KPFc .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sThRR5KPFc .new-price {
  width: auto;
  display: inline;
}
.cid-sThRR5KPFc .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sThRR5KPFc .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sThRR5KPFc .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sThRR5KPFc .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sThRR5KPFc .plus {
  color: #52586a;
}
.cid-sThRR5KPFc .desc,
.cid-sThRR5KPFc .plus {
  display: inline-block;
  width: auto;
}
.cid-sThRR5KPFc .mbr-text,
.cid-sThRR5KPFc .mbr-section-btn {
  color: #52586a;
}
.cid-sThRR5KPFc .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sThRR5KPFc .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sThRR5KPFc .row {
  flex-direction: row-reverse;
}
.cid-sThRR5KPFc .name,
.cid-sThRR5KPFc .card,
.cid-sThRR5KPFc .price-line {
  color: #111213;
}
.cid-sThRG1PMbe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThRG1PMbe .l {
  display: inline !important;
}
.cid-sThRG1PMbe .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sThRG1PMbe .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sThRG1PMbe .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sThRG1PMbe .social-list {
  width: auto;
}
.cid-sThRG1PMbe .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sThRG1PMbe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sThRG1PMbe .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sThRG1PMbe .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sThRG1PMbe .social-list {
    text-align: center !important;
  }
}
.cid-sThRG1PMbe .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sThRG1PMbe a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThRG1PMbe a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThRG1PMbe a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThRG1PMbe .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sThRG1PMbe .nav-link {
  font-weight: 600 !important;
}
.cid-sThRG1PMbe .inner1 {
  width: auto;
}
.cid-sThRG1PMbe .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sThRG1PMbe .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sThRG1PMbe a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sThRG1PMbe .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sThRG1PMbe .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sThRG1PMbe .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sThRG1PMbe .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sThRG1PMbe .mbr-section-title,
.cid-sThRG1PMbe .social-media {
  text-align: center;
  color: #111213;
}
.cid-sThRXcZNp1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sThRXcZNp1 nav.navbar {
  position: fixed;
}
.cid-sThRXcZNp1 .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-sThRXcZNp1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sThRXcZNp1 .dropdown-item:hover,
.cid-sThRXcZNp1 .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sThRXcZNp1 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sThRXcZNp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sThRXcZNp1 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sThRXcZNp1 .container {
  display: flex;
  margin: auto;
}
.cid-sThRXcZNp1 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sThRXcZNp1 .dropdown-menu,
.cid-sThRXcZNp1 .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sThRXcZNp1 .nav-item:focus,
.cid-sThRXcZNp1 .nav-link:focus {
  outline: none;
}
.cid-sThRXcZNp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sThRXcZNp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sThRXcZNp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sThRXcZNp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sThRXcZNp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sThRXcZNp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sThRXcZNp1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sThRXcZNp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sThRXcZNp1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sThRXcZNp1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sThRXcZNp1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sThRXcZNp1 .navbar.collapsed {
  justify-content: center;
}
.cid-sThRXcZNp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sThRXcZNp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sThRXcZNp1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sThRXcZNp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sThRXcZNp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sThRXcZNp1 .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-sThRXcZNp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sThRXcZNp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sThRXcZNp1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sThRXcZNp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sThRXcZNp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sThRXcZNp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sThRXcZNp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sThRXcZNp1 .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-sThRXcZNp1 .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sThRXcZNp1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sThRXcZNp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sThRXcZNp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sThRXcZNp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sThRXcZNp1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sThRXcZNp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sThRXcZNp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sThRXcZNp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sThRXcZNp1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sThRXcZNp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sThRXcZNp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sThRXcZNp1 .dropdown-item.active,
.cid-sThRXcZNp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sThRXcZNp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sThRXcZNp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sThRXcZNp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sThRXcZNp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sThRXcZNp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sThRXcZNp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sThRXcZNp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sThRXcZNp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sThRXcZNp1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sThRXcZNp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sThRXcZNp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sThRXcZNp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThRXcZNp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sThRXcZNp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sThRXcZNp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThRXcZNp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sThRXcZNp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sThRXcZNp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sThRXcZNp1 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sThRXcZNp1 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sThRXcZNp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sThRXcZNp1 .navbar {
    height: 70px;
  }
  .cid-sThRXcZNp1 .navbar.opened {
    height: auto;
  }
  .cid-sThRXcZNp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sThRXcZNp1 a {
  display: inline;
}
.cid-sThRXcZNp1 img {
  display: inline;
  padding-right: 10px;
}
.cid-sThRXcZNp1 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sThRXcZNp1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sThRXcZNp1 .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sThRXcZNp1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sThRXcZNp1 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sThRXcZNp1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sThRXcZNp1 .nav-item {
  margin-right: 32px;
}
.cid-sThRXcZNp1 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sThRXcZNp1 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sThRXcZNp1 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sThRXcZNp1 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sThRXcZNp1 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sThRXcZNp1 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sThRXcZNp1 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sThRXcZNp1 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sThRXcZNp1 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sThRXcZNp1 .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-sThRXcZNp1 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sThRXcZNp1 .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sThRXcZNp1 .top {
    margin-top: 25px;
  }
}
.cid-sThRXcZNp1 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sThRXcZNp1 .container,
  .cid-sThRXcZNp1 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sThRXcZNp1 li:last-child {
  margin-right: 0;
}
.cid-sThRXcZNp1 ul.navbar-nav {
  padding-left: 0;
}
.cid-sThRXcZNp1 .container,
.cid-sThRXcZNp1 .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sThRXcZNp1 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sThRXcZNp1 .icons-menu {
    min-width: initial !important;
  }
  .cid-sThRXcZNp1 a.btn {
    margin-top: 10px;
  }
}
.cid-sThRXcZNp1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-sThRXcZNp1 a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThRXcZNp1 a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThRXcZNp1 a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThRXcZNp1 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThRXcZNp1 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThRXcZNp1 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sThRXcZNp1 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sThRXcZNp1 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sThRXcZNp1 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sTzpUdUpSz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpUdUpSz img {
  border-radius: 0px;
}
.cid-sTzpUdUpSz .row {
  justify-content: center;
}
.cid-sTzpUdUpSz .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpUdUpSz .container {
  max-width: 1132px;
}
.cid-sTzpUVuXqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpUVuXqF img {
  border-radius: 0px;
}
.cid-sTzpUVuXqF .row {
  justify-content: center;
}
.cid-sTzpUVuXqF .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpUVuXqF .container {
  max-width: 1132px;
}
.cid-sTzpVp4ozC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpVp4ozC img {
  border-radius: 0px;
}
.cid-sTzpVp4ozC .row {
  justify-content: center;
}
.cid-sTzpVp4ozC .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpVp4ozC .container {
  max-width: 1132px;
}
.cid-sTzpVSesV5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpVSesV5 img {
  border-radius: 0px;
}
.cid-sTzpVSesV5 .row {
  justify-content: center;
}
.cid-sTzpVSesV5 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpVSesV5 .container {
  max-width: 1132px;
}
.cid-sTzpWguWEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpWguWEt img {
  border-radius: 0px;
}
.cid-sTzpWguWEt .row {
  justify-content: center;
}
.cid-sTzpWguWEt .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpWguWEt .container {
  max-width: 1132px;
}
.cid-sTzpXan8uW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpXan8uW img {
  border-radius: 0px;
}
.cid-sTzpXan8uW .row {
  justify-content: center;
}
.cid-sTzpXan8uW .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpXan8uW .container {
  max-width: 1132px;
}
.cid-sTzpXYWXxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTzpXYWXxc img {
  border-radius: 0px;
}
.cid-sTzpXYWXxc .row {
  justify-content: center;
}
.cid-sTzpXYWXxc .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sTzpXYWXxc .container {
  max-width: 1132px;
}
.cid-tTdmzT4jHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTdmzT4jHN img {
  border-radius: 0px;
}
.cid-tTdmzT4jHN .row {
  justify-content: center;
}
.cid-tTdmzT4jHN .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tTdmzT4jHN .container {
  max-width: 1132px;
}
.cid-tTdmAMHEV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTdmAMHEV6 img {
  border-radius: 0px;
}
.cid-tTdmAMHEV6 .row {
  justify-content: center;
}
.cid-tTdmAMHEV6 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tTdmAMHEV6 .container {
  max-width: 1132px;
}
.cid-sThRXeEGhw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sThRXeEGhw .l {
  display: inline !important;
}
.cid-sThRXeEGhw .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sThRXeEGhw .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sThRXeEGhw .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sThRXeEGhw .social-list {
  width: auto;
}
.cid-sThRXeEGhw .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sThRXeEGhw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sThRXeEGhw .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sThRXeEGhw .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sThRXeEGhw .social-list {
    text-align: center !important;
  }
}
.cid-sThRXeEGhw .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sThRXeEGhw a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sThRXeEGhw a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sThRXeEGhw a.nav-link:hover {
  color: #111213 !important;
}
.cid-sThRXeEGhw .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sThRXeEGhw .nav-link {
  font-weight: 600 !important;
}
.cid-sThRXeEGhw .inner1 {
  width: auto;
}
.cid-sThRXeEGhw .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sThRXeEGhw .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sThRXeEGhw a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sThRXeEGhw .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sThRXeEGhw .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sThRXeEGhw .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sThRXeEGhw .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sThRXeEGhw .mbr-section-title,
.cid-sThRXeEGhw .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #1b1d20 !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 12rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1d20;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  padding-left: 0;
}
.cid-sPvmfwp2Vt .container,
.cid-sPvmfwp2Vt .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sTRxcsMz6j {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTRxcsMz6j .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sTRxcsMz6j .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-sTRxcsMz6j .p:last-child {
  padding-bottom: 0;
}
.cid-sTRxcsMz6j .row {
  justify-content: center;
}
.cid-sTRyyrqCWy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f5fb;
}
.cid-sTRyyrqCWy .mbr-section-subtitle {
  color: #b18161;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.cid-sTRyyrqCWy .mbr-section-title {
  padding-bottom: 30px;
  color: #111213;
}
.cid-sTRyyrqCWy .role {
  color: #52586a;
}
.cid-sTRyyrqCWy .name {
  color: #111213;
}
.cid-sTRyyrqCWy a {
  font-weight: 400 !important;
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
  text-align: center;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
