body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #1759a3 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #1759a3 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #535353 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1759a3 !important;
  border-color: #1759a3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e3460 !important;
  border-color: #0e3460 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e3460 !important;
  border-color: #0e3460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #043368 !important;
  border-color: #043368 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010f1e !important;
  border-color: #010f1e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010f1e !important;
  border-color: #010f1e !important;
}
.btn-info,
.btn-info:active {
  background-color: #1759a3 !important;
  border-color: #1759a3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0e3460 !important;
  border-color: #0e3460 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e3460 !important;
  border-color: #0e3460 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0a284a;
  color: #0a284a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1759a3;
  border-color: #1759a3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1759a3 !important;
  border-color: #1759a3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000306;
  color: #000306;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #043368;
  border-color: #043368;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #043368 !important;
  border-color: #043368 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0a284a;
  color: #0a284a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #1759a3;
  border-color: #1759a3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1759a3 !important;
  border-color: #1759a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #202020;
  color: #202020;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1759a3 !important;
}
.text-secondary {
  color: #043368 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #1759a3 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #535353 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0a284a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000306 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0a284a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #535353 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1759a3;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #535353;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1759a3;
  border-color: #1759a3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1759a3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5399e7;
}
.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: #5399e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c6c6c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1759a3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1759a3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1759a3;
  border-bottom-color: #1759a3;
}
.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: #1759a3 !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: #043368 !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='%231759a3' %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;
}
hr {
  border: none;
  background-color: #535353;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #535353;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #535353;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #535353;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #535353 !important;
}
.btn-danger:hover {
  color: #535353 !important;
}
.btn-warning:hover {
  color: #000000 !important;
}
.btn-success:hover {
  color: #ffffff !important;
}
.btn-info:hover {
  color: #1759a3 !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #043368 !important;
}
.btn-primary:hover {
  color: #1759a3 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #535353 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #535353;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #043368 !important;
}
.btn-success-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-info-outline:hover::before {
  background-color: #1759a3 !important;
}
.btn-primary-outline:hover::before {
  background-color: #1759a3 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-danger-outline:hover::before {
  background-color: #535353 !important;
}
.cid-toddHJroT4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toddHJroT4 .menu-text {
  padding: 0 2rem;
  color: #1759a3;
}
@media (max-width: 992px) {
  .cid-toddHJroT4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-toddHJroT4 .iconfont-wrapper {
  color: #1759a3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-toddHJroT4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-toddHJroT4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-toddHJroT4 .container {
    padding: 0 1rem;
  }
}
.cid-toddHJroT4 .menu-tite {
  background: #1759a3;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-toddHJroT4 .nav-link {
  position: relative;
}
.cid-toddHJroT4 .nav-link:hover {
  color: #1759a3 !important;
}
.cid-toddHJroT4 nav.navbar {
  position: fixed;
}
.cid-toddHJroT4 .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-toddHJroT4 .navbar.opened {
  transition: all 0.3s;
}
.cid-toddHJroT4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toddHJroT4 .navbar .navbar-logo img {
  width: auto;
}
.cid-toddHJroT4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toddHJroT4 .navbar.collapsed {
  justify-content: center;
}
.cid-toddHJroT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toddHJroT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toddHJroT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toddHJroT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toddHJroT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toddHJroT4 .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-toddHJroT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toddHJroT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toddHJroT4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toddHJroT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toddHJroT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toddHJroT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toddHJroT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toddHJroT4 .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-toddHJroT4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toddHJroT4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toddHJroT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toddHJroT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toddHJroT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toddHJroT4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toddHJroT4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-toddHJroT4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toddHJroT4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toddHJroT4 .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-toddHJroT4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toddHJroT4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toddHJroT4 .dropdown-item:hover,
.cid-toddHJroT4 .dropdown-item:focus {
  background: #1759a3 !important;
  color: white !important;
}
.cid-toddHJroT4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toddHJroT4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toddHJroT4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-toddHJroT4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toddHJroT4 .dropdown-menu,
.cid-toddHJroT4 .navbar.opened {
  background: #ffffff !important;
}
.cid-toddHJroT4 .nav-item:focus,
.cid-toddHJroT4 .nav-link:focus {
  outline: none;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toddHJroT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toddHJroT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toddHJroT4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toddHJroT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toddHJroT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toddHJroT4 .dropdown-item.active,
.cid-toddHJroT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-toddHJroT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toddHJroT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toddHJroT4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toddHJroT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toddHJroT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toddHJroT4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toddHJroT4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toddHJroT4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toddHJroT4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1759a3;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toddHJroT4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toddHJroT4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toddHJroT4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toddHJroT4 .navbar {
    height: 70px;
  }
  .cid-toddHJroT4 .navbar.opened {
    height: auto;
  }
  .cid-toddHJroT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-todrqG4GmC .container,
.cid-todrqG4GmC .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-todtgJKlRP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-todtgJKlRP .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1759a3;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-todtgJKlRP .card-text {
  color: #777777;
}
.cid-todtgJKlRP .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-todtgJKlRP .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-todtgJKlRP .card-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-todtgJKlRP .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #ffffff;
  position: relative;
}
.cid-todtgJKlRP .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 200px;
  height: 200px;
  background: #1759a3;
  transform: rotate(45deg);
  opacity: 0.1;
}
.cid-todtgJKlRP .card-wrapper:hover {
  background: #1759a3;
}
.cid-todtgJKlRP .card-wrapper:hover:before {
  opacity: 1;
}
.cid-todtgJKlRP .card-wrapper:hover .card-title,
.cid-todtgJKlRP .card-wrapper:hover .card-text,
.cid-todtgJKlRP .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-todtgJKlRP .card-wrapper:hover .card-link {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .cid-todtgJKlRP .card-wrapper {
    padding: 2rem 1rem;
    background: #1759a3;
  }
  .cid-todtgJKlRP .card-wrapper:before {
    opacity: 1;
  }
  .cid-todtgJKlRP .card-wrapper .card-title,
  .cid-todtgJKlRP .card-wrapper .card-text,
  .cid-todtgJKlRP .card-wrapper .mbr-iconfont {
    color: #ffffff !important;
  }
  .cid-todtgJKlRP .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-todtgJKlRP .center {
  background: #1759a3;
}
.cid-todtgJKlRP .center:before {
  opacity: 1;
}
.cid-todtgJKlRP .center .card-title,
.cid-todtgJKlRP .center .card-text,
.cid-todtgJKlRP .center .mbr-iconfont {
  color: #ffffff !important;
}
.cid-todtgJKlRP .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-todtgJKlRP .row {
  justify-content: center;
}
.cid-todtgJKlRP .mbr-section-title {
  color: #000000;
}
.cid-todtgJKlRP .mbr-section-subtitle {
  color: #000000;
}
.cid-todsvdHNmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-todsvdHNmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-todsvdHNmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-todsvdHNmP .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-todsvdHNmP .mbr-section-title {
  color: #112B6D;
}
.cid-todsvdHNmP .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-todsvdHNmP .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .number-container {
    display: none;
  }
}
.cid-todsvdHNmP .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-todsvdHNmP .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #1759a3;
}
.cid-todsvdHNmP .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #1759a3;
}
.cid-todsvdHNmP .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .cards-container {
    flex-wrap: wrap;
  }
}
.cid-todsvdHNmP .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-todsvdHNmP .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-todsvdHNmP .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-todsvdHNmP .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #1759a3;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-todsvdHNmP .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-todsvdHNmP .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-todsvdHNmP .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-todsvdHNmP .card-text {
    text-align: left !important;
  }
}
.cid-todsvdHNmP .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-todsvdHNmP .mbr-section-title,
.cid-todsvdHNmP .mbr-section-btn {
  color: #000000;
}
.cid-toeED33enR {
  background-image: url("../../../assets/images/internet-cafe-1800x900.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-toeED33enR .mbr-fallback-image.disabled {
  display: none;
}
.cid-toeED33enR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toeED33enR .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-toeED33enR .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-toeED33enR .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-toeED33enR .container {
    max-width: 540px;
  }
}
.cid-toeED33enR .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-toeED33enR .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-toeED33enR .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-toeED33enR .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-toeED33enR .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-toeED33enR .mbr-section-title {
  color: #ffffff;
}
.cid-toeED33enR .mbr-section-subtitle {
  color: #1759a3;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-toeED33enR .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-toeED33enR .card-row {
  align-items: stretch;
}
.cid-toeED33enR .card {
  margin-top: 30px;
}
.cid-toeED33enR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
.cid-toeED33enR .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-toeED33enR .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-toeED33enR .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-toeED33enR .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-toeED33enR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-toeED33enR .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-toeED33enR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-toeED33enR .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #1759a3;
}
.cid-toeED33enR .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-toeED33enR .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-toeED33enR .card-title,
.cid-toeED33enR .iconfont-wrapper {
  color: #000000;
}
.cid-toeLc0yC0H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toeLc0yC0H .item-image {
  margin-bottom: 5rem;
}
.cid-toeLc0yC0H img,
.cid-toeLc0yC0H .item-img {
  width: 100%;
}
.cid-toeLc0yC0H .item:focus,
.cid-toeLc0yC0H span:focus {
  outline: none;
}
.cid-toeLc0yC0H .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-toeLc0yC0H .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-toeLc0yC0H .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-toeLc0yC0H .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-toeLc0yC0H .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toeLc0yC0H .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-toeLmU9c1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toeLmU9c1A .item-image {
  margin-bottom: 5rem;
}
.cid-toeLmU9c1A img,
.cid-toeLmU9c1A .item-img {
  width: 100%;
}
.cid-toeLmU9c1A .item:focus,
.cid-toeLmU9c1A span:focus {
  outline: none;
}
.cid-toeLmU9c1A .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-toeLmU9c1A .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-toeLmU9c1A .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-toeLmU9c1A .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-toeLmU9c1A .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toeLmU9c1A .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-todTRqAeOT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-todTRqAeOT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-todTRqAeOT textarea {
  min-height: 150px;
}
.cid-todTRqAeOT input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-todTRqAeOT textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-todTRqAeOT .form-control,
.cid-todTRqAeOT .field-input {
  padding: 1rem 0rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #1759a3 !important;
  border-color: #1759a3 !important;
  color: #1759a3 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-todTRqAeOT .form-control input::-webkit-input-placeholder,
.cid-todTRqAeOT .field-input input::-webkit-input-placeholder,
.cid-todTRqAeOT .form-control textarea::-webkit-input-placeholder,
.cid-todTRqAeOT .field-input textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-todTRqAeOT .form-control input:-moz-placeholder,
.cid-todTRqAeOT .field-input input:-moz-placeholder,
.cid-todTRqAeOT .form-control textarea:-moz-placeholder,
.cid-todTRqAeOT .field-input textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-todTRqAeOT .jq-number__spin:hover,
.cid-todTRqAeOT .jq-number__spin:focus {
  background-color: #101010;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-todTRqAeOT .jq-number__spin {
  background-color: #ffffff;
  border-color: #1759a3 !important;
  color: #1759a3;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-todTRqAeOT .jq-selectbox li,
.cid-todTRqAeOT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-todTRqAeOT .jq-selectbox li:hover,
.cid-todTRqAeOT .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-todTRqAeOT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-todTRqAeOT .jq-number__spin.minus:hover:after,
.cid-todTRqAeOT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-todTRqAeOT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-todTRqAeOT .jq-number__spin.minus:after,
.cid-todTRqAeOT .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-todTRqAeOT .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-todTRqAeOT .social-list {
    margin-bottom: 3rem;
  }
  .cid-todTRqAeOT .email-input {
    margin-top: 2rem;
  }
}
.cid-todTRqAeOT .mbr-section-subtitle {
  color: #535353;
  margin-bottom: 2.4rem;
}
.cid-todTRqAeOT .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-todTRqAeOT .mbr-iconfont-social {
  font-size: 1rem;
  color: #1759a3;
  margin-right: 0.6rem;
}
.cid-todTRqAeOT .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #535353;
  transition: all 0.3s;
}
.cid-todTRqAeOT .mbr-iconfont-social:hover {
  color: #535353;
}
.cid-todTRqAeOT .social-list {
  display: flex;
}
.cid-todTRqAeOT .social-list a {
  transition: 0.3s;
}
.cid-todTRqAeOT .social-list a:hover {
  transform: translateY(-8px);
}
.cid-todTRqAeOT .row {
  align-items: center;
}
.cid-todTRqAeOT .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-todTRqAeOT .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-todTRqAeOT .form-btn {
  margin-top: 2.5rem;
}
.cid-todTRqAeOT input::-webkit-input-placeholder,
.cid-todTRqAeOT textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-todTRqAeOT input:-moz-placeholder,
.cid-todTRqAeOT textarea:-moz-placeholder {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-todTRqAeOT .media-content {
    padding-right: 3rem;
  }
  .cid-todTRqAeOT .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-todTRqAeOT .row {
    padding: 0 1rem;
  }
}
.cid-todTRqAeOT .btn:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-todTRqAeOT .form-btn {
    width: 100%;
  }
  .cid-todTRqAeOT .btn {
    width: 100%;
  }
}
.cid-todTRqAeOT H1 {
  color: #000000;
}
.cid-todTRqAeOT .mbr-text,
.cid-todTRqAeOT .mbr-section-btn {
  color: #000000;
}
.cid-toeJhVfewL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1759a3;
}
.cid-toeJhVfewL .media-container-row {
  align-items: center;
}
.cid-toeJhVfewL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toeJhVfewL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toeJhVfewL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toeJhVfewL .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-toeJhVfewL .foot-menu-item {
  transform: 0.2s;
}
.cid-toeJhVfewL .foot-menu-item:hover a {
  color: #535353 !important;
}
.cid-toeJhVfewL .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-toeJhVfewL .foot-menu-item:hover::before {
  width: 60px;
  background-color: #535353;
}
.cid-toeJhVfewL .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: center;
  }
  .cid-toeJhVfewL .mbr-text {
    text-align: center;
  }
  .cid-toeJhVfewL .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: flex-end;
  }
}
.cid-toeJhVfewL .link:hover {
  color: #ffffff;
}
.cid-toeJhVfewL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-toddHJroT4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toddHJroT4 .menu-text {
  padding: 0 2rem;
  color: #1759a3;
}
@media (max-width: 992px) {
  .cid-toddHJroT4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-toddHJroT4 .iconfont-wrapper {
  color: #1759a3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-toddHJroT4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-toddHJroT4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-toddHJroT4 .container {
    padding: 0 1rem;
  }
}
.cid-toddHJroT4 .menu-tite {
  background: #1759a3;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-toddHJroT4 .nav-link {
  position: relative;
}
.cid-toddHJroT4 .nav-link:hover {
  color: #1759a3 !important;
}
.cid-toddHJroT4 nav.navbar {
  position: fixed;
}
.cid-toddHJroT4 .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-toddHJroT4 .navbar.opened {
  transition: all 0.3s;
}
.cid-toddHJroT4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toddHJroT4 .navbar .navbar-logo img {
  width: auto;
}
.cid-toddHJroT4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toddHJroT4 .navbar.collapsed {
  justify-content: center;
}
.cid-toddHJroT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toddHJroT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toddHJroT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toddHJroT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toddHJroT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toddHJroT4 .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-toddHJroT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toddHJroT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toddHJroT4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toddHJroT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toddHJroT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toddHJroT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toddHJroT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toddHJroT4 .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-toddHJroT4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toddHJroT4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toddHJroT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toddHJroT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toddHJroT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toddHJroT4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toddHJroT4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-toddHJroT4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toddHJroT4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toddHJroT4 .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-toddHJroT4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toddHJroT4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toddHJroT4 .dropdown-item:hover,
.cid-toddHJroT4 .dropdown-item:focus {
  background: #1759a3 !important;
  color: white !important;
}
.cid-toddHJroT4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toddHJroT4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toddHJroT4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-toddHJroT4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toddHJroT4 .dropdown-menu,
.cid-toddHJroT4 .navbar.opened {
  background: #ffffff !important;
}
.cid-toddHJroT4 .nav-item:focus,
.cid-toddHJroT4 .nav-link:focus {
  outline: none;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toddHJroT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toddHJroT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toddHJroT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toddHJroT4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toddHJroT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toddHJroT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toddHJroT4 .dropdown-item.active,
.cid-toddHJroT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-toddHJroT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toddHJroT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toddHJroT4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toddHJroT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toddHJroT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toddHJroT4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toddHJroT4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toddHJroT4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toddHJroT4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1759a3;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toddHJroT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toddHJroT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toddHJroT4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toddHJroT4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toddHJroT4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toddHJroT4 .navbar {
    height: 70px;
  }
  .cid-toddHJroT4 .navbar.opened {
    height: auto;
  }
  .cid-toddHJroT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-todxzavmBi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-todxzavmBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-todxzavmBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-todxzavmBi .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-todxzavmBi .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-todxzavmBi .col-text {
    order: 2;
  }
}
.cid-todxzavmBi .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-todxzavmBi .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-todxzavmBi .col-img {
    order: 1;
  }
}
.cid-todxzavmBi .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-todxzavmBi .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-todxzavmBi .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-todxzavmBi .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-todxzavmBi .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-todxzavmBi .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-todxzavmBi .mbr-section-btn {
    width: 100%;
  }
}
.cid-todxzavmBi .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-todxzavmBi .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-todxzavmBi .image-wrapper {
    height: auto;
  }
}
.cid-todxzavmBi .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-todxzavmBi .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-todxzavmBi .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-toeJ44oV88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toeJ44oV88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toeJ44oV88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toeJ44oV88 .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-toeJ44oV88 .mbr-section-title {
  color: #112B6D;
}
.cid-toeJ44oV88 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-toeJ44oV88 .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .number-container {
    display: none;
  }
}
.cid-toeJ44oV88 .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-toeJ44oV88 .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #1759a3;
}
.cid-toeJ44oV88 .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #1759a3;
}
.cid-toeJ44oV88 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-toeJ44oV88 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-toeJ44oV88 .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-toeJ44oV88 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-toeJ44oV88 .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #1759a3;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-toeJ44oV88 .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-toeJ44oV88 .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-toeJ44oV88 .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-toeJ44oV88 .card-text {
    text-align: left !important;
  }
}
.cid-toeJ44oV88 .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-toeJ44oV88 .mbr-section-title,
.cid-toeJ44oV88 .mbr-section-btn {
  color: #000000;
}
.cid-toeMKBKZDT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-toeMKBKZDT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toeMKBKZDT textarea {
  min-height: 150px;
}
.cid-toeMKBKZDT input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-toeMKBKZDT textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-toeMKBKZDT .form-control,
.cid-toeMKBKZDT .field-input {
  padding: 1rem 0rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #1759a3 !important;
  border-color: #1759a3 !important;
  color: #1759a3 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-toeMKBKZDT .form-control input::-webkit-input-placeholder,
.cid-toeMKBKZDT .field-input input::-webkit-input-placeholder,
.cid-toeMKBKZDT .form-control textarea::-webkit-input-placeholder,
.cid-toeMKBKZDT .field-input textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-toeMKBKZDT .form-control input:-moz-placeholder,
.cid-toeMKBKZDT .field-input input:-moz-placeholder,
.cid-toeMKBKZDT .form-control textarea:-moz-placeholder,
.cid-toeMKBKZDT .field-input textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-toeMKBKZDT .jq-number__spin:hover,
.cid-toeMKBKZDT .jq-number__spin:focus {
  background-color: #101010;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-toeMKBKZDT .jq-number__spin {
  background-color: #ffffff;
  border-color: #1759a3 !important;
  color: #1759a3;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toeMKBKZDT .jq-selectbox li,
.cid-toeMKBKZDT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-toeMKBKZDT .jq-selectbox li:hover,
.cid-toeMKBKZDT .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-toeMKBKZDT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-toeMKBKZDT .jq-number__spin.minus:hover:after,
.cid-toeMKBKZDT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-toeMKBKZDT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-toeMKBKZDT .jq-number__spin.minus:after,
.cid-toeMKBKZDT .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-toeMKBKZDT .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-toeMKBKZDT .social-list {
    margin-bottom: 3rem;
  }
  .cid-toeMKBKZDT .email-input {
    margin-top: 2rem;
  }
}
.cid-toeMKBKZDT .mbr-section-subtitle {
  color: #535353;
  margin-bottom: 2.4rem;
}
.cid-toeMKBKZDT .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-toeMKBKZDT .mbr-iconfont-social {
  font-size: 1rem;
  color: #1759a3;
  margin-right: 0.6rem;
}
.cid-toeMKBKZDT .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #535353;
  transition: all 0.3s;
}
.cid-toeMKBKZDT .mbr-iconfont-social:hover {
  color: #535353;
}
.cid-toeMKBKZDT .social-list {
  display: flex;
}
.cid-toeMKBKZDT .social-list a {
  transition: 0.3s;
}
.cid-toeMKBKZDT .social-list a:hover {
  transform: translateY(-8px);
}
.cid-toeMKBKZDT .row {
  align-items: center;
}
.cid-toeMKBKZDT .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-toeMKBKZDT .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-toeMKBKZDT .form-btn {
  margin-top: 2.5rem;
}
.cid-toeMKBKZDT input::-webkit-input-placeholder,
.cid-toeMKBKZDT textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-toeMKBKZDT input:-moz-placeholder,
.cid-toeMKBKZDT textarea:-moz-placeholder {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-toeMKBKZDT .media-content {
    padding-right: 3rem;
  }
  .cid-toeMKBKZDT .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-toeMKBKZDT .row {
    padding: 0 1rem;
  }
}
.cid-toeMKBKZDT .btn:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-toeMKBKZDT .form-btn {
    width: 100%;
  }
  .cid-toeMKBKZDT .btn {
    width: 100%;
  }
}
.cid-toeMKBKZDT H1 {
  color: #000000;
}
.cid-toeMKBKZDT .mbr-text,
.cid-toeMKBKZDT .mbr-section-btn {
  color: #000000;
}
.cid-toeJhVfewL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1759a3;
}
.cid-toeJhVfewL .media-container-row {
  align-items: center;
}
.cid-toeJhVfewL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toeJhVfewL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toeJhVfewL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toeJhVfewL .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-toeJhVfewL .foot-menu-item {
  transform: 0.2s;
}
.cid-toeJhVfewL .foot-menu-item:hover a {
  color: #535353 !important;
}
.cid-toeJhVfewL .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-toeJhVfewL .foot-menu-item:hover::before {
  width: 60px;
  background-color: #535353;
}
.cid-toeJhVfewL .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: center;
  }
  .cid-toeJhVfewL .mbr-text {
    text-align: center;
  }
  .cid-toeJhVfewL .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: flex-end;
  }
}
.cid-toeJhVfewL .link:hover {
  color: #ffffff;
}
.cid-toeJhVfewL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-todzShjvKI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-todzShjvKI .menu-text {
  padding: 0 2rem;
  color: #1759a3;
}
@media (max-width: 992px) {
  .cid-todzShjvKI .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-todzShjvKI .iconfont-wrapper {
  color: #1759a3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-todzShjvKI .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-todzShjvKI .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-todzShjvKI .container {
    padding: 0 1rem;
  }
}
.cid-todzShjvKI .menu-tite {
  background: #1759a3;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-todzShjvKI .nav-link {
  position: relative;
}
.cid-todzShjvKI .nav-link:hover {
  color: #1759a3 !important;
}
.cid-todzShjvKI nav.navbar {
  position: fixed;
}
.cid-todzShjvKI .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-todzShjvKI .navbar.opened {
  transition: all 0.3s;
}
.cid-todzShjvKI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-todzShjvKI .navbar .navbar-logo img {
  width: auto;
}
.cid-todzShjvKI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-todzShjvKI .navbar.collapsed {
  justify-content: center;
}
.cid-todzShjvKI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-todzShjvKI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-todzShjvKI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-todzShjvKI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-todzShjvKI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-todzShjvKI .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-todzShjvKI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-todzShjvKI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-todzShjvKI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-todzShjvKI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-todzShjvKI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-todzShjvKI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-todzShjvKI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-todzShjvKI .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-todzShjvKI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-todzShjvKI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-todzShjvKI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-todzShjvKI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-todzShjvKI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-todzShjvKI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-todzShjvKI .navbar.navbar-short {
  min-height: 60px;
}
.cid-todzShjvKI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-todzShjvKI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-todzShjvKI .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-todzShjvKI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-todzShjvKI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-todzShjvKI .dropdown-item:hover,
.cid-todzShjvKI .dropdown-item:focus {
  background: #1759a3 !important;
  color: white !important;
}
.cid-todzShjvKI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-todzShjvKI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-todzShjvKI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-todzShjvKI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-todzShjvKI .dropdown-menu,
.cid-todzShjvKI .navbar.opened {
  background: #ffffff !important;
}
.cid-todzShjvKI .nav-item:focus,
.cid-todzShjvKI .nav-link:focus {
  outline: none;
}
.cid-todzShjvKI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-todzShjvKI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-todzShjvKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-todzShjvKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-todzShjvKI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-todzShjvKI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-todzShjvKI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-todzShjvKI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-todzShjvKI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-todzShjvKI .dropdown-item.active,
.cid-todzShjvKI .dropdown-item:active {
  background-color: transparent;
}
.cid-todzShjvKI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-todzShjvKI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-todzShjvKI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-todzShjvKI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-todzShjvKI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-todzShjvKI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-todzShjvKI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-todzShjvKI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-todzShjvKI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-todzShjvKI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1759a3;
}
.cid-todzShjvKI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-todzShjvKI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-todzShjvKI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-todzShjvKI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-todzShjvKI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-todzShjvKI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-todzShjvKI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-todzShjvKI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-todzShjvKI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-todzShjvKI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-todzShjvKI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-todzShjvKI .navbar {
    height: 70px;
  }
  .cid-todzShjvKI .navbar.opened {
    height: auto;
  }
  .cid-todzShjvKI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-todzShQiaJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-todzShQiaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-todzShQiaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-todzShQiaJ .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-todzShQiaJ .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .col-text {
    order: 2;
  }
}
.cid-todzShQiaJ .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-todzShQiaJ .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .col-img {
    order: 1;
  }
}
.cid-todzShQiaJ .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-todzShQiaJ .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-todzShQiaJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-todzShQiaJ .mbr-section-btn {
    width: 100%;
  }
}
.cid-todzShQiaJ .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-todzShQiaJ .image-wrapper {
    height: auto;
  }
}
.cid-todzShQiaJ .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-todzShQiaJ .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-todzShQiaJ .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-toeJ7mNeaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toeJ7mNeaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-toeJ7mNeaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toeJ7mNeaN .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-toeJ7mNeaN .mbr-section-title {
  color: #112B6D;
}
.cid-toeJ7mNeaN .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-toeJ7mNeaN .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .number-container {
    display: none;
  }
}
.cid-toeJ7mNeaN .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-toeJ7mNeaN .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #1759a3;
}
.cid-toeJ7mNeaN .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #1759a3;
}
.cid-toeJ7mNeaN .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .cards-container {
    flex-wrap: wrap;
  }
}
.cid-toeJ7mNeaN .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-toeJ7mNeaN .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-toeJ7mNeaN .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-toeJ7mNeaN .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #1759a3;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-toeJ7mNeaN .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-toeJ7mNeaN .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-toeJ7mNeaN .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-toeJ7mNeaN .card-text {
    text-align: left !important;
  }
}
.cid-toeJ7mNeaN .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-toeJ7mNeaN .mbr-section-title,
.cid-toeJ7mNeaN .mbr-section-btn {
  color: #000000;
}
.cid-toe8ADIH8p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toe8ADIH8p .item-image {
  margin-bottom: 5rem;
}
.cid-toe8ADIH8p img,
.cid-toe8ADIH8p .item-img {
  width: 100%;
}
.cid-toe8ADIH8p .item:focus,
.cid-toe8ADIH8p span:focus {
  outline: none;
}
.cid-toe8ADIH8p .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-toe8ADIH8p .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-toe8ADIH8p .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-toe8ADIH8p .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-toe8ADIH8p .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toe8ADIH8p .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-toe9nJjmKX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toe9nJjmKX .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-toe9nJjmKX .align-center {
    text-align: center;
  }
  .cid-toe9nJjmKX .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-toe9nJjmKX .block-btn {
  display: flex;
}
.cid-toe9nJjmKX .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-toe9nJjmKX h1 {
  margin-bottom: 0;
}
.cid-toe9nJjmKX .wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-toe9nJjmKX .container {
    padding: 0 3rem;
  }
  .cid-toe9nJjmKX .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-toe9nJjmKX .block-btn {
    justify-content: center;
  }
  .cid-toe9nJjmKX .text-block {
    text-align: center;
  }
  .cid-toe9nJjmKX .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toe9nJjmKX .block-btn {
    justify-content: flex-end;
  }
  .cid-toe9nJjmKX .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-toe9nJjmKX .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-toe9nJjmKX .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-toe9nJjmKX H1 {
  color: #000000;
}
.cid-todEwrfHNs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-todEwrfHNs .mbr-shop {
  display: table;
  width: 100%;
}
.cid-todEwrfHNs .mbr-shop .row {
  margin: 0;
}
.cid-todEwrfHNs .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-todEwrfHNs .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-todEwrfHNs .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-todEwrfHNs .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-todEwrfHNs .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-todEwrfHNs .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-todEwrfHNs .mbr-shop .hide-modal {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-todEwrfHNs .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-todEwrfHNs .mbr-shop .filter-by-pu,
.cid-todEwrfHNs .mbr-shop .filter-by-pd,
.cid-todEwrfHNs .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-todEwrfHNs .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-todEwrfHNs .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-todEwrfHNs .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-todEwrfHNs .mbr-shop .galleryItem h4,
.cid-todEwrfHNs .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-todEwrfHNs .mbr-shop .galleryItem h5,
.cid-todEwrfHNs .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-todEwrfHNs .mbr-shop .galleryItem p,
.cid-todEwrfHNs .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-todEwrfHNs .mbr-shop .item-button {
  text-align: center;
}
.cid-todEwrfHNs .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-todEwrfHNs .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-todEwrfHNs .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-todEwrfHNs .mbr-shop .sidebar-block {
  position: relative;
}
.cid-todEwrfHNs .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ffffff;
  top: -20px;
  right: 3px;
}
.cid-todEwrfHNs .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-todEwrfHNs .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-todEwrfHNs .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #f23801;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-item__hided h4,
.cid-todEwrfHNs .mbr-shop .mbr-gallery-item__hided h5,
.cid-todEwrfHNs .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-todEwrfHNs .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-todEwrfHNs .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-todEwrfHNs .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-todEwrfHNs .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-todEwrfHNs .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-todEwrfHNs .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-todEwrfHNs .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-todEwrfHNs .min-price input {
  text-align: left;
}
.cid-todEwrfHNs .max-price input {
  text-align: right;
}
.cid-todEwrfHNs .mbr-shop .range-controls {
  position: relative;
}
.cid-todEwrfHNs .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-todEwrfHNs .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #1759a3;
}
.cid-todEwrfHNs .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #1759a3;
  cursor: pointer;
}
.cid-todEwrfHNs .mbr-shop .toggle:hover,
.cid-todEwrfHNs .mbr-shop .toggle:active {
  background-color: #043368;
}
.cid-todEwrfHNs .mbr-shop .min-toggle {
  left: 0;
}
.cid-todEwrfHNs .mbr-shop .max-toggle {
  right: 0;
}
.cid-todEwrfHNs .mbr-shop .hided-by-price {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-todEwrfHNs .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-todEwrfHNs .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-todEwrfHNs .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-todEwrfHNs .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-todEwrfHNs .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-todEwrfHNs .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-todEwrfHNs .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-todEwrfHNs .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-todEwrfHNs .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-todEwrfHNs .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-todEwrfHNs .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-todEwrfHNs .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-todEwrfHNs .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-todEwrfHNs .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-todEwrfHNs .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-todEwrfHNs .mbr-shop .price-range {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .price-range-reset {
  display: none;
}
.cid-todEwrfHNs .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-todEwrfHNs .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-todEwrfHNs .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-todEwrfHNs .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-todEwrfHNs .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-todEwrfHNs .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-todEwrfHNs .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-todEwrfHNs .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-todEwrfHNs .mbr-shop .price-range {
    max-width: 100%;
    text-align: center;
  }
  .cid-todEwrfHNs .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-todEwrfHNs .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-todEwrfHNs .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-todEwrfHNs .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-todEwrfHNs .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-todEwrfHNs .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-todEwrfHNs .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-todEwrfHNs .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-todEwrfHNs .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-todEwrfHNs .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-todEwrfHNs .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-todEwrfHNs .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-todEwrfHNs .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-todEwrfHNs .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-todEwrfHNs .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-todEwrfHNs .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-todEwrfHNs .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-todEwrfHNs .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-todEwrfHNs .mbr-gallery-item .sidebar_wraper {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-todEwrfHNs .sidebar .sidebar_wraper {
  background-color: #ffffff;
}
.cid-todEwrfHNs .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-todEwrfHNs .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-todEwrfHNs .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-todEwrfHNs .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-todEwrfHNs .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-todEwrfHNs .sidebar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-todEwrfHNs .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-todEwrfHNs .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-todEwrfHNs .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-todEwrfHNs .categories {
  padding: 0;
}
.cid-todEwrfHNs .sidebar-title {
  font-weight: bold;
}
.cid-toeMODWR5F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-toeMODWR5F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toeMODWR5F textarea {
  min-height: 150px;
}
.cid-toeMODWR5F input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-toeMODWR5F textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-toeMODWR5F .form-control,
.cid-toeMODWR5F .field-input {
  padding: 1rem 0rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #1759a3 !important;
  border-color: #1759a3 !important;
  color: #1759a3 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-toeMODWR5F .form-control input::-webkit-input-placeholder,
.cid-toeMODWR5F .field-input input::-webkit-input-placeholder,
.cid-toeMODWR5F .form-control textarea::-webkit-input-placeholder,
.cid-toeMODWR5F .field-input textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-toeMODWR5F .form-control input:-moz-placeholder,
.cid-toeMODWR5F .field-input input:-moz-placeholder,
.cid-toeMODWR5F .form-control textarea:-moz-placeholder,
.cid-toeMODWR5F .field-input textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-toeMODWR5F .jq-number__spin:hover,
.cid-toeMODWR5F .jq-number__spin:focus {
  background-color: #101010;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-toeMODWR5F .jq-number__spin {
  background-color: #ffffff;
  border-color: #1759a3 !important;
  color: #1759a3;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toeMODWR5F .jq-selectbox li,
.cid-toeMODWR5F .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-toeMODWR5F .jq-selectbox li:hover,
.cid-toeMODWR5F .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-toeMODWR5F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-toeMODWR5F .jq-number__spin.minus:hover:after,
.cid-toeMODWR5F .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-toeMODWR5F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-toeMODWR5F .jq-number__spin.minus:after,
.cid-toeMODWR5F .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-toeMODWR5F .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-toeMODWR5F .social-list {
    margin-bottom: 3rem;
  }
  .cid-toeMODWR5F .email-input {
    margin-top: 2rem;
  }
}
.cid-toeMODWR5F .mbr-section-subtitle {
  color: #535353;
  margin-bottom: 2.4rem;
}
.cid-toeMODWR5F .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-toeMODWR5F .mbr-iconfont-social {
  font-size: 1rem;
  color: #1759a3;
  margin-right: 0.6rem;
}
.cid-toeMODWR5F .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #535353;
  transition: all 0.3s;
}
.cid-toeMODWR5F .mbr-iconfont-social:hover {
  color: #535353;
}
.cid-toeMODWR5F .social-list {
  display: flex;
}
.cid-toeMODWR5F .social-list a {
  transition: 0.3s;
}
.cid-toeMODWR5F .social-list a:hover {
  transform: translateY(-8px);
}
.cid-toeMODWR5F .row {
  align-items: center;
}
.cid-toeMODWR5F .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-toeMODWR5F .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-toeMODWR5F .form-btn {
  margin-top: 2.5rem;
}
.cid-toeMODWR5F input::-webkit-input-placeholder,
.cid-toeMODWR5F textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-toeMODWR5F input:-moz-placeholder,
.cid-toeMODWR5F textarea:-moz-placeholder {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-toeMODWR5F .media-content {
    padding-right: 3rem;
  }
  .cid-toeMODWR5F .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-toeMODWR5F .row {
    padding: 0 1rem;
  }
}
.cid-toeMODWR5F .btn:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-toeMODWR5F .form-btn {
    width: 100%;
  }
  .cid-toeMODWR5F .btn {
    width: 100%;
  }
}
.cid-toeMODWR5F H1 {
  color: #000000;
}
.cid-toeMODWR5F .mbr-text,
.cid-toeMODWR5F .mbr-section-btn {
  color: #000000;
}
.cid-toeJhVfewL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1759a3;
}
.cid-toeJhVfewL .media-container-row {
  align-items: center;
}
.cid-toeJhVfewL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toeJhVfewL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toeJhVfewL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toeJhVfewL .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-toeJhVfewL .foot-menu-item {
  transform: 0.2s;
}
.cid-toeJhVfewL .foot-menu-item:hover a {
  color: #535353 !important;
}
.cid-toeJhVfewL .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-toeJhVfewL .foot-menu-item:hover::before {
  width: 60px;
  background-color: #535353;
}
.cid-toeJhVfewL .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: center;
  }
  .cid-toeJhVfewL .mbr-text {
    text-align: center;
  }
  .cid-toeJhVfewL .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: flex-end;
  }
}
.cid-toeJhVfewL .link:hover {
  color: #ffffff;
}
.cid-toeJhVfewL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-toe9W7Jy3I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toe9W7Jy3I .menu-text {
  padding: 0 2rem;
  color: #1759a3;
}
@media (max-width: 992px) {
  .cid-toe9W7Jy3I .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-toe9W7Jy3I .iconfont-wrapper {
  color: #1759a3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-toe9W7Jy3I .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-toe9W7Jy3I .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-toe9W7Jy3I .container {
    padding: 0 1rem;
  }
}
.cid-toe9W7Jy3I .menu-tite {
  background: #1759a3;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-toe9W7Jy3I .nav-link {
  position: relative;
}
.cid-toe9W7Jy3I .nav-link:hover {
  color: #1759a3 !important;
}
.cid-toe9W7Jy3I nav.navbar {
  position: fixed;
}
.cid-toe9W7Jy3I .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-toe9W7Jy3I .navbar.opened {
  transition: all 0.3s;
}
.cid-toe9W7Jy3I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toe9W7Jy3I .navbar .navbar-logo img {
  width: auto;
}
.cid-toe9W7Jy3I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toe9W7Jy3I .navbar.collapsed {
  justify-content: center;
}
.cid-toe9W7Jy3I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toe9W7Jy3I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toe9W7Jy3I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toe9W7Jy3I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toe9W7Jy3I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toe9W7Jy3I .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-toe9W7Jy3I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toe9W7Jy3I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toe9W7Jy3I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toe9W7Jy3I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toe9W7Jy3I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toe9W7Jy3I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toe9W7Jy3I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toe9W7Jy3I .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-toe9W7Jy3I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toe9W7Jy3I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toe9W7Jy3I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toe9W7Jy3I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toe9W7Jy3I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toe9W7Jy3I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toe9W7Jy3I .navbar.navbar-short {
  min-height: 60px;
}
.cid-toe9W7Jy3I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toe9W7Jy3I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toe9W7Jy3I .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-toe9W7Jy3I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toe9W7Jy3I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toe9W7Jy3I .dropdown-item:hover,
.cid-toe9W7Jy3I .dropdown-item:focus {
  background: #1759a3 !important;
  color: white !important;
}
.cid-toe9W7Jy3I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toe9W7Jy3I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toe9W7Jy3I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-toe9W7Jy3I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toe9W7Jy3I .dropdown-menu,
.cid-toe9W7Jy3I .navbar.opened {
  background: #ffffff !important;
}
.cid-toe9W7Jy3I .nav-item:focus,
.cid-toe9W7Jy3I .nav-link:focus {
  outline: none;
}
.cid-toe9W7Jy3I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toe9W7Jy3I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toe9W7Jy3I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toe9W7Jy3I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toe9W7Jy3I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toe9W7Jy3I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toe9W7Jy3I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toe9W7Jy3I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toe9W7Jy3I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toe9W7Jy3I .dropdown-item.active,
.cid-toe9W7Jy3I .dropdown-item:active {
  background-color: transparent;
}
.cid-toe9W7Jy3I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toe9W7Jy3I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toe9W7Jy3I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toe9W7Jy3I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toe9W7Jy3I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toe9W7Jy3I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toe9W7Jy3I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toe9W7Jy3I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toe9W7Jy3I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toe9W7Jy3I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1759a3;
}
.cid-toe9W7Jy3I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toe9W7Jy3I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toe9W7Jy3I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toe9W7Jy3I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toe9W7Jy3I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toe9W7Jy3I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toe9W7Jy3I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toe9W7Jy3I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toe9W7Jy3I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toe9W7Jy3I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toe9W7Jy3I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toe9W7Jy3I .navbar {
    height: 70px;
  }
  .cid-toe9W7Jy3I .navbar.opened {
    height: auto;
  }
  .cid-toe9W7Jy3I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toe9W8AE24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-toe9W8AE24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toe9W8AE24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toe9W8AE24 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-toe9W8AE24 .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .col-text {
    order: 2;
  }
}
.cid-toe9W8AE24 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-toe9W8AE24 .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .col-img {
    order: 1;
  }
}
.cid-toe9W8AE24 .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-toe9W8AE24 .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toe9W8AE24 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-toe9W8AE24 .mbr-section-btn {
    width: 100%;
  }
}
.cid-toe9W8AE24 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-toe9W8AE24 .image-wrapper {
    height: auto;
  }
}
.cid-toe9W8AE24 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-toe9W8AE24 .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-toe9W8AE24 .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-toeJbpnkyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toeJbpnkyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-toeJbpnkyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toeJbpnkyM .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-toeJbpnkyM .mbr-section-title {
  color: #112B6D;
}
.cid-toeJbpnkyM .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-toeJbpnkyM .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .number-container {
    display: none;
  }
}
.cid-toeJbpnkyM .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-toeJbpnkyM .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #1759a3;
}
.cid-toeJbpnkyM .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #1759a3;
}
.cid-toeJbpnkyM .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .cards-container {
    flex-wrap: wrap;
  }
}
.cid-toeJbpnkyM .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-toeJbpnkyM .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-toeJbpnkyM .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-toeJbpnkyM .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #1759a3;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-toeJbpnkyM .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-toeJbpnkyM .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-toeJbpnkyM .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-toeJbpnkyM .card-text {
    text-align: left !important;
  }
}
.cid-toeJbpnkyM .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-toeJbpnkyM .mbr-section-title,
.cid-toeJbpnkyM .mbr-section-btn {
  color: #000000;
}
.cid-toe9W9zn7C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toe9W9zn7C .item-image {
  margin-bottom: 5rem;
}
.cid-toe9W9zn7C img,
.cid-toe9W9zn7C .item-img {
  width: 100%;
}
.cid-toe9W9zn7C .item:focus,
.cid-toe9W9zn7C span:focus {
  outline: none;
}
.cid-toe9W9zn7C .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-toe9W9zn7C .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-toe9W9zn7C .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-toe9W9zn7C .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .cid-toe9W9zn7C .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-toe9W9zn7C .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-toe9WarJza {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toe9WarJza .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-toe9WarJza .align-center {
    text-align: center;
  }
  .cid-toe9WarJza .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-toe9WarJza .block-btn {
  display: flex;
}
.cid-toe9WarJza .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-toe9WarJza h1 {
  margin-bottom: 0;
}
.cid-toe9WarJza .wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-toe9WarJza .container {
    padding: 0 3rem;
  }
  .cid-toe9WarJza .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-toe9WarJza .block-btn {
    justify-content: center;
  }
  .cid-toe9WarJza .text-block {
    text-align: center;
  }
  .cid-toe9WarJza .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toe9WarJza .block-btn {
    justify-content: flex-end;
  }
  .cid-toe9WarJza .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-toe9WarJza .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-toe9WarJza .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-toe9WarJza H1 {
  color: #000000;
}
.cid-toe9Wb3dAi {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-toe9Wb3dAi .mbr-shop {
  display: table;
  width: 100%;
}
.cid-toe9Wb3dAi .mbr-shop .row {
  margin: 0;
}
.cid-toe9Wb3dAi .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-toe9Wb3dAi .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-toe9Wb3dAi .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-toe9Wb3dAi .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-toe9Wb3dAi .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-toe9Wb3dAi .mbr-shop .hide-modal {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-toe9Wb3dAi .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-toe9Wb3dAi .mbr-shop .filter-by-pu,
.cid-toe9Wb3dAi .mbr-shop .filter-by-pd,
.cid-toe9Wb3dAi .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-toe9Wb3dAi .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-toe9Wb3dAi .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem h4,
.cid-toe9Wb3dAi .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem h5,
.cid-toe9Wb3dAi .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem p,
.cid-toe9Wb3dAi .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-toe9Wb3dAi .mbr-shop .item-button {
  text-align: center;
}
.cid-toe9Wb3dAi .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-toe9Wb3dAi .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-toe9Wb3dAi .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-toe9Wb3dAi .mbr-shop .sidebar-block {
  position: relative;
}
.cid-toe9Wb3dAi .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ffffff;
  top: -20px;
  right: 3px;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-toe9Wb3dAi .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #f23801;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item__hided h4,
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item__hided h5,
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-toe9Wb3dAi .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-toe9Wb3dAi .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-toe9Wb3dAi .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-toe9Wb3dAi .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-toe9Wb3dAi .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-toe9Wb3dAi .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-toe9Wb3dAi .min-price input {
  text-align: left;
}
.cid-toe9Wb3dAi .max-price input {
  text-align: right;
}
.cid-toe9Wb3dAi .mbr-shop .range-controls {
  position: relative;
}
.cid-toe9Wb3dAi .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-toe9Wb3dAi .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #1759a3;
}
.cid-toe9Wb3dAi .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #1759a3;
  cursor: pointer;
}
.cid-toe9Wb3dAi .mbr-shop .toggle:hover,
.cid-toe9Wb3dAi .mbr-shop .toggle:active {
  background-color: #043368;
}
.cid-toe9Wb3dAi .mbr-shop .min-toggle {
  left: 0;
}
.cid-toe9Wb3dAi .mbr-shop .max-toggle {
  right: 0;
}
.cid-toe9Wb3dAi .mbr-shop .hided-by-price {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-toe9Wb3dAi .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-toe9Wb3dAi .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-toe9Wb3dAi .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-toe9Wb3dAi .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-toe9Wb3dAi .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-toe9Wb3dAi .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-toe9Wb3dAi .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-toe9Wb3dAi .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-toe9Wb3dAi .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-toe9Wb3dAi .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-toe9Wb3dAi .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-toe9Wb3dAi .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-toe9Wb3dAi .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-toe9Wb3dAi .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-toe9Wb3dAi .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-toe9Wb3dAi .mbr-shop .price-range {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .price-range-reset {
  display: none;
}
.cid-toe9Wb3dAi .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-toe9Wb3dAi .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-toe9Wb3dAi .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-toe9Wb3dAi .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-toe9Wb3dAi .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-toe9Wb3dAi .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-toe9Wb3dAi .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-toe9Wb3dAi .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-toe9Wb3dAi .mbr-shop .price-range {
    max-width: 100%;
    text-align: center;
  }
  .cid-toe9Wb3dAi .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-toe9Wb3dAi .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-toe9Wb3dAi .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-toe9Wb3dAi .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-toe9Wb3dAi .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-toe9Wb3dAi .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-toe9Wb3dAi .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-toe9Wb3dAi .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-toe9Wb3dAi .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-toe9Wb3dAi .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-toe9Wb3dAi .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-toe9Wb3dAi .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-toe9Wb3dAi .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-toe9Wb3dAi .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-toe9Wb3dAi .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-toe9Wb3dAi .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toe9Wb3dAi .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-toe9Wb3dAi .mbr-gallery-item .sidebar_wraper {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-toe9Wb3dAi .sidebar .sidebar_wraper {
  background-color: #ffffff;
}
.cid-toe9Wb3dAi .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-toe9Wb3dAi .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-toe9Wb3dAi .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-toe9Wb3dAi .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-toe9Wb3dAi .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-toe9Wb3dAi .sidebar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-toe9Wb3dAi .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-toe9Wb3dAi .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-toe9Wb3dAi .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-toe9Wb3dAi .categories {
  padding: 0;
}
.cid-toe9Wb3dAi .sidebar-title {
  font-weight: bold;
}
.cid-toeMYKn6HF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-toeMYKn6HF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toeMYKn6HF textarea {
  min-height: 150px;
}
.cid-toeMYKn6HF input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-toeMYKn6HF textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-toeMYKn6HF .form-control,
.cid-toeMYKn6HF .field-input {
  padding: 1rem 0rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #1759a3 !important;
  border-color: #1759a3 !important;
  color: #1759a3 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-toeMYKn6HF .form-control input::-webkit-input-placeholder,
.cid-toeMYKn6HF .field-input input::-webkit-input-placeholder,
.cid-toeMYKn6HF .form-control textarea::-webkit-input-placeholder,
.cid-toeMYKn6HF .field-input textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-toeMYKn6HF .form-control input:-moz-placeholder,
.cid-toeMYKn6HF .field-input input:-moz-placeholder,
.cid-toeMYKn6HF .form-control textarea:-moz-placeholder,
.cid-toeMYKn6HF .field-input textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-toeMYKn6HF .jq-number__spin:hover,
.cid-toeMYKn6HF .jq-number__spin:focus {
  background-color: #101010;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-toeMYKn6HF .jq-number__spin {
  background-color: #ffffff;
  border-color: #1759a3 !important;
  color: #1759a3;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toeMYKn6HF .jq-selectbox li,
.cid-toeMYKn6HF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-toeMYKn6HF .jq-selectbox li:hover,
.cid-toeMYKn6HF .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-toeMYKn6HF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-toeMYKn6HF .jq-number__spin.minus:hover:after,
.cid-toeMYKn6HF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-toeMYKn6HF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-toeMYKn6HF .jq-number__spin.minus:after,
.cid-toeMYKn6HF .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-toeMYKn6HF .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-toeMYKn6HF .social-list {
    margin-bottom: 3rem;
  }
  .cid-toeMYKn6HF .email-input {
    margin-top: 2rem;
  }
}
.cid-toeMYKn6HF .mbr-section-subtitle {
  color: #535353;
  margin-bottom: 2.4rem;
}
.cid-toeMYKn6HF .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-toeMYKn6HF .mbr-iconfont-social {
  font-size: 1rem;
  color: #1759a3;
  margin-right: 0.6rem;
}
.cid-toeMYKn6HF .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #535353;
  transition: all 0.3s;
}
.cid-toeMYKn6HF .mbr-iconfont-social:hover {
  color: #535353;
}
.cid-toeMYKn6HF .social-list {
  display: flex;
}
.cid-toeMYKn6HF .social-list a {
  transition: 0.3s;
}
.cid-toeMYKn6HF .social-list a:hover {
  transform: translateY(-8px);
}
.cid-toeMYKn6HF .row {
  align-items: center;
}
.cid-toeMYKn6HF .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-toeMYKn6HF .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-toeMYKn6HF .form-btn {
  margin-top: 2.5rem;
}
.cid-toeMYKn6HF input::-webkit-input-placeholder,
.cid-toeMYKn6HF textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-toeMYKn6HF input:-moz-placeholder,
.cid-toeMYKn6HF textarea:-moz-placeholder {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-toeMYKn6HF .media-content {
    padding-right: 3rem;
  }
  .cid-toeMYKn6HF .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-toeMYKn6HF .row {
    padding: 0 1rem;
  }
}
.cid-toeMYKn6HF .btn:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-toeMYKn6HF .form-btn {
    width: 100%;
  }
  .cid-toeMYKn6HF .btn {
    width: 100%;
  }
}
.cid-toeMYKn6HF H1 {
  color: #000000;
}
.cid-toeMYKn6HF .mbr-text,
.cid-toeMYKn6HF .mbr-section-btn {
  color: #000000;
}
.cid-toeJhVfewL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1759a3;
}
.cid-toeJhVfewL .media-container-row {
  align-items: center;
}
.cid-toeJhVfewL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toeJhVfewL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toeJhVfewL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toeJhVfewL .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-toeJhVfewL .foot-menu-item {
  transform: 0.2s;
}
.cid-toeJhVfewL .foot-menu-item:hover a {
  color: #535353 !important;
}
.cid-toeJhVfewL .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-toeJhVfewL .foot-menu-item:hover::before {
  width: 60px;
  background-color: #535353;
}
.cid-toeJhVfewL .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: center;
  }
  .cid-toeJhVfewL .mbr-text {
    text-align: center;
  }
  .cid-toeJhVfewL .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-toeJhVfewL .foot-menu {
    justify-content: flex-end;
  }
}
.cid-toeJhVfewL .link:hover {
  color: #ffffff;
}
.cid-toeJhVfewL .media-container-row .mbr-text {
  color: #ffffff;
}
