body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Arimo', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Arimo', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5d76b4 !important;
}
.bg-success {
  background-color: #37c5ab !important;
}
.bg-info {
  background-color: #796eff !important;
}
.bg-warning {
  background-color: #fd612c !important;
}
.bg-danger {
  background-color: #1a4902 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(93, 118, 180, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #5d76b4 !important;
  border-color: #5d76b4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #465e98 !important;
  border-color: #465e98 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #465e98 !important;
  border-color: #465e98 !important;
}
.btn-primary:before {
  background: #5d76b4;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #5d76b4 !important;
  box-shadow: 0 15px 30px 0 rgba(93, 118, 180, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(39, 50, 64, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273240 !important;
  border-color: #273240 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #141920 !important;
  border-color: #141920 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #141920 !important;
  border-color: #141920 !important;
}
.btn-secondary:before {
  background: #273240;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #273240 !important;
  box-shadow: 0 15px 30px 0 rgba(39, 50, 64, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #796eff !important;
  border-color: #796eff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4a3bff !important;
  border-color: #4a3bff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a3bff !important;
  border-color: #4a3bff !important;
}
.btn-info:before {
  background: #796eff;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #796eff !important;
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(55, 197, 171, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2c9d88 !important;
  border-color: #2c9d88 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c9d88 !important;
  border-color: #2c9d88 !important;
}
.btn-success:before {
  background: #37c5ab;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #37c5ab !important;
  box-shadow: 0 15px 30px 0 rgba(55, 197, 171, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #fd612c !important;
  border-color: #fd612c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f44002 !important;
  border-color: #f44002 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f44002 !important;
  border-color: #f44002 !important;
}
.btn-warning:before {
  background: #fd612c;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #fd612c !important;
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(26, 73, 2, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #1a4902 !important;
  border-color: #1a4902 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #081701 !important;
  border-color: #081701 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #081701 !important;
  border-color: #081701 !important;
}
.btn-danger:before {
  background: #1a4902;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #1a4902 !important;
  box-shadow: 0 15px 30px 0 rgba(26, 73, 2, 0.15);
}
.btn-white {
  color: #5d76b4 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(93, 118, 180, 0.15);
}
.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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #5d76b4;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #5d76b4 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5d76b4;
  color: #5d76b4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #5d76b4 !important;
  border-color: #5d76b4 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d76b4 !important;
  border-color: #5d76b4 !important;
}
.btn-primary-outline:before {
  background: #5d76b4;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(93, 118, 180, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #273240;
  color: #273240;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #273240 !important;
  border-color: #273240 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273240 !important;
  border-color: #273240 !important;
}
.btn-secondary-outline:before {
  background: #273240;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(39, 50, 64, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #796eff;
  color: #796eff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-info-outline:before {
  background: #796eff;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #37c5ab;
  color: #37c5ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-success-outline:before {
  background: #37c5ab;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(55, 197, 171, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd612c;
  color: #fd612c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #fd612c !important;
  border-color: #fd612c !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd612c !important;
  border-color: #fd612c !important;
}
.btn-warning-outline:before {
  background: #fd612c;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a4902;
  color: #1a4902;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #1a4902 !important;
  border-color: #1a4902 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a4902 !important;
  border-color: #1a4902 !important;
}
.btn-danger-outline:before {
  background: #1a4902;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 73, 2, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #5d76b4 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #5d76b4 !important;
}
.text-secondary {
  color: #273240 !important;
}
.text-success {
  color: #37c5ab !important;
}
.text-info {
  color: #796eff !important;
}
.text-warning {
  color: #fd612c !important;
}
.text-danger {
  color: #1a4902 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #364875 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #217566 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b08ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c13202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #5d76b4;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #796eff;
}
.alert-warning {
  background-color: #fd612c;
}
.alert-danger {
  background-color: #1a4902;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d76b4;
  border-color: #5d76b4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #5d76b4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4c0dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99e3d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #79fa37;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5d76b4;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d76b4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d76b4;
}
.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: #5d76b4;
  border-bottom-color: #5d76b4;
}
.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: #5d76b4 !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: #273240 !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='%235d76b4' %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;
}
a.btn-white {
  color: #5d76b4 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(93, 118, 180, 0.6);
}
.mbr-arrow-up a:hover {
  background: #5d76b4;
}
.cid-sjZa41BRTc {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #3f8f17;
  background: linear-gradient(to right bottom, rgba(63, 143, 23, 0.8), #1a4902);
}
.cid-sjZa41BRTc .mbr-overlay {
  background: #ffffff;
}
.cid-sjZa41BRTc .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sjZa41BRTc .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sjZa41BRTc .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sjZa41BRTc .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sjZa41BRTc .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sjZa41BRTc .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sjZa41BRTc .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sjZa41BRTc .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sjZa41BRTc .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sjZa41BRTc .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sjZa41BRTc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZa41BRTc .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sjZa41BRTc .image__block {
    margin-bottom: -100px;
  }
}
.cid-v0bd2fADIg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bd2fADIg .mbr-section-subtitle {
  color: #14191e;
}
.cid-v0bd2fADIg .mbr-text {
  color: #777777;
}
.cid-v0bd2fADIg ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0bd2fADIg ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0bd2fADIg ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d76b4;
  width: 25px;
  height: 25px;
}
.cid-v0bd2fADIg .mbr-list {
  color: #5d76b4;
}
.cid-v0bcDt2Nlg {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #326f13;
}
.cid-v0bcDt2Nlg .card-wrapper {
  background: #fbfdff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v0bcDt2Nlg .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bcDt2Nlg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0bcDt2Nlg .mbr-text {
  color: #000000;
}
.cid-v0bcDt2Nlg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0bcDt2Nlg .mbr-section-title {
  color: #000000;
}
.cid-sjZacRyw9F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sjZacRyw9F .title_block {
  margin-bottom: 80px;
}
.cid-sjZacRyw9F .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sjZacRyw9F .mbr-section-title,
.cid-sjZacRyw9F .card-title {
  color: #051441;
}
.cid-sjZacRyw9F .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZacRyw9F .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sjZacRyw9F .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(93, 118, 180, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #5d76b4;
}
.cid-sjZacRyw9F .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-sjZacRyw9F .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-sjZacRyw9F .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-sjZacRyw9F .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sjZacRyw9F .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sjZacRyw9F .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sjZacRyw9F .card-title {
  margin-bottom: 20px;
}
.cid-sjZacRyw9F .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sjZacRyw9F .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sjZacRyw9F .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZacRyw9F .btn_link:hover {
  cursor: pointer;
}
.cid-sjZacRyw9F .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-sjZacRyw9F .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sjZacRyw9F .title_block {
    margin-bottom: 40px;
  }
  .cid-sjZacRyw9F .card {
    text-align: center;
  }
  .cid-sjZacRyw9F .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sjZacRyw9F .mbr-section-title {
  color: #000000;
}
.cid-sjZacRyw9F .card-title,
.cid-sjZacRyw9F .icon_block {
  color: #000000;
}
.cid-sjZacRyw9F .card-text,
.cid-sjZacRyw9F .btn_link {
  color: #6a7c92;
}
.cid-sjZafo50UU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjZafo50UU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZafo50UU .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sjZafo50UU .mbr-text {
  margin-bottom: 50px;
}
.cid-sjZafo50UU .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sjZafo50UU .item:nth-child(1) .iconfont-wrapper {
  background-color: #f4f3ff;
}
.cid-sjZafo50UU .item:nth-child(1) .mbr-iconfont {
  color: #796eff;
}
.cid-sjZafo50UU .item:nth-child(2) .iconfont-wrapper {
  background-color: #fff1ec;
}
.cid-sjZafo50UU .item:nth-child(2) .mbr-iconfont {
  color: #fd612c;
}
.cid-sjZafo50UU .item:nth-child(3) .iconfont-wrapper {
  background-color: #61f914;
}
.cid-sjZafo50UU .item:nth-child(3) .mbr-iconfont {
  color: #1a4902;
}
.cid-sjZafo50UU .item:nth-child(4) .iconfont-wrapper {
  background-color: #e1e6f1;
}
.cid-sjZafo50UU .item:nth-child(4) .mbr-iconfont {
  color: #5d76b4;
}
.cid-sjZafo50UU .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sjZafo50UU .card_info {
  display: inline-block;
}
.cid-sjZafo50UU .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-sjZafo50UU .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sjZafo50UU .card_title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-sjZafo50UU .card_text {
  margin-bottom: 0;
}
.cid-sjZafo50UU .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sjZafo50UU .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjZafo50UU .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sjZafo50UU .card_title {
    margin-bottom: 10px;
  }
  .cid-sjZafo50UU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sjZafo50UU .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sjZafo50UU .mbr-text,
.cid-sjZafo50UU .mbr-section-btn {
  color: #000000;
}
.cid-v0bu9qz935 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0bu9qz935 .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-v0bu9qz935 .row-bg {
  align-items: center;
  background: #1a4902;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0bu9qz935 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v0bu9qz935 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v0bu9qz935 img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-v0bu9qz935 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v0bu9qz935 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bu9qz935 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bu9qz935 .mbr-text,
.cid-v0bu9qz935 .mbr-section-btn {
  color: #ffffff;
}
.cid-sjZahFaIvB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjZahFaIvB .title_block {
  margin-bottom: 80px;
}
.cid-sjZahFaIvB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sjZahFaIvB .mbr-section-title {
  color: #000000;
}
.cid-sjZahFaIvB .image img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZahFaIvB .mbr-text {
  margin-top: 30px;
}
.cid-sjZahFaIvB .nav-tabs .nav-item.open .nav-link:focus,
.cid-sjZahFaIvB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sjZahFaIvB .nav-tabs {
  border: none;
}
.cid-sjZahFaIvB .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-sjZahFaIvB .nav-tabs .nav-link {
  background-color: #eceeec !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #273240 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZahFaIvB .nav-tabs .nav-link.active {
  background-color: #5d76b4 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-sjZahFaIvB .nav-tabs .nav-link:hover {
  background-color: #5d76b4 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-sjZahFaIvB .nav-tabs .nav-link strong,
.cid-sjZahFaIvB .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-sjZahFaIvB .title_block {
    margin-bottom: 40px;
  }
  .cid-sjZahFaIvB .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sjZahFaIvB .mbr-text {
    margin-top: 20px;
  }
}
.cid-v0bdnYflsm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0bdnYflsm .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0bdnYflsm .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0bdnYflsm .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v0bdnYflsm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v0bdnYflsm .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v0bdnYflsm .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v0bdnYflsm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v0bdnYflsm .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0bdnYflsm .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bdnYflsm .wrapp {
    padding: 1rem;
  }
}
.cid-v0bdnYflsm H3 {
  color: #000000;
}
.cid-v0bdnYflsm .mbr-text,
.cid-v0bdnYflsm .mbr-section-btn {
  color: #000000;
}
.cid-v0bbf5bfsN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v0bbf5bfsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bbf5bfsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bbf5bfsN .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v0bbf5bfsN .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v0bbf5bfsN .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0bbf5bfsN .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0bbf5bfsN .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v0bbf5bfsN .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0bbf5bfsN .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0bbf5bfsN .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .decoration_1 {
    left: -380px;
  }
}
.cid-v0bbf5bfsN .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v0bbf5bfsN .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0bbf5bfsN .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0bbf5bfsN .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .decoration_2 {
    right: -380px;
  }
}
.cid-v0bbf5bfsN .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v0bbf5bfsN .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v0bbf5bfsN .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0bbf5bfsN .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v0bbf5bfsN .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v0bbf5bfsN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0bbf5bfsN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .item {
    margin-bottom: 16px;
  }
}
.cid-v0bbf5bfsN .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #2e4785;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #326f13;
  border: 1px solid #2e4785;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0bbf5bfsN .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-v0bbf5bfsN .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-v0bbf5bfsN .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v0bbf5bfsN .mbr-section-title {
  color: #181824;
}
.cid-v0bbf5bfsN .mbr-section-title,
.cid-v0bbf5bfsN .icon-wrapper {
  text-align: center;
}
.cid-v0bbf5bfsN .item-label {
  color: #49496d;
}
.cid-v0bbf5bfsN .item-title {
  color: #181824;
}
.cid-v0bbf5bfsN .item-text {
  color: #ffffff;
}
.cid-sjZaki2L0b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjZaki2L0b nav.navbar {
  position: fixed;
}
.cid-sjZaki2L0b .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sjZaki2L0b .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sjZaki2L0b .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sjZaki2L0b .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sjZaki2L0b .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sjZaki2L0b .dropdown-item:hover,
.cid-sjZaki2L0b .dropdown-item:focus {
  background: rgba(93, 118, 180, 0.1) !important;
  color: #5d76b4 !important;
}
.cid-sjZaki2L0b .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sjZaki2L0b .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sjZaki2L0b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sjZaki2L0b .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sjZaki2L0b .nav-link:hover {
  color: #5d76b4 !important;
}
.cid-sjZaki2L0b .container {
  display: flex;
  margin: auto;
}
.cid-sjZaki2L0b .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sjZaki2L0b .dropdown-menu,
.cid-sjZaki2L0b .navbar.opened {
  background: #ffffff !important;
}
.cid-sjZaki2L0b .nav-item:focus,
.cid-sjZaki2L0b .nav-link:focus {
  outline: none;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjZaki2L0b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjZaki2L0b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sjZaki2L0b .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjZaki2L0b .navbar.opened {
  transition: all 0.3s;
}
.cid-sjZaki2L0b .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sjZaki2L0b .navbar .navbar-logo img {
  width: auto;
}
.cid-sjZaki2L0b .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar.collapsed {
  justify-content: center;
}
.cid-sjZaki2L0b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjZaki2L0b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sjZaki2L0b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sjZaki2L0b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sjZaki2L0b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjZaki2L0b .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sjZaki2L0b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjZaki2L0b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjZaki2L0b .navbar .navbar-buttons,
  .cid-sjZaki2L0b .navbar .icons-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sjZaki2L0b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjZaki2L0b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjZaki2L0b .dropdown-item.active,
.cid-sjZaki2L0b .dropdown-item:active {
  background-color: transparent;
}
.cid-sjZaki2L0b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjZaki2L0b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjZaki2L0b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjZaki2L0b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjZaki2L0b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sjZaki2L0b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjZaki2L0b .navbar {
    height: 70px;
  }
  .cid-sjZaki2L0b .navbar.opened {
    height: auto;
  }
  .cid-sjZaki2L0b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjZtiNyzQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjZtiNyzQ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZtiNyzQ6 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sjZtiNyzQ6 .mbr-text {
  margin-bottom: 30px;
}
.cid-sjZtiNyzQ6 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sjZtiNyzQ6 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sjZtiNyzQ6 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sjZtiNyzQ6 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZtiNyzQ6 .btn_link:hover {
  cursor: pointer;
}
.cid-sjZtiNyzQ6 .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-sjZtiNyzQ6 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sjZtiNyzQ6 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjZtiNyzQ6 .text-wrapper {
    text-align: center;
  }
  .cid-sjZtiNyzQ6 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sjZtiNyzQ6 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZtiNyzQ6 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sjZtiNyzQ6 .card-title,
.cid-sjZtiNyzQ6 .icon_block {
  color: #000000;
}
.cid-sjZtiNyzQ6 .mbr-text,
.cid-sjZtiNyzQ6 .btn_link {
  color: #000000;
}
.cid-v0bcaRrwoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bcaRrwoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bcaRrwoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0bcaRrwoe .container {
    padding: 0 24px;
  }
}
.cid-v0bcaRrwoe .row {
  justify-content: center;
  border-top: 1px solid #326f13;
}
@media (min-width: 992px) {
  .cid-v0bcaRrwoe .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .row {
    border: none;
  }
}
.cid-v0bcaRrwoe .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .row .item {
    padding: 0 16px;
  }
}
.cid-v0bcaRrwoe .item-wrapper {
  height: 100%;
}
.cid-v0bcaRrwoe .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0bcaRrwoe .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .subtitle-wrap {
    display: block;
  }
}
.cid-v0bcaRrwoe .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #326f13;
    text-align: left;
  }
}
.cid-v0bcaRrwoe .content-wrapper {
  padding: 32px;
  border-left: 1px solid #326f13;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .content-wrapper {
    padding: 24px;
    border-top: 1px solid #326f13;
    border-left: 1px solid #326f13;
  }
}
.cid-v0bcaRrwoe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0bcaRrwoe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v0bcaRrwoe .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0bcaRrwoe .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v0bcaRrwoe .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0bcaRrwoe .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v0bcaRrwoe .mbr-text {
  color: #000000;
}
.cid-v0bcaRrwoe .mbr-section-title,
.cid-v0bcaRrwoe .mbr-section-btn {
  color: #000000;
}
.cid-v0bwP12kWS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bwP12kWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bwP12kWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bwP12kWS .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0bwP12kWS .card-wrapper {
    padding: 20px;
  }
}
.cid-v0bwP12kWS .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0bwP12kWS .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bwP12kWS .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0bwP12kWS .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bwP12kWS .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v0bwP12kWS .mbr-section-title,
.cid-v0bwP12kWS .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-sjZasylfky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-to-do-before-a-dentist-appointment-7.png-1563x908.png");
}
.cid-sjZasylfky .footer_col_logo {
  width: 40%;
}
.cid-sjZasylfky .footer_col {
  width: 20%;
}
.cid-sjZasylfky .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e4785;
}
.cid-sjZasylfky .logo_wrap {
  max-width: 20%;
}
.cid-sjZasylfky .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sjZasylfky .brand_name {
  color: #ffffff;
}
.cid-sjZasylfky .contacts {
  margin-top: 46px;
}
.cid-sjZasylfky .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sjZasylfky .contacts b {
  color: #ffffff;
}
.cid-sjZasylfky .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #2e4785;
}
.cid-sjZasylfky .item-wrap {
  line-height: 44px;
}
.cid-sjZasylfky .text-white {
  color: #a99fc5 !important;
}
.cid-sjZasylfky .text-white:hover {
  color: #ffffff !important;
}
.cid-sjZasylfky .item-wrap a,
.cid-sjZasylfky .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZasylfky .item-wrap a:before,
.cid-sjZasylfky .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sjZasylfky .item-wrap a:hover::before,
.cid-sjZasylfky .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sjZasylfky .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-sjZasylfky .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sjZasylfky .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjZasylfky .footer_col_logo {
    width: 100%;
  }
  .cid-sjZasylfky .footer_col {
    width: 33.3%;
  }
  .cid-sjZasylfky .image {
    margin-bottom: 40px;
  }
  .cid-sjZasylfky .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sjZasylfky .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sjZasylfky .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sjZasylfky .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sjZasylfky .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sjZasylfky .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-sjZasylfky .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-sjZasylfky .contacts_mail {
  color: #ffffff;
}
.cid-sjZasLTRou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #326f13;
}
.cid-sjZasLTRou .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sjZasLTRou .text-white {
  color: #a99fc5 !important;
}
.cid-sjZasLTRou .text-white:hover {
  color: #ffffff !important;
}
.cid-sjZasLTRou .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjZasLTRou .foot-menu li {
  padding: 10px;
}
.cid-sjZasLTRou .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZasLTRou .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sjZasLTRou .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sjZasLTRou .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sjZasLTRou .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sjZasLTRou .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sjZasLTRou .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-sjZasLTRou .social-list a:hover {
  opacity: 1;
}
.cid-sjZasLTRou .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjZasLTRou .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sjZasLTRou .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-v0bx7Xgfzw {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #3f8f17;
  background: linear-gradient(to right bottom, rgba(63, 143, 23, 0.8), #1a4902);
}
.cid-v0bx7Xgfzw .mbr-overlay {
  background: #ffffff;
}
.cid-v0bx7Xgfzw .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0bx7Xgfzw .mbr-section-title {
  margin-bottom: 27px;
}
.cid-v0bx7Xgfzw .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-v0bx7Xgfzw .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-v0bx7Xgfzw .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v0bx7Xgfzw .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-v0bx7Xgfzw .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-v0bx7Xgfzw .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-v0bx7Xgfzw .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-v0bx7Xgfzw .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-v0bx7Xgfzw .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0bx7Xgfzw .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-v0bx7Xgfzw .image__block {
    margin-bottom: -100px;
  }
}
.cid-v0bx7YLATX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bx7YLATX .card-wrapper {
  background: #fbfdff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v0bx7YLATX .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bx7YLATX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0bx7YLATX .mbr-text {
  color: #000000;
}
.cid-v0bx7YLATX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0bx7YLATX .mbr-section-title {
  color: #000000;
}
.cid-v0bx83xq1n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0bx83xq1n nav.navbar {
  position: fixed;
}
.cid-v0bx83xq1n .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v0bx83xq1n .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v0bx83xq1n .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v0bx83xq1n .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v0bx83xq1n .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v0bx83xq1n .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v0bx83xq1n .dropdown-item:hover,
.cid-v0bx83xq1n .dropdown-item:focus {
  background: rgba(93, 118, 180, 0.1) !important;
  color: #5d76b4 !important;
}
.cid-v0bx83xq1n .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v0bx83xq1n .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v0bx83xq1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v0bx83xq1n .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v0bx83xq1n .nav-link:hover {
  color: #5d76b4 !important;
}
.cid-v0bx83xq1n .container {
  display: flex;
  margin: auto;
}
.cid-v0bx83xq1n .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v0bx83xq1n .dropdown-menu,
.cid-v0bx83xq1n .navbar.opened {
  background: #ffffff !important;
}
.cid-v0bx83xq1n .nav-item:focus,
.cid-v0bx83xq1n .nav-link:focus {
  outline: none;
}
.cid-v0bx83xq1n .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v0bx83xq1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0bx83xq1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0bx83xq1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0bx83xq1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0bx83xq1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0bx83xq1n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-v0bx83xq1n .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-v0bx83xq1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0bx83xq1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0bx83xq1n .navbar.opened {
  transition: all 0.3s;
}
.cid-v0bx83xq1n .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v0bx83xq1n .navbar .navbar-logo img {
  width: auto;
}
.cid-v0bx83xq1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0bx83xq1n .navbar.collapsed {
  justify-content: center;
}
.cid-v0bx83xq1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0bx83xq1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0bx83xq1n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0bx83xq1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0bx83xq1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0bx83xq1n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v0bx83xq1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0bx83xq1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0bx83xq1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0bx83xq1n .navbar .dropdown-menu {
    display: none;
  }
  .cid-v0bx83xq1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0bx83xq1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0bx83xq1n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v0bx83xq1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0bx83xq1n .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v0bx83xq1n .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v0bx83xq1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0bx83xq1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0bx83xq1n .navbar .navbar-buttons,
  .cid-v0bx83xq1n .navbar .icons-menu {
    display: none;
  }
  .cid-v0bx83xq1n .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v0bx83xq1n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0bx83xq1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0bx83xq1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0bx83xq1n .dropdown-item.active,
.cid-v0bx83xq1n .dropdown-item:active {
  background-color: transparent;
}
.cid-v0bx83xq1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0bx83xq1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0bx83xq1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0bx83xq1n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0bx83xq1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0bx83xq1n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0bx83xq1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v0bx83xq1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0bx83xq1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bx83xq1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bx83xq1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0bx83xq1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bx83xq1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0bx83xq1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0bx83xq1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bx83xq1n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0bx83xq1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0bx83xq1n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0bx83xq1n .navbar {
    height: 70px;
  }
  .cid-v0bx83xq1n .navbar.opened {
    height: auto;
  }
  .cid-v0bx83xq1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0bx87DMNT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bx87DMNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bx87DMNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bx87DMNT .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0bx87DMNT .card-wrapper {
    padding: 20px;
  }
}
.cid-v0bx87DMNT .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0bx87DMNT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bx87DMNT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0bx87DMNT .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bx87DMNT .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v0bx87DMNT .mbr-section-title,
.cid-v0bx87DMNT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v0bx88kovJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-to-do-before-a-dentist-appointment-7.png-1563x908.png");
}
.cid-v0bx88kovJ .footer_col_logo {
  width: 40%;
}
.cid-v0bx88kovJ .footer_col {
  width: 20%;
}
.cid-v0bx88kovJ .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e4785;
}
.cid-v0bx88kovJ .logo_wrap {
  max-width: 20%;
}
.cid-v0bx88kovJ .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-v0bx88kovJ .brand_name {
  color: #ffffff;
}
.cid-v0bx88kovJ .contacts {
  margin-top: 46px;
}
.cid-v0bx88kovJ .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-v0bx88kovJ .contacts b {
  color: #ffffff;
}
.cid-v0bx88kovJ .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #2e4785;
}
.cid-v0bx88kovJ .item-wrap {
  line-height: 44px;
}
.cid-v0bx88kovJ .text-white {
  color: #a99fc5 !important;
}
.cid-v0bx88kovJ .text-white:hover {
  color: #ffffff !important;
}
.cid-v0bx88kovJ .item-wrap a,
.cid-v0bx88kovJ .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bx88kovJ .item-wrap a:before,
.cid-v0bx88kovJ .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0bx88kovJ .item-wrap a:hover::before,
.cid-v0bx88kovJ .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0bx88kovJ .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-v0bx88kovJ .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-v0bx88kovJ .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v0bx88kovJ .footer_col_logo {
    width: 100%;
  }
  .cid-v0bx88kovJ .footer_col {
    width: 33.3%;
  }
  .cid-v0bx88kovJ .image {
    margin-bottom: 40px;
  }
  .cid-v0bx88kovJ .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-v0bx88kovJ .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-v0bx88kovJ .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v0bx88kovJ .row {
    justify-content: center;
    text-align: center;
  }
  .cid-v0bx88kovJ .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-v0bx88kovJ .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-v0bx88kovJ .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-v0bx88kovJ .contacts_mail {
  color: #ffffff;
}
.cid-v0bx899Qod {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #326f13;
}
.cid-v0bx899Qod .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-v0bx899Qod .text-white {
  color: #a99fc5 !important;
}
.cid-v0bx899Qod .text-white:hover {
  color: #ffffff !important;
}
.cid-v0bx899Qod .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0bx899Qod .foot-menu li {
  padding: 10px;
}
.cid-v0bx899Qod .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bx899Qod .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0bx899Qod .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0bx899Qod .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v0bx899Qod .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-v0bx899Qod .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-v0bx899Qod .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-v0bx899Qod .social-list a:hover {
  opacity: 1;
}
.cid-v0bx899Qod .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0bx899Qod .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-v0bx899Qod .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-v0byx5MpiN {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #3f8f17;
  background: linear-gradient(to right bottom, rgba(63, 143, 23, 0.8), #1a4902);
}
.cid-v0byx5MpiN .mbr-overlay {
  background: #ffffff;
}
.cid-v0byx5MpiN .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0byx5MpiN .mbr-section-title {
  margin-bottom: 27px;
}
.cid-v0byx5MpiN .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-v0byx5MpiN .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-v0byx5MpiN .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v0byx5MpiN .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-v0byx5MpiN .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-v0byx5MpiN .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-v0byx5MpiN .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-v0byx5MpiN .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-v0byx5MpiN .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0byx5MpiN .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-v0byx5MpiN .image__block {
    margin-bottom: -100px;
  }
}
.cid-v0byx6O5ZR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0byx6O5ZR .card-wrapper {
  background: #fbfdff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v0byx6O5ZR .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0byx6O5ZR .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0byx6O5ZR .mbr-text {
  color: #000000;
}
.cid-v0byx6O5ZR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0byx6O5ZR .mbr-section-title {
  color: #000000;
}
.cid-v0byx7BdLC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0byx7BdLC nav.navbar {
  position: fixed;
}
.cid-v0byx7BdLC .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v0byx7BdLC .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v0byx7BdLC .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v0byx7BdLC .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v0byx7BdLC .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v0byx7BdLC .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v0byx7BdLC .dropdown-item:hover,
.cid-v0byx7BdLC .dropdown-item:focus {
  background: rgba(93, 118, 180, 0.1) !important;
  color: #5d76b4 !important;
}
.cid-v0byx7BdLC .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v0byx7BdLC .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v0byx7BdLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v0byx7BdLC .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v0byx7BdLC .nav-link:hover {
  color: #5d76b4 !important;
}
.cid-v0byx7BdLC .container {
  display: flex;
  margin: auto;
}
.cid-v0byx7BdLC .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v0byx7BdLC .dropdown-menu,
.cid-v0byx7BdLC .navbar.opened {
  background: #ffffff !important;
}
.cid-v0byx7BdLC .nav-item:focus,
.cid-v0byx7BdLC .nav-link:focus {
  outline: none;
}
.cid-v0byx7BdLC .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v0byx7BdLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0byx7BdLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0byx7BdLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0byx7BdLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0byx7BdLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0byx7BdLC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-v0byx7BdLC .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-v0byx7BdLC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0byx7BdLC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0byx7BdLC .navbar.opened {
  transition: all 0.3s;
}
.cid-v0byx7BdLC .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v0byx7BdLC .navbar .navbar-logo img {
  width: auto;
}
.cid-v0byx7BdLC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0byx7BdLC .navbar.collapsed {
  justify-content: center;
}
.cid-v0byx7BdLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0byx7BdLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0byx7BdLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0byx7BdLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0byx7BdLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0byx7BdLC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v0byx7BdLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0byx7BdLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0byx7BdLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0byx7BdLC .navbar .dropdown-menu {
    display: none;
  }
  .cid-v0byx7BdLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0byx7BdLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0byx7BdLC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v0byx7BdLC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0byx7BdLC .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v0byx7BdLC .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v0byx7BdLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0byx7BdLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0byx7BdLC .navbar .navbar-buttons,
  .cid-v0byx7BdLC .navbar .icons-menu {
    display: none;
  }
  .cid-v0byx7BdLC .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v0byx7BdLC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0byx7BdLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0byx7BdLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0byx7BdLC .dropdown-item.active,
.cid-v0byx7BdLC .dropdown-item:active {
  background-color: transparent;
}
.cid-v0byx7BdLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0byx7BdLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0byx7BdLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0byx7BdLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0byx7BdLC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0byx7BdLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0byx7BdLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v0byx7BdLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0byx7BdLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0byx7BdLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0byx7BdLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0byx7BdLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0byx7BdLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0byx7BdLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0byx7BdLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0byx7BdLC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0byx7BdLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0byx7BdLC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0byx7BdLC .navbar {
    height: 70px;
  }
  .cid-v0byx7BdLC .navbar.opened {
    height: auto;
  }
  .cid-v0byx7BdLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0byx8TTEU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0byx8TTEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0byx8TTEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0byx8TTEU .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0byx8TTEU .card-wrapper {
    padding: 20px;
  }
}
.cid-v0byx8TTEU .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0byx8TTEU .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0byx8TTEU .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0byx8TTEU .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v0byx8TTEU .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v0byx8TTEU .mbr-section-title,
.cid-v0byx8TTEU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v0byx9Nli4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-to-do-before-a-dentist-appointment-7.png-1563x908.png");
}
.cid-v0byx9Nli4 .footer_col_logo {
  width: 40%;
}
.cid-v0byx9Nli4 .footer_col {
  width: 20%;
}
.cid-v0byx9Nli4 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e4785;
}
.cid-v0byx9Nli4 .logo_wrap {
  max-width: 20%;
}
.cid-v0byx9Nli4 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-v0byx9Nli4 .brand_name {
  color: #ffffff;
}
.cid-v0byx9Nli4 .contacts {
  margin-top: 46px;
}
.cid-v0byx9Nli4 .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-v0byx9Nli4 .contacts b {
  color: #ffffff;
}
.cid-v0byx9Nli4 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #2e4785;
}
.cid-v0byx9Nli4 .item-wrap {
  line-height: 44px;
}
.cid-v0byx9Nli4 .text-white {
  color: #a99fc5 !important;
}
.cid-v0byx9Nli4 .text-white:hover {
  color: #ffffff !important;
}
.cid-v0byx9Nli4 .item-wrap a,
.cid-v0byx9Nli4 .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0byx9Nli4 .item-wrap a:before,
.cid-v0byx9Nli4 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0byx9Nli4 .item-wrap a:hover::before,
.cid-v0byx9Nli4 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0byx9Nli4 .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-v0byx9Nli4 .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-v0byx9Nli4 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v0byx9Nli4 .footer_col_logo {
    width: 100%;
  }
  .cid-v0byx9Nli4 .footer_col {
    width: 33.3%;
  }
  .cid-v0byx9Nli4 .image {
    margin-bottom: 40px;
  }
  .cid-v0byx9Nli4 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-v0byx9Nli4 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-v0byx9Nli4 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v0byx9Nli4 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-v0byx9Nli4 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-v0byx9Nli4 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-v0byx9Nli4 .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-v0byx9Nli4 .contacts_mail {
  color: #ffffff;
}
.cid-v0byxaGsuC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #326f13;
}
.cid-v0byxaGsuC .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-v0byxaGsuC .text-white {
  color: #a99fc5 !important;
}
.cid-v0byxaGsuC .text-white:hover {
  color: #ffffff !important;
}
.cid-v0byxaGsuC .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0byxaGsuC .foot-menu li {
  padding: 10px;
}
.cid-v0byxaGsuC .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0byxaGsuC .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0byxaGsuC .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0byxaGsuC .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v0byxaGsuC .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-v0byxaGsuC .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-v0byxaGsuC .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-v0byxaGsuC .social-list a:hover {
  opacity: 1;
}
.cid-v0byxaGsuC .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0byxaGsuC .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-v0byxaGsuC .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-v0bg7FAKv0 {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #3f8f17;
  background: linear-gradient(to right bottom, rgba(63, 143, 23, 0.8), #1a4902);
}
.cid-v0bg7FAKv0 .mbr-overlay {
  background: #ffffff;
}
.cid-v0bg7FAKv0 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0bg7FAKv0 .mbr-section-title {
  margin-bottom: 27px;
}
.cid-v0bg7FAKv0 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-v0bg7FAKv0 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-v0bg7FAKv0 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v0bg7FAKv0 .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-v0bg7FAKv0 .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-v0bg7FAKv0 .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-v0bg7FAKv0 .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-v0bg7FAKv0 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-v0bg7FAKv0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0bg7FAKv0 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-v0bg7FAKv0 .image__block {
    margin-bottom: -100px;
  }
}
.cid-v0bg7GGjug {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bg7GGjug .mbr-section-subtitle {
  color: #14191e;
}
.cid-v0bg7GGjug .mbr-text {
  color: #777777;
}
.cid-v0bg7GGjug ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0bg7GGjug ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0bg7GGjug ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d76b4;
  width: 25px;
  height: 25px;
}
.cid-v0bg7GGjug .mbr-list {
  color: #5d76b4;
}
.cid-v0bg7HtAJK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #326f13;
}
.cid-v0bg7HtAJK .card-wrapper {
  background: #fbfdff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v0bg7HtAJK .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0bg7HtAJK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0bg7HtAJK .mbr-text {
  color: #000000;
}
.cid-v0bg7HtAJK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0bg7HtAJK .mbr-section-title {
  color: #000000;
}
.cid-v0bg7I6vpW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0bg7I6vpW .title_block {
  margin-bottom: 80px;
}
.cid-v0bg7I6vpW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v0bg7I6vpW .mbr-section-title,
.cid-v0bg7I6vpW .card-title {
  color: #051441;
}
.cid-v0bg7I6vpW .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bg7I6vpW .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-v0bg7I6vpW .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(93, 118, 180, 0.07);
}
.cid-v0bg7I6vpW .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #5d76b4;
}
.cid-v0bg7I6vpW .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-v0bg7I6vpW .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-v0bg7I6vpW .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-v0bg7I6vpW .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-v0bg7I6vpW .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-v0bg7I6vpW .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-v0bg7I6vpW .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v0bg7I6vpW .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v0bg7I6vpW .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v0bg7I6vpW .card-title {
  margin-bottom: 20px;
}
.cid-v0bg7I6vpW .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-v0bg7I6vpW .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v0bg7I6vpW .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bg7I6vpW .btn_link:hover {
  cursor: pointer;
}
.cid-v0bg7I6vpW .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-v0bg7I6vpW .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-v0bg7I6vpW .title_block {
    margin-bottom: 40px;
  }
  .cid-v0bg7I6vpW .card {
    text-align: center;
  }
  .cid-v0bg7I6vpW .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-v0bg7I6vpW .mbr-section-title {
  color: #000000;
}
.cid-v0bg7I6vpW .card-title,
.cid-v0bg7I6vpW .icon_block {
  color: #000000;
}
.cid-v0bg7I6vpW .card-text,
.cid-v0bg7I6vpW .btn_link {
  color: #6a7c92;
}
.cid-v0bg7JejT7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bg7JejT7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0bg7JejT7 .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v0bg7JejT7 .mbr-text {
  margin-bottom: 50px;
}
.cid-v0bg7JejT7 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-v0bg7JejT7 .item:nth-child(1) .iconfont-wrapper {
  background-color: #f4f3ff;
}
.cid-v0bg7JejT7 .item:nth-child(1) .mbr-iconfont {
  color: #796eff;
}
.cid-v0bg7JejT7 .item:nth-child(2) .iconfont-wrapper {
  background-color: #fff1ec;
}
.cid-v0bg7JejT7 .item:nth-child(2) .mbr-iconfont {
  color: #fd612c;
}
.cid-v0bg7JejT7 .item:nth-child(3) .iconfont-wrapper {
  background-color: #61f914;
}
.cid-v0bg7JejT7 .item:nth-child(3) .mbr-iconfont {
  color: #1a4902;
}
.cid-v0bg7JejT7 .item:nth-child(4) .iconfont-wrapper {
  background-color: #e1e6f1;
}
.cid-v0bg7JejT7 .item:nth-child(4) .mbr-iconfont {
  color: #5d76b4;
}
.cid-v0bg7JejT7 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-v0bg7JejT7 .card_info {
  display: inline-block;
}
.cid-v0bg7JejT7 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-v0bg7JejT7 .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
  font-size: 36px;
  line-height: 70px;
}
.cid-v0bg7JejT7 .card_title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-v0bg7JejT7 .card_text {
  margin-bottom: 0;
}
.cid-v0bg7JejT7 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-v0bg7JejT7 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bg7JejT7 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-v0bg7JejT7 .card_title {
    margin-bottom: 10px;
  }
  .cid-v0bg7JejT7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v0bg7JejT7 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-v0bg7JejT7 .mbr-text,
.cid-v0bg7JejT7 .mbr-section-btn {
  color: #000000;
}
.cid-v0bu5XszAf {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0bu5XszAf .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-v0bu5XszAf .row-bg {
  align-items: center;
  background: #1a4902;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0bu5XszAf .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v0bu5XszAf .image-wrapper {
    padding: 1rem;
  }
}
.cid-v0bu5XszAf img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-v0bu5XszAf img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v0bu5XszAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bu5XszAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bu5XszAf .mbr-text,
.cid-v0bu5XszAf .mbr-section-btn {
  color: #ffffff;
}
.cid-v0bg7KdhlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bg7KdhlJ .title_block {
  margin-bottom: 80px;
}
.cid-v0bg7KdhlJ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v0bg7KdhlJ .mbr-section-title {
  color: #000000;
}
.cid-v0bg7KdhlJ .image img {
  width: 100%;
  object-fit: cover;
}
.cid-v0bg7KdhlJ .mbr-text {
  margin-top: 30px;
}
.cid-v0bg7KdhlJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-v0bg7KdhlJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v0bg7KdhlJ .nav-tabs {
  border: none;
}
.cid-v0bg7KdhlJ .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-v0bg7KdhlJ .nav-tabs .nav-link {
  background-color: #eceeec !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #273240 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bg7KdhlJ .nav-tabs .nav-link.active {
  background-color: #5d76b4 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-v0bg7KdhlJ .nav-tabs .nav-link:hover {
  background-color: #5d76b4 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-v0bg7KdhlJ .nav-tabs .nav-link strong,
.cid-v0bg7KdhlJ .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-v0bg7KdhlJ .title_block {
    margin-bottom: 40px;
  }
  .cid-v0bg7KdhlJ .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0bg7KdhlJ .mbr-text {
    margin-top: 20px;
  }
}
.cid-v0bg7LkMih {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0bg7LkMih .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0bg7LkMih .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0bg7LkMih .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v0bg7LkMih .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v0bg7LkMih .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v0bg7LkMih .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v0bg7LkMih .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v0bg7LkMih .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0bg7LkMih .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bg7LkMih .wrapp {
    padding: 1rem;
  }
}
.cid-v0bg7LkMih H3 {
  color: #000000;
}
.cid-v0bg7LkMih .mbr-text,
.cid-v0bg7LkMih .mbr-section-btn {
  color: #000000;
}
.cid-v0bg7M5aw8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v0bg7M5aw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bg7M5aw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bg7M5aw8 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v0bg7M5aw8 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v0bg7M5aw8 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0bg7M5aw8 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0bg7M5aw8 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v0bg7M5aw8 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0bg7M5aw8 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0bg7M5aw8 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .decoration_1 {
    left: -380px;
  }
}
.cid-v0bg7M5aw8 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v0bg7M5aw8 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0bg7M5aw8 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0bg7M5aw8 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .decoration_2 {
    right: -380px;
  }
}
.cid-v0bg7M5aw8 .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v0bg7M5aw8 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v0bg7M5aw8 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0bg7M5aw8 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v0bg7M5aw8 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v0bg7M5aw8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0bg7M5aw8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .item {
    margin-bottom: 16px;
  }
}
.cid-v0bg7M5aw8 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #2e4785;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #326f13;
  border: 1px solid #2e4785;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-v0bg7M5aw8 .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-v0bg7M5aw8 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v0bg7M5aw8 .mbr-section-title {
  color: #181824;
}
.cid-v0bg7M5aw8 .mbr-section-title,
.cid-v0bg7M5aw8 .icon-wrapper {
  text-align: center;
}
.cid-v0bg7M5aw8 .item-label {
  color: #49496d;
}
.cid-v0bg7M5aw8 .item-title {
  color: #181824;
}
.cid-v0bg7M5aw8 .item-text {
  color: #ffffff;
}
.cid-v0bg7N1stm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0bg7N1stm nav.navbar {
  position: fixed;
}
.cid-v0bg7N1stm .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v0bg7N1stm .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v0bg7N1stm .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v0bg7N1stm .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v0bg7N1stm .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v0bg7N1stm .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v0bg7N1stm .dropdown-item:hover,
.cid-v0bg7N1stm .dropdown-item:focus {
  background: rgba(93, 118, 180, 0.1) !important;
  color: #5d76b4 !important;
}
.cid-v0bg7N1stm .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v0bg7N1stm .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v0bg7N1stm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v0bg7N1stm .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v0bg7N1stm .nav-link:hover {
  color: #5d76b4 !important;
}
.cid-v0bg7N1stm .container {
  display: flex;
  margin: auto;
}
.cid-v0bg7N1stm .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v0bg7N1stm .dropdown-menu,
.cid-v0bg7N1stm .navbar.opened {
  background: #ffffff !important;
}
.cid-v0bg7N1stm .nav-item:focus,
.cid-v0bg7N1stm .nav-link:focus {
  outline: none;
}
.cid-v0bg7N1stm .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v0bg7N1stm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0bg7N1stm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0bg7N1stm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0bg7N1stm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0bg7N1stm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0bg7N1stm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-v0bg7N1stm .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-v0bg7N1stm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0bg7N1stm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0bg7N1stm .navbar.opened {
  transition: all 0.3s;
}
.cid-v0bg7N1stm .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v0bg7N1stm .navbar .navbar-logo img {
  width: auto;
}
.cid-v0bg7N1stm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0bg7N1stm .navbar.collapsed {
  justify-content: center;
}
.cid-v0bg7N1stm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0bg7N1stm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0bg7N1stm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0bg7N1stm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0bg7N1stm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0bg7N1stm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v0bg7N1stm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0bg7N1stm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0bg7N1stm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0bg7N1stm .navbar .dropdown-menu {
    display: none;
  }
  .cid-v0bg7N1stm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0bg7N1stm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0bg7N1stm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v0bg7N1stm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0bg7N1stm .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v0bg7N1stm .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v0bg7N1stm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0bg7N1stm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0bg7N1stm .navbar .navbar-buttons,
  .cid-v0bg7N1stm .navbar .icons-menu {
    display: none;
  }
  .cid-v0bg7N1stm .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v0bg7N1stm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0bg7N1stm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0bg7N1stm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0bg7N1stm .dropdown-item.active,
.cid-v0bg7N1stm .dropdown-item:active {
  background-color: transparent;
}
.cid-v0bg7N1stm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0bg7N1stm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0bg7N1stm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0bg7N1stm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0bg7N1stm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0bg7N1stm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0bg7N1stm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v0bg7N1stm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0bg7N1stm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bg7N1stm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0bg7N1stm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0bg7N1stm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bg7N1stm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0bg7N1stm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0bg7N1stm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0bg7N1stm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0bg7N1stm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0bg7N1stm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0bg7N1stm .navbar {
    height: 70px;
  }
  .cid-v0bg7N1stm .navbar.opened {
    height: auto;
  }
  .cid-v0bg7N1stm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0bg7O7wAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bg7O7wAF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0bg7O7wAF .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-v0bg7O7wAF .mbr-text {
  margin-bottom: 30px;
}
.cid-v0bg7O7wAF .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-v0bg7O7wAF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-v0bg7O7wAF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v0bg7O7wAF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bg7O7wAF .btn_link:hover {
  cursor: pointer;
}
.cid-v0bg7O7wAF .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-v0bg7O7wAF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-v0bg7O7wAF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bg7O7wAF .text-wrapper {
    text-align: center;
  }
  .cid-v0bg7O7wAF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v0bg7O7wAF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0bg7O7wAF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0bg7O7wAF .card-title,
.cid-v0bg7O7wAF .icon_block {
  color: #000000;
}
.cid-v0bg7O7wAF .mbr-text,
.cid-v0bg7O7wAF .btn_link {
  color: #000000;
}
.cid-v0bg7PbKzh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bg7PbKzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bg7PbKzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0bg7PbKzh .container {
    padding: 0 24px;
  }
}
.cid-v0bg7PbKzh .row {
  justify-content: center;
  border-top: 1px solid #326f13;
}
@media (min-width: 992px) {
  .cid-v0bg7PbKzh .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .row {
    border: none;
  }
}
.cid-v0bg7PbKzh .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .row .item {
    padding: 0 16px;
  }
}
.cid-v0bg7PbKzh .item-wrapper {
  height: 100%;
}
.cid-v0bg7PbKzh .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0bg7PbKzh .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .subtitle-wrap {
    display: block;
  }
}
.cid-v0bg7PbKzh .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #326f13;
    text-align: left;
  }
}
.cid-v0bg7PbKzh .content-wrapper {
  padding: 32px;
  border-left: 1px solid #326f13;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .content-wrapper {
    padding: 24px;
    border-top: 1px solid #326f13;
    border-left: 1px solid #326f13;
  }
}
.cid-v0bg7PbKzh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0bg7PbKzh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v0bg7PbKzh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0bg7PbKzh .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v0bg7PbKzh .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0bg7PbKzh .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v0bg7PbKzh .mbr-text {
  color: #000000;
}
.cid-v0bg7PbKzh .mbr-section-title,
.cid-v0bg7PbKzh .mbr-section-btn {
  color: #000000;
}
.cid-v0bnyKd2ex {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v0bnyKd2ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bnyKd2ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bnyKd2ex .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0bnyKd2ex .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0bnyKd2ex .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0bnyKd2ex .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0bnyKd2ex .container {
    padding: 0 14px;
  }
}
.cid-v0bnyKd2ex .row {
  justify-content: center;
}
.cid-v0bnyKd2ex .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0bnyKd2ex .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0bnyKd2ex .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-v0bnyKd2ex .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-v0bnyKd2ex .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0bnyKd2ex .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-v0bnyKd2ex .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0bnyKd2ex .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v0bnyKd2ex .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0bnyKd2ex .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-v0bnyKd2ex .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0bnyKd2ex .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v0bnyKd2ex .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-v0bnyKd2ex .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0bnyKd2ex .panel-title {
  color: #01004c;
}
.cid-v0bnyKd2ex .panel-text {
  color: #000000;
}
.cid-v0bnyKd2ex .panel-title-edit {
  color: #000000;
}
.cid-v0bwJB4fu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bwJB4fu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bwJB4fu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bwJB4fu5 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0bwJB4fu5 .card-wrapper {
    padding: 20px;
  }
}
.cid-v0bwJB4fu5 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0bwJB4fu5 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bwJB4fu5 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0bwJB4fu5 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bwJB4fu5 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v0bwJB4fu5 .mbr-section-title,
.cid-v0bwJB4fu5 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v0bg7Q4lfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-to-do-before-a-dentist-appointment-7.png-1563x908.png");
}
.cid-v0bg7Q4lfz .footer_col_logo {
  width: 40%;
}
.cid-v0bg7Q4lfz .footer_col {
  width: 20%;
}
.cid-v0bg7Q4lfz .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e4785;
}
.cid-v0bg7Q4lfz .logo_wrap {
  max-width: 20%;
}
.cid-v0bg7Q4lfz .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-v0bg7Q4lfz .brand_name {
  color: #ffffff;
}
.cid-v0bg7Q4lfz .contacts {
  margin-top: 46px;
}
.cid-v0bg7Q4lfz .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-v0bg7Q4lfz .contacts b {
  color: #ffffff;
}
.cid-v0bg7Q4lfz .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #2e4785;
}
.cid-v0bg7Q4lfz .item-wrap {
  line-height: 44px;
}
.cid-v0bg7Q4lfz .text-white {
  color: #a99fc5 !important;
}
.cid-v0bg7Q4lfz .text-white:hover {
  color: #ffffff !important;
}
.cid-v0bg7Q4lfz .item-wrap a,
.cid-v0bg7Q4lfz .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bg7Q4lfz .item-wrap a:before,
.cid-v0bg7Q4lfz .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0bg7Q4lfz .item-wrap a:hover::before,
.cid-v0bg7Q4lfz .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0bg7Q4lfz .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-v0bg7Q4lfz .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-v0bg7Q4lfz .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v0bg7Q4lfz .footer_col_logo {
    width: 100%;
  }
  .cid-v0bg7Q4lfz .footer_col {
    width: 33.3%;
  }
  .cid-v0bg7Q4lfz .image {
    margin-bottom: 40px;
  }
  .cid-v0bg7Q4lfz .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-v0bg7Q4lfz .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-v0bg7Q4lfz .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v0bg7Q4lfz .row {
    justify-content: center;
    text-align: center;
  }
  .cid-v0bg7Q4lfz .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-v0bg7Q4lfz .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-v0bg7Q4lfz .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-v0bg7Q4lfz .contacts_mail {
  color: #ffffff;
}
.cid-v0bg7R5RYj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #326f13;
}
.cid-v0bg7R5RYj .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-v0bg7R5RYj .text-white {
  color: #a99fc5 !important;
}
.cid-v0bg7R5RYj .text-white:hover {
  color: #ffffff !important;
}
.cid-v0bg7R5RYj .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0bg7R5RYj .foot-menu li {
  padding: 10px;
}
.cid-v0bg7R5RYj .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0bg7R5RYj .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0bg7R5RYj .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0bg7R5RYj .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v0bg7R5RYj .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-v0bg7R5RYj .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-v0bg7R5RYj .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-v0bg7R5RYj .social-list a:hover {
  opacity: 1;
}
.cid-v0bg7R5RYj .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0bg7R5RYj .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-v0bg7R5RYj .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-v0boxQT6NA {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #3f8f17;
  background: linear-gradient(to right bottom, rgba(63, 143, 23, 0.8), #1a4902);
}
.cid-v0boxQT6NA .mbr-overlay {
  background: #ffffff;
}
.cid-v0boxQT6NA .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0boxQT6NA .mbr-section-title {
  margin-bottom: 27px;
}
.cid-v0boxQT6NA .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-v0boxQT6NA .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-v0boxQT6NA .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v0boxQT6NA .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-v0boxQT6NA .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-v0boxQT6NA .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-v0boxQT6NA .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-v0boxQT6NA .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-v0boxQT6NA .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0boxQT6NA .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-v0boxQT6NA .image__block {
    margin-bottom: -100px;
  }
}
.cid-v0boxShUUH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0boxShUUH .mbr-section-subtitle {
  color: #14191e;
}
.cid-v0boxShUUH .mbr-text {
  color: #777777;
}
.cid-v0boxShUUH ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0boxShUUH ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0boxShUUH ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d76b4;
  width: 25px;
  height: 25px;
}
.cid-v0boxShUUH .mbr-list {
  color: #5d76b4;
}
.cid-v0boxT4fF5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #326f13;
}
.cid-v0boxT4fF5 .card-wrapper {
  background: #fbfdff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v0boxT4fF5 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0boxT4fF5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0boxT4fF5 .mbr-text {
  color: #000000;
}
.cid-v0boxT4fF5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0boxT4fF5 .mbr-section-title {
  color: #000000;
}
.cid-v0boxU3tDc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0boxU3tDc .title_block {
  margin-bottom: 80px;
}
.cid-v0boxU3tDc .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v0boxU3tDc .mbr-section-title,
.cid-v0boxU3tDc .card-title {
  color: #051441;
}
.cid-v0boxU3tDc .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0boxU3tDc .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-v0boxU3tDc .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(93, 118, 180, 0.07);
}
.cid-v0boxU3tDc .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #5d76b4;
}
.cid-v0boxU3tDc .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-v0boxU3tDc .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-v0boxU3tDc .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-v0boxU3tDc .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-v0boxU3tDc .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-v0boxU3tDc .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-v0boxU3tDc .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v0boxU3tDc .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v0boxU3tDc .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v0boxU3tDc .card-title {
  margin-bottom: 20px;
}
.cid-v0boxU3tDc .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-v0boxU3tDc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v0boxU3tDc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0boxU3tDc .btn_link:hover {
  cursor: pointer;
}
.cid-v0boxU3tDc .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-v0boxU3tDc .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-v0boxU3tDc .title_block {
    margin-bottom: 40px;
  }
  .cid-v0boxU3tDc .card {
    text-align: center;
  }
  .cid-v0boxU3tDc .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-v0boxU3tDc .mbr-section-title {
  color: #000000;
}
.cid-v0boxU3tDc .card-title,
.cid-v0boxU3tDc .icon_block {
  color: #000000;
}
.cid-v0boxU3tDc .card-text,
.cid-v0boxU3tDc .btn_link {
  color: #6a7c92;
}
.cid-v0boxVunmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0boxVunmP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0boxVunmP .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v0boxVunmP .mbr-text {
  margin-bottom: 50px;
}
.cid-v0boxVunmP .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-v0boxVunmP .item:nth-child(1) .iconfont-wrapper {
  background-color: #f4f3ff;
}
.cid-v0boxVunmP .item:nth-child(1) .mbr-iconfont {
  color: #796eff;
}
.cid-v0boxVunmP .item:nth-child(2) .iconfont-wrapper {
  background-color: #fff1ec;
}
.cid-v0boxVunmP .item:nth-child(2) .mbr-iconfont {
  color: #fd612c;
}
.cid-v0boxVunmP .item:nth-child(3) .iconfont-wrapper {
  background-color: #61f914;
}
.cid-v0boxVunmP .item:nth-child(3) .mbr-iconfont {
  color: #1a4902;
}
.cid-v0boxVunmP .item:nth-child(4) .iconfont-wrapper {
  background-color: #e1e6f1;
}
.cid-v0boxVunmP .item:nth-child(4) .mbr-iconfont {
  color: #5d76b4;
}
.cid-v0boxVunmP .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-v0boxVunmP .card_info {
  display: inline-block;
}
.cid-v0boxVunmP .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-v0boxVunmP .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
  font-size: 36px;
  line-height: 70px;
}
.cid-v0boxVunmP .card_title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-v0boxVunmP .card_text {
  margin-bottom: 0;
}
.cid-v0boxVunmP .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-v0boxVunmP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0boxVunmP .card_wrap {
    margin-bottom: 25px;
  }
  .cid-v0boxVunmP .card_title {
    margin-bottom: 10px;
  }
  .cid-v0boxVunmP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v0boxVunmP .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-v0boxVunmP .mbr-text,
.cid-v0boxVunmP .mbr-section-btn {
  color: #000000;
}
.cid-v0boxWQ4W6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0boxWQ4W6 .title_block {
  margin-bottom: 80px;
}
.cid-v0boxWQ4W6 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v0boxWQ4W6 .mbr-section-title {
  color: #000000;
}
.cid-v0boxWQ4W6 .image img {
  width: 100%;
  object-fit: cover;
}
.cid-v0boxWQ4W6 .mbr-text {
  margin-top: 30px;
}
.cid-v0boxWQ4W6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-v0boxWQ4W6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v0boxWQ4W6 .nav-tabs {
  border: none;
}
.cid-v0boxWQ4W6 .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-v0boxWQ4W6 .nav-tabs .nav-link {
  background-color: #eceeec !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #273240 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0boxWQ4W6 .nav-tabs .nav-link.active {
  background-color: #5d76b4 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-v0boxWQ4W6 .nav-tabs .nav-link:hover {
  background-color: #5d76b4 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-v0boxWQ4W6 .nav-tabs .nav-link strong,
.cid-v0boxWQ4W6 .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-v0boxWQ4W6 .title_block {
    margin-bottom: 40px;
  }
  .cid-v0boxWQ4W6 .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0boxWQ4W6 .mbr-text {
    margin-top: 20px;
  }
}
.cid-v0btWb3Gvp {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v0btWb3Gvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0btWb3Gvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0btWb3Gvp .container {
    padding: 0 20px;
  }
}
.cid-v0btWb3Gvp .row {
  margin: 0;
}
.cid-v0btWb3Gvp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0btWb3Gvp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0btWb3Gvp .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v0btWb3Gvp .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v0btWb3Gvp .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v0btWb3Gvp .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v0btWb3Gvp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0boxYqxvm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0boxYqxvm .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0boxYqxvm .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0boxYqxvm .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v0boxYqxvm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v0boxYqxvm .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v0boxYqxvm .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v0boxYqxvm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v0boxYqxvm .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0boxYqxvm .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0boxYqxvm .wrapp {
    padding: 1rem;
  }
}
.cid-v0boxYqxvm H3 {
  color: #000000;
}
.cid-v0boxYqxvm .mbr-text,
.cid-v0boxYqxvm .mbr-section-btn {
  color: #000000;
}
.cid-v0boxZBOE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v0boxZBOE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0boxZBOE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0boxZBOE8 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v0boxZBOE8 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v0boxZBOE8 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0boxZBOE8 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0boxZBOE8 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v0boxZBOE8 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0boxZBOE8 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0boxZBOE8 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .decoration_1 {
    left: -380px;
  }
}
.cid-v0boxZBOE8 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v0boxZBOE8 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0boxZBOE8 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0boxZBOE8 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .decoration_2 {
    right: -380px;
  }
}
.cid-v0boxZBOE8 .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v0boxZBOE8 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v0boxZBOE8 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0boxZBOE8 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v0boxZBOE8 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v0boxZBOE8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0boxZBOE8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .item {
    margin-bottom: 16px;
  }
}
.cid-v0boxZBOE8 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #2e4785;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #326f13;
  border: 1px solid #2e4785;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0boxZBOE8 .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-v0boxZBOE8 .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-v0boxZBOE8 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v0boxZBOE8 .mbr-section-title {
  color: #181824;
}
.cid-v0boxZBOE8 .mbr-section-title,
.cid-v0boxZBOE8 .icon-wrapper {
  text-align: center;
}
.cid-v0boxZBOE8 .item-label {
  color: #49496d;
}
.cid-v0boxZBOE8 .item-title {
  color: #181824;
}
.cid-v0boxZBOE8 .item-text {
  color: #ffffff;
}
.cid-v0boy0Tj6L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0boy0Tj6L nav.navbar {
  position: fixed;
}
.cid-v0boy0Tj6L .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v0boy0Tj6L .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v0boy0Tj6L .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v0boy0Tj6L .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v0boy0Tj6L .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v0boy0Tj6L .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v0boy0Tj6L .dropdown-item:hover,
.cid-v0boy0Tj6L .dropdown-item:focus {
  background: rgba(93, 118, 180, 0.1) !important;
  color: #5d76b4 !important;
}
.cid-v0boy0Tj6L .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v0boy0Tj6L .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v0boy0Tj6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v0boy0Tj6L .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v0boy0Tj6L .nav-link:hover {
  color: #5d76b4 !important;
}
.cid-v0boy0Tj6L .container {
  display: flex;
  margin: auto;
}
.cid-v0boy0Tj6L .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v0boy0Tj6L .dropdown-menu,
.cid-v0boy0Tj6L .navbar.opened {
  background: #ffffff !important;
}
.cid-v0boy0Tj6L .nav-item:focus,
.cid-v0boy0Tj6L .nav-link:focus {
  outline: none;
}
.cid-v0boy0Tj6L .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v0boy0Tj6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0boy0Tj6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0boy0Tj6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0boy0Tj6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0boy0Tj6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0boy0Tj6L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-v0boy0Tj6L .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-v0boy0Tj6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0boy0Tj6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0boy0Tj6L .navbar.opened {
  transition: all 0.3s;
}
.cid-v0boy0Tj6L .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v0boy0Tj6L .navbar .navbar-logo img {
  width: auto;
}
.cid-v0boy0Tj6L .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0boy0Tj6L .navbar.collapsed {
  justify-content: center;
}
.cid-v0boy0Tj6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0boy0Tj6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0boy0Tj6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0boy0Tj6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0boy0Tj6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0boy0Tj6L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v0boy0Tj6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0boy0Tj6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0boy0Tj6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0boy0Tj6L .navbar .dropdown-menu {
    display: none;
  }
  .cid-v0boy0Tj6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0boy0Tj6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0boy0Tj6L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v0boy0Tj6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0boy0Tj6L .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v0boy0Tj6L .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v0boy0Tj6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0boy0Tj6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0boy0Tj6L .navbar .navbar-buttons,
  .cid-v0boy0Tj6L .navbar .icons-menu {
    display: none;
  }
  .cid-v0boy0Tj6L .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v0boy0Tj6L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0boy0Tj6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0boy0Tj6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0boy0Tj6L .dropdown-item.active,
.cid-v0boy0Tj6L .dropdown-item:active {
  background-color: transparent;
}
.cid-v0boy0Tj6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0boy0Tj6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0boy0Tj6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0boy0Tj6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0boy0Tj6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0boy0Tj6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0boy0Tj6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v0boy0Tj6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0boy0Tj6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0boy0Tj6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0boy0Tj6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0boy0Tj6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0boy0Tj6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0boy0Tj6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0boy0Tj6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0boy0Tj6L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0boy0Tj6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0boy0Tj6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0boy0Tj6L .navbar {
    height: 70px;
  }
  .cid-v0boy0Tj6L .navbar.opened {
    height: auto;
  }
  .cid-v0boy0Tj6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0bqNytrJv {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0bqNytrJv .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-v0bqNytrJv .row-bg {
  align-items: center;
  background: #1a4902;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0bqNytrJv .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v0bqNytrJv .image-wrapper {
    padding: 1rem;
  }
}
.cid-v0bqNytrJv img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-v0bqNytrJv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v0bqNytrJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bqNytrJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bqNytrJv .mbr-text,
.cid-v0bqNytrJv .mbr-section-btn {
  color: #ffffff;
}
.cid-v0boy2uX9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0boy2uX9H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0boy2uX9H .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-v0boy2uX9H .mbr-text {
  margin-bottom: 30px;
}
.cid-v0boy2uX9H .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-v0boy2uX9H .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-v0boy2uX9H .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v0boy2uX9H .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0boy2uX9H .btn_link:hover {
  cursor: pointer;
}
.cid-v0boy2uX9H .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-v0boy2uX9H .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-v0boy2uX9H .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0boy2uX9H .text-wrapper {
    text-align: center;
  }
  .cid-v0boy2uX9H .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v0boy2uX9H .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0boy2uX9H .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0boy2uX9H .card-title,
.cid-v0boy2uX9H .icon_block {
  color: #000000;
}
.cid-v0boy2uX9H .mbr-text,
.cid-v0boy2uX9H .btn_link {
  color: #000000;
}
.cid-v0boy3wFPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0boy3wFPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0boy3wFPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0boy3wFPJ .container {
    padding: 0 24px;
  }
}
.cid-v0boy3wFPJ .row {
  justify-content: center;
  border-top: 1px solid #326f13;
}
@media (min-width: 992px) {
  .cid-v0boy3wFPJ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .row {
    border: none;
  }
}
.cid-v0boy3wFPJ .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .row .item {
    padding: 0 16px;
  }
}
.cid-v0boy3wFPJ .item-wrapper {
  height: 100%;
}
.cid-v0boy3wFPJ .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0boy3wFPJ .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .subtitle-wrap {
    display: block;
  }
}
.cid-v0boy3wFPJ .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #326f13;
    text-align: left;
  }
}
.cid-v0boy3wFPJ .content-wrapper {
  padding: 32px;
  border-left: 1px solid #326f13;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .content-wrapper {
    padding: 24px;
    border-top: 1px solid #326f13;
    border-left: 1px solid #326f13;
  }
}
.cid-v0boy3wFPJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0boy3wFPJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v0boy3wFPJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0boy3wFPJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v0boy3wFPJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0boy3wFPJ .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v0boy3wFPJ .mbr-text {
  color: #000000;
}
.cid-v0boy3wFPJ .mbr-section-title,
.cid-v0boy3wFPJ .mbr-section-btn {
  color: #000000;
}
.cid-v0boy4BmID {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v0boy4BmID .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0boy4BmID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0boy4BmID .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0boy4BmID .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0boy4BmID .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0boy4BmID .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0boy4BmID .container {
    padding: 0 14px;
  }
}
.cid-v0boy4BmID .row {
  justify-content: center;
}
.cid-v0boy4BmID .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0boy4BmID .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0boy4BmID .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-v0boy4BmID .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-v0boy4BmID .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0boy4BmID .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-v0boy4BmID .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0boy4BmID .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v0boy4BmID .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0boy4BmID .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-v0boy4BmID .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0boy4BmID .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v0boy4BmID .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-v0boy4BmID .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0boy4BmID .panel-title {
  color: #01004c;
}
.cid-v0boy4BmID .panel-text {
  color: #000000;
}
.cid-v0boy4BmID .panel-title-edit {
  color: #000000;
}
.cid-v0bx1xb4sY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bx1xb4sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bx1xb4sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bx1xb4sY .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0bx1xb4sY .card-wrapper {
    padding: 20px;
  }
}
.cid-v0bx1xb4sY .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0bx1xb4sY .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bx1xb4sY .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0bx1xb4sY .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bx1xb4sY .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v0bx1xb4sY .mbr-section-title,
.cid-v0bx1xb4sY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v0boy5GCTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-to-do-before-a-dentist-appointment-7.png-1563x908.png");
}
.cid-v0boy5GCTR .footer_col_logo {
  width: 40%;
}
.cid-v0boy5GCTR .footer_col {
  width: 20%;
}
.cid-v0boy5GCTR .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e4785;
}
.cid-v0boy5GCTR .logo_wrap {
  max-width: 20%;
}
.cid-v0boy5GCTR .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-v0boy5GCTR .brand_name {
  color: #ffffff;
}
.cid-v0boy5GCTR .contacts {
  margin-top: 46px;
}
.cid-v0boy5GCTR .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-v0boy5GCTR .contacts b {
  color: #ffffff;
}
.cid-v0boy5GCTR .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #2e4785;
}
.cid-v0boy5GCTR .item-wrap {
  line-height: 44px;
}
.cid-v0boy5GCTR .text-white {
  color: #a99fc5 !important;
}
.cid-v0boy5GCTR .text-white:hover {
  color: #ffffff !important;
}
.cid-v0boy5GCTR .item-wrap a,
.cid-v0boy5GCTR .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0boy5GCTR .item-wrap a:before,
.cid-v0boy5GCTR .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0boy5GCTR .item-wrap a:hover::before,
.cid-v0boy5GCTR .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0boy5GCTR .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-v0boy5GCTR .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-v0boy5GCTR .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v0boy5GCTR .footer_col_logo {
    width: 100%;
  }
  .cid-v0boy5GCTR .footer_col {
    width: 33.3%;
  }
  .cid-v0boy5GCTR .image {
    margin-bottom: 40px;
  }
  .cid-v0boy5GCTR .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-v0boy5GCTR .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-v0boy5GCTR .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v0boy5GCTR .row {
    justify-content: center;
    text-align: center;
  }
  .cid-v0boy5GCTR .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-v0boy5GCTR .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-v0boy5GCTR .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-v0boy5GCTR .contacts_mail {
  color: #ffffff;
}
.cid-v0boy6SgvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #326f13;
}
.cid-v0boy6SgvD .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-v0boy6SgvD .text-white {
  color: #a99fc5 !important;
}
.cid-v0boy6SgvD .text-white:hover {
  color: #ffffff !important;
}
.cid-v0boy6SgvD .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0boy6SgvD .foot-menu li {
  padding: 10px;
}
.cid-v0boy6SgvD .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0boy6SgvD .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0boy6SgvD .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0boy6SgvD .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v0boy6SgvD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-v0boy6SgvD .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-v0boy6SgvD .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-v0boy6SgvD .social-list a:hover {
  opacity: 1;
}
.cid-v0boy6SgvD .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0boy6SgvD .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-v0boy6SgvD .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-v0btQ4MEJR {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #3f8f17;
  background: linear-gradient(to right bottom, rgba(63, 143, 23, 0.8), #1a4902);
}
.cid-v0btQ4MEJR .mbr-overlay {
  background: #ffffff;
}
.cid-v0btQ4MEJR .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0btQ4MEJR .mbr-section-title {
  margin-bottom: 27px;
}
.cid-v0btQ4MEJR .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-v0btQ4MEJR .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-v0btQ4MEJR .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v0btQ4MEJR .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-v0btQ4MEJR .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-v0btQ4MEJR .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-v0btQ4MEJR .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-v0btQ4MEJR .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-v0btQ4MEJR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0btQ4MEJR .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-v0btQ4MEJR .image__block {
    margin-bottom: -100px;
  }
}
.cid-v0btQ5IhPS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0btQ5IhPS .mbr-section-subtitle {
  color: #14191e;
}
.cid-v0btQ5IhPS .mbr-text {
  color: #777777;
}
.cid-v0btQ5IhPS ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0btQ5IhPS ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v0btQ5IhPS ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d76b4;
  width: 25px;
  height: 25px;
}
.cid-v0btQ5IhPS .mbr-list {
  color: #5d76b4;
}
.cid-v0btQ6v3jA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #326f13;
}
.cid-v0btQ6v3jA .card-wrapper {
  background: #fbfdff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v0btQ6v3jA .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0btQ6v3jA .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0btQ6v3jA .mbr-text {
  color: #000000;
}
.cid-v0btQ6v3jA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0btQ6v3jA .mbr-section-title {
  color: #000000;
}
.cid-v0btQ7dqxe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0btQ7dqxe .title_block {
  margin-bottom: 80px;
}
.cid-v0btQ7dqxe .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v0btQ7dqxe .mbr-section-title,
.cid-v0btQ7dqxe .card-title {
  color: #051441;
}
.cid-v0btQ7dqxe .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0btQ7dqxe .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-v0btQ7dqxe .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(93, 118, 180, 0.07);
}
.cid-v0btQ7dqxe .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #5d76b4;
}
.cid-v0btQ7dqxe .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-v0btQ7dqxe .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-v0btQ7dqxe .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-v0btQ7dqxe .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-v0btQ7dqxe .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-v0btQ7dqxe .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-v0btQ7dqxe .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v0btQ7dqxe .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v0btQ7dqxe .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v0btQ7dqxe .card-title {
  margin-bottom: 20px;
}
.cid-v0btQ7dqxe .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-v0btQ7dqxe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v0btQ7dqxe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0btQ7dqxe .btn_link:hover {
  cursor: pointer;
}
.cid-v0btQ7dqxe .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-v0btQ7dqxe .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-v0btQ7dqxe .title_block {
    margin-bottom: 40px;
  }
  .cid-v0btQ7dqxe .card {
    text-align: center;
  }
  .cid-v0btQ7dqxe .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-v0btQ7dqxe .mbr-section-title {
  color: #000000;
}
.cid-v0btQ7dqxe .card-title,
.cid-v0btQ7dqxe .icon_block {
  color: #000000;
}
.cid-v0btQ7dqxe .card-text,
.cid-v0btQ7dqxe .btn_link {
  color: #6a7c92;
}
.cid-v0btQ8bGCQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0btQ8bGCQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0btQ8bGCQ .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v0btQ8bGCQ .mbr-text {
  margin-bottom: 50px;
}
.cid-v0btQ8bGCQ .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-v0btQ8bGCQ .item:nth-child(1) .iconfont-wrapper {
  background-color: #f4f3ff;
}
.cid-v0btQ8bGCQ .item:nth-child(1) .mbr-iconfont {
  color: #796eff;
}
.cid-v0btQ8bGCQ .item:nth-child(2) .iconfont-wrapper {
  background-color: #fff1ec;
}
.cid-v0btQ8bGCQ .item:nth-child(2) .mbr-iconfont {
  color: #fd612c;
}
.cid-v0btQ8bGCQ .item:nth-child(3) .iconfont-wrapper {
  background-color: #61f914;
}
.cid-v0btQ8bGCQ .item:nth-child(3) .mbr-iconfont {
  color: #1a4902;
}
.cid-v0btQ8bGCQ .item:nth-child(4) .iconfont-wrapper {
  background-color: #e1e6f1;
}
.cid-v0btQ8bGCQ .item:nth-child(4) .mbr-iconfont {
  color: #5d76b4;
}
.cid-v0btQ8bGCQ .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-v0btQ8bGCQ .card_info {
  display: inline-block;
}
.cid-v0btQ8bGCQ .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-v0btQ8bGCQ .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
  font-size: 36px;
  line-height: 70px;
}
.cid-v0btQ8bGCQ .card_title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-v0btQ8bGCQ .card_text {
  margin-bottom: 0;
}
.cid-v0btQ8bGCQ .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-v0btQ8bGCQ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0btQ8bGCQ .card_wrap {
    margin-bottom: 25px;
  }
  .cid-v0btQ8bGCQ .card_title {
    margin-bottom: 10px;
  }
  .cid-v0btQ8bGCQ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v0btQ8bGCQ .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-v0btQ8bGCQ .mbr-text,
.cid-v0btQ8bGCQ .mbr-section-btn {
  color: #000000;
}
.cid-v0btQ95nvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0btQ95nvT .title_block {
  margin-bottom: 80px;
}
.cid-v0btQ95nvT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v0btQ95nvT .mbr-section-title {
  color: #000000;
}
.cid-v0btQ95nvT .image img {
  width: 100%;
  object-fit: cover;
}
.cid-v0btQ95nvT .mbr-text {
  margin-top: 30px;
}
.cid-v0btQ95nvT .nav-tabs .nav-item.open .nav-link:focus,
.cid-v0btQ95nvT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v0btQ95nvT .nav-tabs {
  border: none;
}
.cid-v0btQ95nvT .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-v0btQ95nvT .nav-tabs .nav-link {
  background-color: #eceeec !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #273240 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0btQ95nvT .nav-tabs .nav-link.active {
  background-color: #5d76b4 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-v0btQ95nvT .nav-tabs .nav-link:hover {
  background-color: #5d76b4 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-v0btQ95nvT .nav-tabs .nav-link strong,
.cid-v0btQ95nvT .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-v0btQ95nvT .title_block {
    margin-bottom: 40px;
  }
  .cid-v0btQ95nvT .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0btQ95nvT .mbr-text {
    margin-top: 20px;
  }
}
.cid-v0btQaedTU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0btQaedTU .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0btQaedTU .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0btQaedTU .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v0btQaedTU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v0btQaedTU .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v0btQaedTU .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v0btQaedTU .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v0btQaedTU .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v0btQaedTU .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0btQaedTU .wrapp {
    padding: 1rem;
  }
}
.cid-v0btQaedTU H3 {
  color: #000000;
}
.cid-v0btQaedTU .mbr-text,
.cid-v0btQaedTU .mbr-section-btn {
  color: #000000;
}
.cid-v0btQaZcop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v0btQaZcop .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0btQaZcop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0btQaZcop .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v0btQaZcop .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v0btQaZcop .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0btQaZcop .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v0btQaZcop .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v0btQaZcop .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0btQaZcop .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0btQaZcop .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .decoration_1 {
    left: -380px;
  }
}
.cid-v0btQaZcop .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v0btQaZcop .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v0btQaZcop .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v0btQaZcop .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .decoration_2 {
    right: -380px;
  }
}
.cid-v0btQaZcop .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v0btQaZcop .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v0btQaZcop .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0btQaZcop .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v0btQaZcop .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v0btQaZcop .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0btQaZcop .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .item {
    margin-bottom: 16px;
  }
}
.cid-v0btQaZcop .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #2e4785;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v0btQaZcop .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #326f13;
  border: 1px solid #2e4785;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0btQaZcop .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-v0btQaZcop .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-v0btQaZcop .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v0btQaZcop .mbr-section-title {
  color: #181824;
}
.cid-v0btQaZcop .mbr-section-title,
.cid-v0btQaZcop .icon-wrapper {
  text-align: center;
}
.cid-v0btQaZcop .item-label {
  color: #49496d;
}
.cid-v0btQaZcop .item-title {
  color: #181824;
}
.cid-v0btQaZcop .item-text {
  color: #ffffff;
}
.cid-v0btQbR2R6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0btQbR2R6 nav.navbar {
  position: fixed;
}
.cid-v0btQbR2R6 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v0btQbR2R6 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v0btQbR2R6 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v0btQbR2R6 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v0btQbR2R6 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v0btQbR2R6 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v0btQbR2R6 .dropdown-item:hover,
.cid-v0btQbR2R6 .dropdown-item:focus {
  background: rgba(93, 118, 180, 0.1) !important;
  color: #5d76b4 !important;
}
.cid-v0btQbR2R6 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v0btQbR2R6 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v0btQbR2R6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v0btQbR2R6 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v0btQbR2R6 .nav-link:hover {
  color: #5d76b4 !important;
}
.cid-v0btQbR2R6 .container {
  display: flex;
  margin: auto;
}
.cid-v0btQbR2R6 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v0btQbR2R6 .dropdown-menu,
.cid-v0btQbR2R6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v0btQbR2R6 .nav-item:focus,
.cid-v0btQbR2R6 .nav-link:focus {
  outline: none;
}
.cid-v0btQbR2R6 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v0btQbR2R6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0btQbR2R6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0btQbR2R6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0btQbR2R6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0btQbR2R6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0btQbR2R6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-v0btQbR2R6 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-v0btQbR2R6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0btQbR2R6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0btQbR2R6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0btQbR2R6 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v0btQbR2R6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0btQbR2R6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0btQbR2R6 .navbar.collapsed {
  justify-content: center;
}
.cid-v0btQbR2R6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0btQbR2R6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0btQbR2R6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0btQbR2R6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0btQbR2R6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0btQbR2R6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v0btQbR2R6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0btQbR2R6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0btQbR2R6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0btQbR2R6 .navbar .dropdown-menu {
    display: none;
  }
  .cid-v0btQbR2R6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0btQbR2R6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0btQbR2R6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v0btQbR2R6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0btQbR2R6 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v0btQbR2R6 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v0btQbR2R6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0btQbR2R6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0btQbR2R6 .navbar .navbar-buttons,
  .cid-v0btQbR2R6 .navbar .icons-menu {
    display: none;
  }
  .cid-v0btQbR2R6 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v0btQbR2R6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0btQbR2R6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0btQbR2R6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0btQbR2R6 .dropdown-item.active,
.cid-v0btQbR2R6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0btQbR2R6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0btQbR2R6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0btQbR2R6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0btQbR2R6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0btQbR2R6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0btQbR2R6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0btQbR2R6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v0btQbR2R6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0btQbR2R6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0btQbR2R6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0btQbR2R6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0btQbR2R6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0btQbR2R6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0btQbR2R6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0btQbR2R6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0btQbR2R6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0btQbR2R6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0btQbR2R6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0btQbR2R6 .navbar {
    height: 70px;
  }
  .cid-v0btQbR2R6 .navbar.opened {
    height: auto;
  }
  .cid-v0btQbR2R6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0btQcVCif {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0btQcVCif .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-v0btQcVCif .row-bg {
  align-items: center;
  background: #1a4902;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0btQcVCif .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v0btQcVCif .image-wrapper {
    padding: 1rem;
  }
}
.cid-v0btQcVCif img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-v0btQcVCif img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v0btQcVCif .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0btQcVCif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0btQcVCif .mbr-text,
.cid-v0btQcVCif .mbr-section-btn {
  color: #ffffff;
}
.cid-v0btQdP4Tc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0btQdP4Tc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0btQdP4Tc .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-v0btQdP4Tc .mbr-text {
  margin-bottom: 30px;
}
.cid-v0btQdP4Tc .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-v0btQdP4Tc .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-v0btQdP4Tc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v0btQdP4Tc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0btQdP4Tc .btn_link:hover {
  cursor: pointer;
}
.cid-v0btQdP4Tc .btn_link:hover a {
  color: #5d76b4 !important;
}
.cid-v0btQdP4Tc .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-v0btQdP4Tc .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0btQdP4Tc .text-wrapper {
    text-align: center;
  }
  .cid-v0btQdP4Tc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v0btQdP4Tc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v0btQdP4Tc .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0btQdP4Tc .card-title,
.cid-v0btQdP4Tc .icon_block {
  color: #000000;
}
.cid-v0btQdP4Tc .mbr-text,
.cid-v0btQdP4Tc .btn_link {
  color: #000000;
}
.cid-v0btQeIFml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0btQeIFml .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0btQeIFml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v0btQeIFml .container {
    padding: 0 24px;
  }
}
.cid-v0btQeIFml .row {
  justify-content: center;
  border-top: 1px solid #326f13;
}
@media (min-width: 992px) {
  .cid-v0btQeIFml .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .row {
    border: none;
  }
}
.cid-v0btQeIFml .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .row .item {
    padding: 0 16px;
  }
}
.cid-v0btQeIFml .item-wrapper {
  height: 100%;
}
.cid-v0btQeIFml .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0btQeIFml .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .subtitle-wrap {
    display: block;
  }
}
.cid-v0btQeIFml .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #326f13;
    text-align: left;
  }
}
.cid-v0btQeIFml .content-wrapper {
  padding: 32px;
  border-left: 1px solid #326f13;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .content-wrapper {
    padding: 24px;
    border-top: 1px solid #326f13;
    border-left: 1px solid #326f13;
  }
}
.cid-v0btQeIFml .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0btQeIFml .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v0btQeIFml .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v0btQeIFml .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v0btQeIFml .mbr-section-title {
  color: #F9F6E0;
}
.cid-v0btQeIFml .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-v0btQeIFml .mbr-text {
  color: #000000;
}
.cid-v0btQeIFml .mbr-section-title,
.cid-v0btQeIFml .mbr-section-btn {
  color: #000000;
}
.cid-v0btQfzY34 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v0btQfzY34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0btQfzY34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0btQfzY34 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0btQfzY34 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0btQfzY34 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0btQfzY34 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0btQfzY34 .container {
    padding: 0 14px;
  }
}
.cid-v0btQfzY34 .row {
  justify-content: center;
}
.cid-v0btQfzY34 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0btQfzY34 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0btQfzY34 .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-v0btQfzY34 .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-v0btQfzY34 .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0btQfzY34 .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-v0btQfzY34 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0btQfzY34 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v0btQfzY34 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0btQfzY34 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-v0btQfzY34 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0btQfzY34 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v0btQfzY34 .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-v0btQfzY34 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0btQfzY34 .panel-title {
  color: #01004c;
}
.cid-v0btQfzY34 .panel-text {
  color: #000000;
}
.cid-v0btQfzY34 .panel-title-edit {
  color: #000000;
}
.cid-v0bx4EM4UF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0bx4EM4UF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bx4EM4UF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bx4EM4UF .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0bx4EM4UF .card-wrapper {
    padding: 20px;
  }
}
.cid-v0bx4EM4UF .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0bx4EM4UF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0bx4EM4UF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0bx4EM4UF .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v0bx4EM4UF .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v0bx4EM4UF .mbr-section-title,
.cid-v0bx4EM4UF .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v0btQgpIHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/what-to-do-before-a-dentist-appointment-7.png-1563x908.png");
}
.cid-v0btQgpIHP .footer_col_logo {
  width: 40%;
}
.cid-v0btQgpIHP .footer_col {
  width: 20%;
}
.cid-v0btQgpIHP .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e4785;
}
.cid-v0btQgpIHP .logo_wrap {
  max-width: 20%;
}
.cid-v0btQgpIHP .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-v0btQgpIHP .brand_name {
  color: #ffffff;
}
.cid-v0btQgpIHP .contacts {
  margin-top: 46px;
}
.cid-v0btQgpIHP .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-v0btQgpIHP .contacts b {
  color: #ffffff;
}
.cid-v0btQgpIHP .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #2e4785;
}
.cid-v0btQgpIHP .item-wrap {
  line-height: 44px;
}
.cid-v0btQgpIHP .text-white {
  color: #a99fc5 !important;
}
.cid-v0btQgpIHP .text-white:hover {
  color: #ffffff !important;
}
.cid-v0btQgpIHP .item-wrap a,
.cid-v0btQgpIHP .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0btQgpIHP .item-wrap a:before,
.cid-v0btQgpIHP .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0btQgpIHP .item-wrap a:hover::before,
.cid-v0btQgpIHP .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0btQgpIHP .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-v0btQgpIHP .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-v0btQgpIHP .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v0btQgpIHP .footer_col_logo {
    width: 100%;
  }
  .cid-v0btQgpIHP .footer_col {
    width: 33.3%;
  }
  .cid-v0btQgpIHP .image {
    margin-bottom: 40px;
  }
  .cid-v0btQgpIHP .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-v0btQgpIHP .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-v0btQgpIHP .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v0btQgpIHP .row {
    justify-content: center;
    text-align: center;
  }
  .cid-v0btQgpIHP .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-v0btQgpIHP .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-v0btQgpIHP .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-v0btQgpIHP .contacts_mail {
  color: #ffffff;
}
.cid-v0btQhiCmA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #326f13;
}
.cid-v0btQhiCmA .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-v0btQhiCmA .text-white {
  color: #a99fc5 !important;
}
.cid-v0btQhiCmA .text-white:hover {
  color: #ffffff !important;
}
.cid-v0btQhiCmA .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0btQhiCmA .foot-menu li {
  padding: 10px;
}
.cid-v0btQhiCmA .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v0btQhiCmA .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-v0btQhiCmA .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-v0btQhiCmA .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v0btQhiCmA .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-v0btQhiCmA .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-v0btQhiCmA .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-v0btQhiCmA .social-list a:hover {
  opacity: 1;
}
.cid-v0btQhiCmA .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0btQhiCmA .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-v0btQhiCmA .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
