body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5263b8 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #303b74;
  color: #303b74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !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: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #5263b8;
}
/* 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: #5263b8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5263b8;
  border-bottom-color: #5263b8;
}
.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: #5263b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sR6epAFl5A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-sR6epAFl5A .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sR6epAFl5A nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sR6epAFl5A .container,
  .cid-sR6epAFl5A .container-fluid {
    flex-wrap: initial;
  }
  .cid-sR6epAFl5A .nav-link:hover,
  .cid-sR6epAFl5A .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sR6epAFl5A .navbar-nav {
  margin: auto;
}
.cid-sR6epAFl5A .dropdown-item {
  color: #ffffff !important;
}
.cid-sR6epAFl5A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sR6epAFl5A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sR6epAFl5A .navbar-short,
.cid-sR6epAFl5A .opened {
  background: #1a214a !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sR6epAFl5A .navbar-short .nav-link,
.cid-sR6epAFl5A .opened .nav-link,
.cid-sR6epAFl5A .navbar-short .navbar-caption,
.cid-sR6epAFl5A .opened .navbar-caption,
.cid-sR6epAFl5A .navbar-short .mbr-iconfont,
.cid-sR6epAFl5A .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sR6epAFl5A .navbar-short .hamburger span,
.cid-sR6epAFl5A .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-sR6epAFl5A .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sR6epAFl5A .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-sR6epAFl5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sR6epAFl5A .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sR6epAFl5A .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sR6epAFl5A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sR6epAFl5A .container {
  display: flex;
  margin: auto;
}
.cid-sR6epAFl5A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR6epAFl5A .dropdown-menu,
.cid-sR6epAFl5A .navbar.opened {
  background: #1a214a !important;
}
.cid-sR6epAFl5A .nav-item:focus,
.cid-sR6epAFl5A .nav-link:focus {
  outline: none;
}
.cid-sR6epAFl5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sR6epAFl5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR6epAFl5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sR6epAFl5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sR6epAFl5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR6epAFl5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR6epAFl5A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a214a;
}
.cid-sR6epAFl5A .navbar.opened {
  transition: all 0.3s;
}
.cid-sR6epAFl5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sR6epAFl5A .navbar .navbar-logo img {
  width: auto;
}
.cid-sR6epAFl5A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR6epAFl5A .navbar.collapsed {
  justify-content: center;
}
.cid-sR6epAFl5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR6epAFl5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR6epAFl5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sR6epAFl5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR6epAFl5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR6epAFl5A .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-sR6epAFl5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR6epAFl5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR6epAFl5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR6epAFl5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR6epAFl5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR6epAFl5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR6epAFl5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR6epAFl5A .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-sR6epAFl5A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sR6epAFl5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sR6epAFl5A .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR6epAFl5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sR6epAFl5A .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sR6epAFl5A .navbar.navbar-short {
  min-height: 60px;
}
.cid-sR6epAFl5A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sR6epAFl5A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sR6epAFl5A .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR6epAFl5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-sR6epAFl5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR6epAFl5A .dropdown-item.active,
.cid-sR6epAFl5A .dropdown-item:active {
  background-color: transparent;
}
.cid-sR6epAFl5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR6epAFl5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR6epAFl5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR6epAFl5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-sR6epAFl5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR6epAFl5A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR6epAFl5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sR6epAFl5A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sR6epAFl5A button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sR6epAFl5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sR6epAFl5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR6epAFl5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR6epAFl5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR6epAFl5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR6epAFl5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR6epAFl5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR6epAFl5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR6epAFl5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR6epAFl5A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sR6epAFl5A a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sR6epAFl5A .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-sR6epAFl5A .navbar {
    height: 70px;
  }
  .cid-sR6epAFl5A .navbar.opened {
    height: auto;
  }
  .cid-sR6epAFl5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rIyXqSgtJT {
  background-image: url("../../../assets/images/mbr-1920x1064.jpg");
}
.cid-rIyXqSgtJT .container-fluid {
  position: relative;
}
.cid-rIyXqSgtJT .page-title-content {
  width: 100%;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rIyXqSgtJT .page-title-content {
    text-align: center;
  }
}
.cid-rIyXqSgtJT .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyXqSgtJT a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.cid-rIyXqSgtJT a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyXqSgtJT a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rIyXqSgtJT a:hover:after,
.cid-rIyXqSgtJT a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyXqSgtJT a:hover:before,
.cid-rIyXqSgtJT a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyXqSgtJT a.text-white:hover,
.cid-rIyXqSgtJT a.text-white:focus {
  color: #ffffff !important;
}
.cid-rIyXqSgtJT .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyXr72N4e {
  background-color: #0d0f1c;
}
.cid-rIyXr72N4e .container {
  margin-right: auto !important;
  margin-left: auto !important;
}
.cid-rIyXr72N4e .image-wrapper {
  max-width: 200%;
  z-index: 1;
  position: absolute;
  top: -10%;
  left: 50%;
}
.cid-rIyXr72N4e .image-wrapper .img1 {
  max-width: 200%;
}
.cid-rIyXr72N4e .main-phrase {
  z-index: 7;
  position: relative;
  margin-bottom: 150px;
}
.cid-rIyXr72N4e .link-wrap {
  z-index: 9000;
}
.cid-rIyXr72N4e .link-wrap a {
  z-index: 9000;
}
@media (max-width: 992px) {
  .cid-rIyXr72N4e .sep {
    display: none;
  }
  .cid-rIyXr72N4e .mbr-iconfont {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-rIyXr72N4e .link-wrap {
    text-align: center;
  }
}
.cid-rIyXr72N4e a {
  display: inline-block;
  color: #ff8f00 !important;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rIyXr72N4e a:not(:first-child) {
  margin-left: 20px;
}
.cid-rIyXr72N4e a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyXr72N4e a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rIyXr72N4e a:hover:after,
.cid-rIyXr72N4e a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyXr72N4e a:hover:before,
.cid-rIyXr72N4e a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyXr72N4e .separator {
  margin-bottom: 1px;
  margin-top: 30px;
}
.cid-rIyXr72N4e .separator .sep-holder {
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-box-flex: 1;
  min-width: 10%;
}
.cid-rIyXr72N4e .separator .sep-holder .sep-line {
  border-top-width: 2px;
  border-color: #e7e7e7;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
.cid-rIyXr72N4e .mbr-iconfont {
  font-size: 2rem;
}
.cid-rIyXr72N4e .text {
  z-index: 10;
}
.cid-rIyXr72N4e .mbr-text,
.cid-rIyXr72N4e .link-wrap {
  color: #efefef;
  text-align: left;
}
.cid-sQwDuWhLul {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQwDuWhLul .mbr-text {
  color: #121212;
}
.cid-sQwDuWhLul img {
  border-radius: 50%;
}
.cid-sQwDuWhLul .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #5263b8;
}
.cid-sQwDuWhLul .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-sQwDuWhLul .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-sQwDuWhLul .card-box .awesome:hover:after,
.cid-sQwDuWhLul .card-box .awesome:focus:after {
  width: 0%;
}
.cid-sQwDuWhLul .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-sQwDuWhLul .upline .line {
  background-color: #5263b8;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-sQwDuWhLul .card-box {
    text-align: center;
  }
  .cid-sQwDuWhLul .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-sQwDuWhLul .upline {
    padding-left: 0;
  }
  .cid-sQwDuWhLul .upline .line {
    display: none;
  }
  .cid-sQwDuWhLul .awesome {
    text-align: center !important;
  }
}
.cid-sQwFxxekwq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #182128;
}
.cid-sQwFxxekwq .img-wrap .img1 {
  border: 0;
  max-height: 650px;
  display: block;
}
.cid-sQwFxxekwq .img-wrap a {
  display: inline-block;
  cursor: pointer;
}
.cid-sQwFxxekwq .img-wrap a:not(:first-child) {
  margin-left: 20px;
}
.cid-sQwFxxekwq .img-wrap a:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-sQwFxxekwq .img-wrap a:hover:after,
.cid-sQwFxxekwq .img-wrap a:focus:after {
  width: 0%;
}
.cid-sQwFxxekwq .upline {
  padding-left: 55px;
  position: relative;
}
.cid-sQwFxxekwq .upline .line {
  background-color: currentColor;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
.cid-sQwFxxekwq .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 40%;
}
.cid-sQwFxxekwq .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-sQwFxxekwq .separator .sep-holder .sep-line {
  border-color: #efefef !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #ebebeb;
  position: relative;
  top: 1px;
}
.cid-sQwFxxekwq .btn {
  padding: 0.5rem 1.4rem 0.5rem 1.4rem;
  letter-spacing: 0 !important;
  padding-bottom: 9px;
}
.cid-sQwFxxekwq .btn .mbr-iconfont {
  -webkit-box-ordinal-group: 6;
  order: 5;
  font-size: 1rem;
  padding-left: 16px;
  padding-right: 6.6px;
}
.cid-sQwFxxekwq .btn:hover span {
  color: #000000 !important;
}
.cid-sQwFxxekwq .text-icon {
  font-size: 45px !important;
}
@media (max-width: 768px) {
  .cid-sQwFxxekwq .upline {
    padding-left: 0;
  }
  .cid-sQwFxxekwq .upline .line {
    display: none;
  }
  .cid-sQwFxxekwq .mbr-iconfont {
    display: none;
  }
  .cid-sQwFxxekwq .img-wrap {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .cid-sQwFxxekwq .lefttitle {
    display: none;
  }
}
.cid-sQwFxxekwq .awesome {
  margin-bottom: 90px;
}
.cid-sQwFxxekwq a.text-white:hover,
.cid-sQwFxxekwq a.text-white:focus {
  color: #ffffff !important;
}
.cid-sQwOevrnhz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sQwOevrnhz .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sQwOevrnhz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sQwOevrnhz .row {
  padding: 0 32px;
  border-top: 1px solid #7F8678;
  border-bottom: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sQwOevrnhz .text-container {
  padding: 110px 20px 0 0;
}
@media (min-width: 992px) {
  .cid-sQwOevrnhz .text-container {
    padding: 110px 20px 110px 0;
    border-right: 1px solid #7F8678;
  }
}
.cid-sQwOevrnhz .cards-container {
  padding: 95px 0 110px;
}
@media (min-width: 992px) {
  .cid-sQwOevrnhz .cards-container {
    padding: 110px 0 110px 32px;
  }
}
.cid-sQwOevrnhz .cars-content {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sQwOevrnhz .cars-content {
    max-width: 538px;
  }
}
.cid-sQwOevrnhz .card-box {
  max-width: 830px;
}
.cid-sQwOevrnhz .item {
  display: flex;
  align-items: center;
}
.cid-sQwOevrnhz .item:not(:first-child) {
  padding-top: 67px;
}
.cid-sQwOevrnhz .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: border-box;
  border-radius: 100%;
  margin-bottom: auto;
  padding: 5px;
  min-height: 45px;
  min-width: 45px;
  margin-right: 78px;
}
.cid-sQwOevrnhz .numbering {
  color: #000000;
  font-size: 25px;
  line-height: 21px;
}
.cid-sQwOevrnhz .icon-text {
  color: #3d3d3d;
}
.cid-sQwOevrnhz .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sQwOevrnhz .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sQwOevrnhz .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sQwPXaSkgg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQwPXaSkgg img {
  width: 90%;
}
.cid-sQwPXaSkgg h3 {
  line-height: 1;
  padding-left: 3.9rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-sQwPXaSkgg h3:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sQwPXaSkgg h3::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sQwPXaSkgg h3:hover:after,
.cid-sQwPXaSkgg h3:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sQwPXaSkgg h3:hover:before,
.cid-sQwPXaSkgg h3:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sQwPXaSkgg h2 {
  padding-left: 4rem;
}
.cid-sQwPXaSkgg h2 .wrap:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 15%;
  left: -1.5rem;
  width: 70px;
  height: 2px;
}
.cid-sQwPXaSkgg .img1 {
  top: -6%;
}
@media (max-width: 1200px) {
  .cid-sQwPXaSkgg h2 .wrap::before {
    top: 12%;
    left: 0rem;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sQwPXaSkgg img {
    width: 100%;
  }
  .cid-sQwPXaSkgg .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-sQwPXaSkgg h2 {
    line-height: 3rem;
    padding-left: 0;
  }
  .cid-sQwPXaSkgg h2 .wrap::before {
    display: none;
  }
  .cid-sQwPXaSkgg h3 {
    padding-left: 15px;
  }
  .cid-sQwPXaSkgg .align-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sQwPXaSkgg h2 {
    padding-left: 0;
  }
  .cid-sQwPXaSkgg h2 .wrap::before {
    display: none;
  }
  .cid-sQwPXaSkgg h3 {
    margin: auto 0;
  }
  .cid-sQwPXaSkgg p {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cid-sQwPXaSkgg .align-left {
    padding: 1rem;
  }
  .cid-sQwPXaSkgg .icon-wrap {
    margin: auto 0;
  }
}
.cid-sQwPXaSkgg .mbr-iconfont {
  color: #5263b8;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .cid-sQwPXaSkgg .mbr-section-title {
    padding-bottom: 0 !important;
  }
  .cid-sQwPXaSkgg .mbr-section-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cid-sQwPXaSkgg .text2 {
    margin-top: 0px;
    padding-top: 8px;
  }
}
.cid-sQwQDHO7gu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffdf7;
}
.cid-sQwQDHO7gu .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sQwQDHO7gu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sQwQDHO7gu .row {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sQwQDHO7gu .row {
    flex-wrap: nowrap;
  }
}
.cid-sQwQDHO7gu .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sQwQDHO7gu .numbering {
  color: #000000;
  font-size: 80px;
}
.cid-sQwQDHO7gu .custom-svg-line path {
  stroke: #000000;
}
.cid-sQwQDHO7gu .item-img {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sQwQDHO7gu .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sQwQDHO7gu .item-img {
    padding-bottom: 50px;
  }
}
.cid-sQwQDHO7gu .image {
  display: flex;
  width: 100%;
  margin: 0 6% 0 0;
  padding: 6% 0 0 0;
}
.cid-sQwQDHO7gu .image svg {
  display: flex;
  width: 100%;
}
.cid-sQwQDHO7gu .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-sQwQDHO7gu .text-container {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-sQwQDHO7gu .text-container {
    flex-direction: column;
  }
}
.cid-sQwQDHO7gu .text-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .cid-sQwQDHO7gu .text-left {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sQwQDHO7gu .text-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-sQwQDHO7gu .text-right {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sQwQDHO7gu .text-right {
    padding-left: 0;
    padding-right: 25px;
  }
}
.cid-sQwQDHO7gu .item-text {
  padding: 0 32px;
}
@media (min-width: 992px) {
  .cid-sQwQDHO7gu .item-text {
    padding: 0 75px 0 0;
  }
}
.cid-sQwQDHO7gu .text {
  color: #3d3d3d;
}
.cid-rIyXud7wi3 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rIyXud7wi3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rIyXud7wi3 h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
  color: #9c9485;
}
.cid-rIyXud7wi3 .dragArea {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 767px) {
  .cid-rIyXud7wi3 .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rIyXud7wi3 .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rIyXud7wi3 .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rIyXud7wi3 .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rIyXud7wi3 .col,
  .cid-rIyXud7wi3 .col-lg-6 {
    max-width: 48%;
  }
  .cid-rIyXud7wi3 .form-group {
    margin-bottom: 2.5rem;
  }
  .cid-rIyXud7wi3 .form-group:last-child {
    margin-bottom: 2.8rem;
  }
  .cid-rIyXud7wi3 .dragArea {
    padding-left: 48px !important;
  }
}
@media (max-width: 992px) {
  .cid-rIyXud7wi3 .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rIyXud7wi3 .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rIyXud7wi3 label {
  margin-bottom: 0;
  padding: 10px 0 !important;
  padding-bottom: 0 !important;
}
.cid-rIyXud7wi3 .form-row {
  justify-content: space-between;
}
.cid-rIyXud7wi3 input::-webkit-input-placeholder,
.cid-rIyXud7wi3 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rIyXud7wi3 input:-moz-placeholder,
.cid-rIyXud7wi3 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rIyXud7wi3 .form-control-label {
  color: #cccccc;
  font-weight: 400;
}
.cid-rIyXud7wi3 .form-control {
  font-weight: 400;
}
.cid-rIyXud7wi3 .form-control,
.cid-rIyXud7wi3 .field-input {
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rIyXud7wi3 .form-control:focus,
.cid-rIyXud7wi3 .field-input:focus {
  color: #000000 !important;
}
.cid-rIyXud7wi3 .form-control:hover,
.cid-rIyXud7wi3 .field-input:hover {
  color: #000000 !important;
}
.cid-rIyXud7wi3 .form-control input::-webkit-input-placeholder,
.cid-rIyXud7wi3 .field-input input::-webkit-input-placeholder,
.cid-rIyXud7wi3 .form-control textarea::-webkit-input-placeholder,
.cid-rIyXud7wi3 .field-input textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rIyXud7wi3 .form-control input:-moz-placeholder,
.cid-rIyXud7wi3 .field-input input:-moz-placeholder,
.cid-rIyXud7wi3 .form-control textarea:-moz-placeholder,
.cid-rIyXud7wi3 .field-input textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rIyXud7wi3 .form-control:hover,
.cid-rIyXud7wi3 .field-input:hover,
.cid-rIyXud7wi3 .form-control:focus,
.cid-rIyXud7wi3 .field-input:focus {
  background-color: #ffffff;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rIyXud7wi3 .form-control:hover input::-webkit-input-placeholder,
.cid-rIyXud7wi3 .field-input:hover input::-webkit-input-placeholder,
.cid-rIyXud7wi3 .form-control:focus input::-webkit-input-placeholder,
.cid-rIyXud7wi3 .field-input:focus input::-webkit-input-placeholder,
.cid-rIyXud7wi3 .form-control:hover textarea::-webkit-input-placeholder,
.cid-rIyXud7wi3 .field-input:hover textarea::-webkit-input-placeholder,
.cid-rIyXud7wi3 .form-control:focus textarea::-webkit-input-placeholder,
.cid-rIyXud7wi3 .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-rIyXud7wi3 .form-control:hover input:-moz-placeholder,
.cid-rIyXud7wi3 .field-input:hover input:-moz-placeholder,
.cid-rIyXud7wi3 .form-control:focus input:-moz-placeholder,
.cid-rIyXud7wi3 .field-input:focus input:-moz-placeholder,
.cid-rIyXud7wi3 .form-control:hover textarea:-moz-placeholder,
.cid-rIyXud7wi3 .field-input:hover textarea:-moz-placeholder,
.cid-rIyXud7wi3 .form-control:focus textarea:-moz-placeholder,
.cid-rIyXud7wi3 .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-rIyXud7wi3 .jq-number__spin:hover,
.cid-rIyXud7wi3 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rIyXud7wi3 .jq-number__spin {
  background-color: transparent;
  border-color: #343434;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rIyXud7wi3 .jq-selectbox li,
.cid-rIyXud7wi3 .jq-selectbox li {
  background-color: transparent;
  color: #000000;
}
.cid-rIyXud7wi3 .jq-selectbox li:hover,
.cid-rIyXud7wi3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rIyXud7wi3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rIyXud7wi3 .jq-number__spin.minus:hover:after,
.cid-rIyXud7wi3 .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-rIyXud7wi3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rIyXud7wi3 .jq-number__spin.minus:after,
.cid-rIyXud7wi3 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rIyXud7wi3 input::-webkit-clear-button {
  display: none;
}
.cid-rIyXud7wi3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-rIyXud7wi3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-rIyXud7wi3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rIyXud7wi3 p {
  line-height: 1.5 !important;
}
.cid-rIyXud7wi3 .exemail {
  color: #121212;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cid-rIyXud7wi3 .exemail::after {
  background-color: currentColor;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.cid-rIyXud7wi3 .exemail::after:hover {
  width: 1000%;
}
.cid-rIyXud7wi3 textarea {
  min-height: 192px;
  padding: 20px 0;
}
.cid-rIyXud7wi3 .btn {
  padding: 0.4rem 1rem !important;
  border-width: 2px !important;
  margin-left: 0 !important;
}
.cid-rIyXud7wi3 .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  transform: none;
  transition: all 0.2s ease-in-out;
}
.cid-rIyXud7wi3 .btn:hover a {
  color: #ffffff !important;
}
.cid-rIyXud7wi3 .btn:hover span {
  color: #ffffff !important;
}
.cid-rIyXud7wi3 .jq-selectbox__trigger-arrow {
  top: 80% !important;
  right: 0px !important;
}
.cid-rIyXud7wi3 select {
  font-weight: 400 !important;
}
.cid-rIyXvEz5Ak {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0d0f1c;
}
.cid-rIyXvEz5Ak .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyXvEz5Ak p {
    text-align: center;
  }
  .cid-rIyXvEz5Ak .row {
    justify-content: center;
  }
}
