.btn {
  border-radius: 80px;
}
body {
  font-family: 'Oxygen', sans-serif;
}
.display-1 {
  font-family: 'Typo3-Medium';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Mukta', sans-serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Mukta', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #a19e9c !important;
}
.bg-info {
  background-color: #52586a !important;
}
.bg-warning {
  background-color: #909190 !important;
}
.bg-danger {
  background-color: #9d9690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #52586a !important;
  border-color: #52586a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a19e9c !important;
  border-color: #a19e9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #767370 !important;
  border-color: #767370 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #767370 !important;
  border-color: #767370 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #909190 !important;
  border-color: #909190 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3843c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #252c83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #52586a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c2f39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #52586a !important;
  border-color: #52586a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a19e9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #767370 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a19e9c !important;
  border-color: #a19e9c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #909190;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #656665 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #909190 !important;
  border-color: #909190 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d9690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #726b64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #111213 !important;
}
.text-secondary {
  color: #3843c7 !important;
}
.text-success {
  color: #a19e9c !important;
}
.text-info {
  color: #52586a !important;
}
.text-warning {
  color: #909190 !important;
}
.text-danger {
  color: #9d9690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3843c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a19e9c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52586a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909190 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d9690 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #52586a;
}
.alert-warning {
  background-color: #909190;
}
.alert-danger {
  background-color: #9d9690;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dfdedd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9198aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d6d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #111213;
}
/* Forms */
.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: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #111213;
  border-bottom-color: #111213;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #111213 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3843c7 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23111213' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  position: relative !important;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  position: absolute !important;
}
.cid-sPvmfwp2Vt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #111213;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #67696e;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .btn {
  border-radius: 1000px !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-tlhLhr6PU7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tlhLhr6PU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlhLhr6PU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlhLhr6PU7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlhLhr6PU7 img {
  border-radius: 2rem;
}
.cid-tlhLhr6PU7 .row {
  flex-direction: row-reverse;
}
.cid-tlhLhr6PU7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tlhLhr6PU7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlhLhr6PU7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlhLhr6PU7 .mbr-section-title {
  color: #111213;
  text-align: center;
}
.cid-tlhLhr6PU7 .mbr-text,
.cid-tlhLhr6PU7 .mbr-section-btn {
  color: #111213;
  text-align: center;
}
.cid-tld2ihx4og {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tld2ihx4og .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tld2ihx4og .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tld2ihx4og .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-tld2ihx4og .desc {
  color: #111213;
}
.cid-tld2ihx4og .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tld2ihx4og .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tld2ihx4og .name {
  margin-bottom: 20px;
}
.cid-tld2ihx4og .price {
  width: auto;
  display: inline;
}
.cid-tld2ihx4og .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tld2ihx4og .plus1 {
  display: inline;
  width: auto;
  color: #5ec049;
}
.cid-tld2ihx4og .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-tld2ihx4og .new-price {
  width: auto;
  display: inline;
}
.cid-tld2ihx4og .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-tld2ihx4og .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tld2ihx4og .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tld2ihx4og .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tld2ihx4og .plus {
  color: #52586a;
}
.cid-tld2ihx4og .desc,
.cid-tld2ihx4og .plus {
  display: inline-block;
  width: auto;
}
.cid-tld2ihx4og .mbr-text,
.cid-tld2ihx4og .mbr-section-btn {
  color: #52586a;
}
.cid-tld2ihx4og .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tld2ihx4og .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tld2ihx4og .name,
.cid-tld2ihx4og .card,
.cid-tld2ihx4og .price-line {
  color: #111213;
}
.cid-tle8wri6Gn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tle8wri6Gn .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tle8wri6Gn .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tle8wri6Gn .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-tle8wri6Gn .desc {
  color: #111213;
}
.cid-tle8wri6Gn .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tle8wri6Gn .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tle8wri6Gn .name {
  margin-bottom: 20px;
}
.cid-tle8wri6Gn .price {
  width: auto;
  display: inline;
}
.cid-tle8wri6Gn .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tle8wri6Gn .plus1 {
  display: inline;
  width: auto;
  color: #5ec049;
}
.cid-tle8wri6Gn .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-tle8wri6Gn .new-price {
  width: auto;
  display: inline;
}
.cid-tle8wri6Gn .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-tle8wri6Gn .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tle8wri6Gn .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tle8wri6Gn .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tle8wri6Gn .plus {
  color: #52586a;
}
.cid-tle8wri6Gn .desc,
.cid-tle8wri6Gn .plus {
  display: inline-block;
  width: auto;
}
.cid-tle8wri6Gn .mbr-text,
.cid-tle8wri6Gn .mbr-section-btn {
  color: #52586a;
}
.cid-tle8wri6Gn .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tle8wri6Gn .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tle8wri6Gn .row {
  flex-direction: row-reverse;
}
.cid-tle8wri6Gn .name,
.cid-tle8wri6Gn .card,
.cid-tle8wri6Gn .price-line {
  color: #111213;
}
.cid-tle8xhvgpf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tle8xhvgpf .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tle8xhvgpf .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tle8xhvgpf .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-tle8xhvgpf .desc {
  color: #111213;
}
.cid-tle8xhvgpf .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tle8xhvgpf .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tle8xhvgpf .name {
  margin-bottom: 20px;
}
.cid-tle8xhvgpf .price {
  width: auto;
  display: inline;
}
.cid-tle8xhvgpf .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tle8xhvgpf .plus1 {
  display: inline;
  width: auto;
  color: #5ec049;
}
.cid-tle8xhvgpf .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-tle8xhvgpf .new-price {
  width: auto;
  display: inline;
}
.cid-tle8xhvgpf .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-tle8xhvgpf .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tle8xhvgpf .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tle8xhvgpf .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tle8xhvgpf .plus {
  color: #52586a;
}
.cid-tle8xhvgpf .desc,
.cid-tle8xhvgpf .plus {
  display: inline-block;
  width: auto;
}
.cid-tle8xhvgpf .mbr-text,
.cid-tle8xhvgpf .mbr-section-btn {
  color: #52586a;
}
.cid-tle8xhvgpf .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tle8xhvgpf .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tle8xhvgpf .name,
.cid-tle8xhvgpf .card,
.cid-tle8xhvgpf .price-line {
  color: #111213;
}
.cid-tldbENFXJM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tldbENFXJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tldbENFXJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tldbENFXJM .row {
  justify-content: flex-start;
}
.cid-tldbENFXJM .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tldbENFXJM .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tldbENFXJM .mbr-section-btn {
  margin-top: 20px;
}
.cid-tldbqDhTp6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tldbqDhTp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tldbqDhTp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tldbqDhTp6 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tldbqDhTp6 .container {
    padding: 0 50px !important;
  }
}
.cid-tldbqDhTp6 .row {
  align-items: stretch;
}
.cid-tldbqDhTp6 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tldbqDhTp6 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tldbqDhTp6 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tldbqDhTp6 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tldbqDhTp6 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tldbqDhTp6 .card-title {
    text-align: center;
  }
}
.cid-tldbqDhTp6 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tldbqDhTp6 .mbr-text {
    text-align: center;
  }
}
.cid-tldbqDhTp6 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tldbqDhTp6 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tldbqDhTp6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tldbqDhTp6 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tldbqDhTp6 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tldbqDhTp6 .image-wrapper {
    padding-right: 0;
  }
}
.cid-tldbqDhTp6 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #5ec049;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tldbqDhTp6 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tldbqDhTp6 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-uzU5AEMUDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzU5AEMUDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzU5AEMUDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzU5AEMUDD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzU5AEMUDD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .container {
    padding: 0 16px;
  }
}
.cid-uzU5AEMUDD .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzU5AEMUDD .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .image-wrapper img {
    height: 350px;
  }
}
.cid-uzU5AEMUDD .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .content-wrapper {
    margin: 0;
  }
}
.cid-uzU5AEMUDD .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uzU5AEMUDD .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uzU5AEMUDD .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uzU5AEMUDD .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uzU5AEMUDD .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uzU5AEMUDD .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uzU5AEMUDD .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #ffffff !important;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-control:hover,
.cid-uzU5AEMUDD .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-control::placeholder {
  color: #111213;
  opacity: .7;
}
.cid-uzU5AEMUDD .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-check .form-check-input {
  background-color: #52586a;
  border-color: #111213;
  border-radius: 0;
}
.cid-uzU5AEMUDD .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #111213;
}
.cid-uzU5AEMUDD .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uzU5AEMUDD .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uzU5AEMUDD .mbr-section-title {
  color: #1c1c1c;
}
.cid-uzU5AEMUDD .mbr-desc {
  color: #1c1c1c;
}
.cid-uzU5AEMUDD .mbr-text {
  color: #1c1c1c;
}
.cid-tlhSypIKbZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tlhSypIKbZ .l {
  display: inline !important;
}
.cid-tlhSypIKbZ .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tlhSypIKbZ .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tlhSypIKbZ .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tlhSypIKbZ .social-list {
  width: auto;
}
.cid-tlhSypIKbZ .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-tlhSypIKbZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tlhSypIKbZ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tlhSypIKbZ .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-tlhSypIKbZ .social-list {
    text-align: center !important;
  }
}
.cid-tlhSypIKbZ .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tlhSypIKbZ a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-tlhSypIKbZ a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tlhSypIKbZ a.nav-link:hover {
  color: #111213 !important;
}
.cid-tlhSypIKbZ .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-tlhSypIKbZ .nav-link {
  font-weight: 600 !important;
}
.cid-tlhSypIKbZ .inner1 {
  width: auto;
}
.cid-tlhSypIKbZ .mbr-text {
  color: #52586a;
}
.cid-tlhSypIKbZ .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-tlhSypIKbZ a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-tlhSypIKbZ .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-tlhSypIKbZ .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-tlhSypIKbZ .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-tlhSypIKbZ .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-tlhSypIKbZ .mbr-section-title,
.cid-tlhSypIKbZ .social-media {
  text-align: center;
  color: #111213;
}
