body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Alex Brush', handwriting;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Nobile', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #d7a105 !important;
  border-color: #d7a105 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8c6903 !important;
  border-color: #8c6903 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c6903 !important;
  border-color: #8c6903 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #d7a105;
  color: #d7a105 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #d7a105;
  border-color: #d7a105;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d7a105 !important;
  border-color: #d7a105 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #232323;
  color: #232323 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #c1c1c1;
  color: #c1c1c1 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #d7a105 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a57c04 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0a0a0a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a8a8a8 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2b2b2b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #d7a105;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #d7a105;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Nobile', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d7a105 !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%;
}
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='%23000000' %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;
}
.cid-rJMD9bGa21 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMD9bGa21 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMD9bGa21 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMD9bGa21 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMD9bGa21 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMD9bGa21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMD9bGa21 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMD9bGa21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMD9bGa21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMD9bGa21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMD9bGa21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMD9bGa21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMD9bGa21 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMD9bGa21 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMD9bGa21 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMD9bGa21 .dropdown-item.active,
.cid-rJMD9bGa21 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMD9bGa21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMD9bGa21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMD9bGa21 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMD9bGa21 .navbar-buttons {
  text-align: center;
}
.cid-rJMD9bGa21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMD9bGa21 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMD9bGa21 .nav-link:hover,
.cid-rJMD9bGa21 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMD9bGa21 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMD9bGa21 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMD9bGa21 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tLR6I51ysW {
  overflow: hidden !important;
}
.cid-tLR6I51ysW .container-fluid {
  padding: 0 3rem;
}
.cid-tLR6I51ysW .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-tLR6I51ysW .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLR6I51ysW h1 {
  margin-bottom: 1rem;
}
.cid-tLR6I51ysW .mbr-section-title {
  font-weight: 300;
  color: #d7a105;
}
.cid-tLR6I51ysW .btn-line {
  margin-top: 3rem;
}
.cid-tLR6I51ysW p {
  margin-bottom: 0;
}
.cid-tLR6I51ysW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLR6I51ysW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-tLR6I51ysW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rDJmd443f0 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffbc00;
}
@media (max-width: 991px) {
  .cid-rDJmd443f0 {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 16px;
  }
}
.cid-rDJmd443f0 .animated-element {
  color: #efefef;
}
.cid-rDJmd443f0 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-rDJmd443f0 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rDJmd443f0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rDJmd443f0 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rDJmd443f0 .mbr-white {
    padding-left: 5rem;
  }
  .cid-rDJmd443f0 .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-rDJmd443f0 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-rDJmd443f0 .container-fluid {
  max-width: 1300px;
}
.cid-rDJmd443f0 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-rDJmd443f0 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-rDJmd443f0 .btn-line {
  margin-top: 3rem;
}
.cid-rDJmd443f0 .mbr-section-subtitle,
.cid-rDJmd443f0 .mbr-section-btn {
  color: #000000;
}
.cid-tFIn0e6Zx2 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1262.webp");
}
@media (max-width: 991px) {
  .cid-tFIn0e6Zx2 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tFIn0e6Zx2 .container-fluid {
  padding: 0 3rem;
}
.cid-tFIn0e6Zx2 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-tFIn0e6Zx2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tFIn0e6Zx2 h1 {
  margin-bottom: 1rem;
}
.cid-tFIn0e6Zx2 .mbr-section-title {
  font-weight: 300;
  color: #000000;
}
.cid-tFIn0e6Zx2 .btn-line {
  margin-top: 3rem;
}
.cid-tFIn0e6Zx2 p {
  margin-bottom: 0;
}
.cid-tFIn0e6Zx2 .mbr-text,
.cid-tFIn0e6Zx2 .mbr-section-btn {
  color: #000000;
}
.cid-tFIn0e6Zx2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tFImt1ajtD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tFImt1ajtD {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFImt1ajtD img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFImt1ajtD H1 {
  color: #ffbc00;
}
.cid-tFImt1ajtD .mbr-text,
.cid-tFImt1ajtD .mbr-section-btn {
  color: #132c70;
}
.cid-tFImt1ajtD H3 {
  color: #132c70;
}
.cid-tFImt1ajtD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFImt1ajtD .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFImt1ajtD .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFImt1ajtD .link:hover {
  color: #000000 !important;
}
.cid-tFImt1ajtD .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFImt1ajtD DIV {
  color: #57468b;
}
.cid-tFImt1ajtD .text-1 {
  line-height: 1;
}
.cid-tFImt1ajtD .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFImt1ajtD .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFImt1ajtD .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFIiQ36ySu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tFIiQ36ySu .carousel {
  height: 800px;
}
.cid-tFIiQ36ySu .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFIiQ36ySu .carousel-item,
.cid-tFIiQ36ySu .carousel-inner {
  height: 100%;
}
.cid-tFIiQ36ySu .mbr-overlay {
  z-index: 1;
}
.cid-tFIiQ36ySu .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tFIiQ36ySu .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tFIiQ36ySu .carousel-caption {
    width: 900px;
  }
}
.cid-tFIiQ36ySu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFIiQ36ySu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFIiQ36ySu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tFIiQ36ySu .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tFIiQ36ySu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tFIiQ36ySu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tFIiQ36ySu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFIiQ36ySu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tFIiQ36ySu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFIiQ36ySu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFIiQ36ySu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFIiQ36ySu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFIiQ36ySu .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tFIiQ36ySu .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-tFIiQ36ySu .carousel-indicators li::after,
.cid-tFIiQ36ySu .carousel-indicators li::before {
  content: none;
}
.cid-tFIiQ36ySu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tFIiQ36ySu H5 {
  color: #ffbc00;
}
.cid-tFIiQ36ySu P {
  color: #ffffff;
}
.cid-tFIoGIoqwY {
  background-color: #ffffff;
}
.cid-tFIoGIoqwY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFIoGIoqwY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFIoGIoqwY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFIoGIoqwY .social-media {
  margin-top: 1.5rem;
}
.cid-tFIoGIoqwY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFIoGIoqwY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFIoGIoqwY .mbr-text,
.cid-tFIoGIoqwY .mbr-offer {
  line-height: 1.5;
}
.cid-tFIoGIoqwY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFIoGIoqwY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFIoGIoqwY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFIoGIoqwY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFIoGIoqwY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFIoGIoqwY .container-fluid {
  max-width: 1300px;
}
.cid-tFIoGIoqwY li {
  font-weight: 400;
}
.cid-tFIT8h4v4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFIT8h4v4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFIT8h4v4z .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-tFIT8h4v4z .container {
    padding: 0 20px;
  }
}
.cid-tFIT8h4v4z .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFIT8h4v4z .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFIT8h4v4z .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFIT8h4v4z .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFIT8h4v4z .mbr-section-title {
  color: #ffffff;
}
.cid-tFIT8h4v4z .mbr-section-title,
.cid-tFIT8h4v4z .mbr-section-btn,
.cid-tFIT8h4v4z .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-rJMD9bGa21 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMD9bGa21 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMD9bGa21 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMD9bGa21 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMD9bGa21 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMD9bGa21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMD9bGa21 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMD9bGa21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMD9bGa21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMD9bGa21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMD9bGa21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMD9bGa21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMD9bGa21 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMD9bGa21 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMD9bGa21 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMD9bGa21 .dropdown-item.active,
.cid-rJMD9bGa21 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMD9bGa21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMD9bGa21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMD9bGa21 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMD9bGa21 .navbar-buttons {
  text-align: center;
}
.cid-rJMD9bGa21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMD9bGa21 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMD9bGa21 .nav-link:hover,
.cid-rJMD9bGa21 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMD9bGa21 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMD9bGa21 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMD9bGa21 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJ5ucHzx5 {
  background-color: #ffffff;
}
.cid-tFJ5ucHzx5 .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFJ5ucHzx5 .mbr-form .row {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-tFJ5ucHzx5 .form-control {
  padding: 1rem 2rem;
  border: 1px solid #132c70;
  border-radius: 0px;
  height: 1rem;
}
.cid-tFJ5ucHzx5 .input-group-btn {
  display: inline-block;
}
.cid-tFJ5ucHzx5 .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tFJ5ucHzx5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tFJ5ucHzx5 .form1 {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFJ5ucHzx5 .form1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tFJ5ucHzx5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tFJ5ucHzx5 .form-group {
    padding: 0;
  }
  .cid-tFJ5ucHzx5 .btn {
    margin: 0;
  }
  .cid-tFJ5ucHzx5 .input-group-btn {
    width: 100%;
    padding: 0;
    position: static;
  }
  .cid-tFJ5ucHzx5 .input-group-btn .btn {
    display: block;
  }
  .cid-tFJ5ucHzx5 .form-control {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .cid-tFJ5ucHzx5 .social-media {
    padding: 0;
    display: block;
  }
  .cid-tFJ5ucHzx5 .subtext-1,
  .cid-tFJ5ucHzx5 .subtext-2 {
    text-align: center !important;
  }
  .cid-tFJ5ucHzx5 .form-text {
    text-align: center !important;
  }
  .cid-tFJ5ucHzx5 .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-tFJ5ucHzx5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tFJ5ucHzx5 .dragArea {
    display: flex;
    justify-content: center;
  }
}
.cid-tFJ5ucHzx5 .mbr-title {
  margin-bottom: 1rem;
}
.cid-tFJ5ucHzx5 input::-webkit-input-placeholder {
  color: #132c70;
}
.cid-tFJ5ucHzx5 input::-moz-placeholder {
  color: #132c70;
}
.cid-tFJ5ucHzx5 .btn {
  padding: 0.7rem 2rem;
}
.cid-tFJ5ucHzx5 .form-control:focus {
  color: #132c70;
  border: 1px solid #132c70;
  box-shadow: none;
}
.cid-tFJ5ucHzx5 .mbr-title,
.cid-tFJ5ucHzx5 .underline {
  color: #d7a105;
}
.cid-tFJ5ucHzx5 .mbr-section-subtitle {
  color: #000000;
}
.cid-tFJ6RBuDWk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444444;
}
.cid-tFJ6RBuDWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJ6RBuDWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJ6RBuDWk .container,
.cid-tFJ6RBuDWk .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFJ6RBuDWk .container,
  .cid-tFJ6RBuDWk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFJ6RBuDWk .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tFJ6RBuDWk .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tFJ6RBuDWk .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tFJ6RBuDWk .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tFJ6RBuDWk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFJ6RBuDWk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tFIoGIoqwY {
  background-color: #ffffff;
}
.cid-tFIoGIoqwY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFIoGIoqwY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFIoGIoqwY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFIoGIoqwY .social-media {
  margin-top: 1.5rem;
}
.cid-tFIoGIoqwY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFIoGIoqwY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFIoGIoqwY .mbr-text,
.cid-tFIoGIoqwY .mbr-offer {
  line-height: 1.5;
}
.cid-tFIoGIoqwY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFIoGIoqwY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFIoGIoqwY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFIoGIoqwY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFIoGIoqwY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFIoGIoqwY .container-fluid {
  max-width: 1300px;
}
.cid-tFIoGIoqwY li {
  font-weight: 400;
}
.cid-tFJ58sEqU8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJ58sEqU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJ58sEqU8 .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-tFJ58sEqU8 .container {
    padding: 0 20px;
  }
}
.cid-tFJ58sEqU8 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJ58sEqU8 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJ58sEqU8 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJ58sEqU8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJ58sEqU8 .mbr-section-title {
  color: #ffffff;
}
.cid-tFJ58sEqU8 .mbr-section-title,
.cid-tFJ58sEqU8 .mbr-section-btn,
.cid-tFJ58sEqU8 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-rJMD9bGa21 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMD9bGa21 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMD9bGa21 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMD9bGa21 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMD9bGa21 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMD9bGa21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMD9bGa21 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMD9bGa21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMD9bGa21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMD9bGa21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMD9bGa21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMD9bGa21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMD9bGa21 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMD9bGa21 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMD9bGa21 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMD9bGa21 .dropdown-item.active,
.cid-rJMD9bGa21 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMD9bGa21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMD9bGa21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMD9bGa21 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMD9bGa21 .navbar-buttons {
  text-align: center;
}
.cid-rJMD9bGa21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMD9bGa21 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMD9bGa21 .nav-link:hover,
.cid-rJMD9bGa21 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMD9bGa21 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMD9bGa21 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMD9bGa21 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJsSx4jkY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJsSx4jkY {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFJsSx4jkY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFJsSx4jkY H1 {
  color: #000000;
}
.cid-tFJsSx4jkY .mbr-text,
.cid-tFJsSx4jkY .mbr-section-btn {
  color: #132c70;
}
.cid-tFJsSx4jkY H3 {
  color: #132c70;
}
.cid-tFJsSx4jkY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFJsSx4jkY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFJsSx4jkY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFJsSx4jkY .link:hover {
  color: #000000 !important;
}
.cid-tFJsSx4jkY .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFJsSx4jkY DIV {
  color: #57468b;
}
.cid-tFJsSx4jkY .text-1 {
  line-height: 1;
}
.cid-tFJsSx4jkY .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFJsSx4jkY .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFJsSx4jkY .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFJsWZjqo7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFJsWZjqo7 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tFJsWZjqo7 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJsWZjqo7 .mbr-section-title {
  color: #d7a105;
  text-align: center;
}
.cid-tFJsWZjqo7 .mbr-section-title DIV {
  text-align: center;
}
.cid-tFJu8noCYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFJu8noCYA .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tFJu8noCYA .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJu8noCYA .mbr-section-title {
  color: #d7a105;
  text-align: center;
}
.cid-tFJu8noCYA .mbr-section-title DIV {
  text-align: center;
}
.cid-tFJw8larvT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444444;
}
.cid-tFJw8larvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJw8larvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJw8larvT .container,
.cid-tFJw8larvT .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFJw8larvT .container,
  .cid-tFJw8larvT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFJw8larvT .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tFJw8larvT .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tFJw8larvT .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tFJw8larvT .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tFJw8larvT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFJw8larvT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tFIoGIoqwY {
  background-color: #ffffff;
}
.cid-tFIoGIoqwY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFIoGIoqwY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFIoGIoqwY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFIoGIoqwY .social-media {
  margin-top: 1.5rem;
}
.cid-tFIoGIoqwY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFIoGIoqwY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFIoGIoqwY .mbr-text,
.cid-tFIoGIoqwY .mbr-offer {
  line-height: 1.5;
}
.cid-tFIoGIoqwY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFIoGIoqwY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFIoGIoqwY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFIoGIoqwY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFIoGIoqwY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFIoGIoqwY .container-fluid {
  max-width: 1300px;
}
.cid-tFIoGIoqwY li {
  font-weight: 400;
}
.cid-tFJwVXKkPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJwVXKkPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJwVXKkPN .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-tFJwVXKkPN .container {
    padding: 0 20px;
  }
}
.cid-tFJwVXKkPN .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJwVXKkPN .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJwVXKkPN .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJwVXKkPN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJwVXKkPN .mbr-section-title {
  color: #ffffff;
}
.cid-tFJwVXKkPN .mbr-section-title,
.cid-tFJwVXKkPN .mbr-section-btn,
.cid-tFJwVXKkPN .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-rJMD9bGa21 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMD9bGa21 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMD9bGa21 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMD9bGa21 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMD9bGa21 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMD9bGa21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMD9bGa21 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMD9bGa21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMD9bGa21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMD9bGa21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMD9bGa21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMD9bGa21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMD9bGa21 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMD9bGa21 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMD9bGa21 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMD9bGa21 .dropdown-item.active,
.cid-rJMD9bGa21 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMD9bGa21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMD9bGa21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMD9bGa21 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMD9bGa21 .navbar-buttons {
  text-align: center;
}
.cid-rJMD9bGa21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMD9bGa21 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMD9bGa21 .nav-link:hover,
.cid-rJMD9bGa21 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMD9bGa21 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMD9bGa21 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMD9bGa21 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJEeYh054 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJEeYh054 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFJEeYh054 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFJEeYh054 H1 {
  color: #000000;
}
.cid-tFJEeYh054 .mbr-text,
.cid-tFJEeYh054 .mbr-section-btn {
  color: #132c70;
}
.cid-tFJEeYh054 H3 {
  color: #132c70;
}
.cid-tFJEeYh054 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFJEeYh054 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFJEeYh054 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFJEeYh054 .link:hover {
  color: #000000 !important;
}
.cid-tFJEeYh054 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFJEeYh054 DIV {
  color: #57468b;
}
.cid-tFJEeYh054 .text-1 {
  line-height: 1;
}
.cid-tFJEeYh054 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFJEeYh054 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFJEeYh054 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFJElx9c6B {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tFJElx9c6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJElx9c6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJElx9c6B a {
  font-weight: bold;
}
.cid-tFJElx9c6B .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tFJElx9c6B .mbr-text,
.cid-tFJElx9c6B .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFJElx9c6B .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFIoGIoqwY {
  background-color: #ffffff;
}
.cid-tFIoGIoqwY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFIoGIoqwY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFIoGIoqwY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFIoGIoqwY .social-media {
  margin-top: 1.5rem;
}
.cid-tFIoGIoqwY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFIoGIoqwY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFIoGIoqwY .mbr-text,
.cid-tFIoGIoqwY .mbr-offer {
  line-height: 1.5;
}
.cid-tFIoGIoqwY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFIoGIoqwY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFIoGIoqwY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFIoGIoqwY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFIoGIoqwY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFIoGIoqwY .container-fluid {
  max-width: 1300px;
}
.cid-tFIoGIoqwY li {
  font-weight: 400;
}
.cid-tFJG0Dow03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJG0Dow03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJG0Dow03 .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-tFJG0Dow03 .container {
    padding: 0 20px;
  }
}
.cid-tFJG0Dow03 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJG0Dow03 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJG0Dow03 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJG0Dow03 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJG0Dow03 .mbr-section-title {
  color: #ffffff;
}
.cid-tFJG0Dow03 .mbr-section-title,
.cid-tFJG0Dow03 .mbr-section-btn,
.cid-tFJG0Dow03 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFJK41PNDJ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFJK41PNDJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFJK41PNDJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFJK41PNDJ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFJK41PNDJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJK41PNDJ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFJK41PNDJ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFJK41PNDJ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFJK41PNDJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFJK41PNDJ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFJK41PNDJ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFJK41PNDJ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFJK41PNDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJK41PNDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFJK41PNDJ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFJK41PNDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFJK41PNDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFJK41PNDJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFJK41PNDJ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFJK41PNDJ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFJK41PNDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFJK41PNDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFJK41PNDJ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFJK41PNDJ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFJK41PNDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJK41PNDJ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFJK41PNDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJK41PNDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJK41PNDJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFJK41PNDJ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFJK41PNDJ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFJK41PNDJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJK41PNDJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFJK41PNDJ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFJK41PNDJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFJK41PNDJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJK41PNDJ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFJK41PNDJ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFJK41PNDJ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFJK41PNDJ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFJK41PNDJ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFJK41PNDJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJK41PNDJ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFJK41PNDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJK41PNDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJK41PNDJ .dropdown-item.active,
.cid-tFJK41PNDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJK41PNDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFJK41PNDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJK41PNDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJK41PNDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFJK41PNDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFJK41PNDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJK41PNDJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFJK41PNDJ .navbar-buttons {
  text-align: center;
}
.cid-tFJK41PNDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJK41PNDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJK41PNDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJK41PNDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJK41PNDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJK41PNDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJK41PNDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJK41PNDJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJK41PNDJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJK41PNDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJK41PNDJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFJK41PNDJ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFJK41PNDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFJK41PNDJ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFJK41PNDJ .nav-link:hover,
.cid-tFJK41PNDJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFJK41PNDJ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFJK41PNDJ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFJK41PNDJ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJK42LyWa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJK42LyWa {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFJK42LyWa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFJK42LyWa H1 {
  color: #000000;
}
.cid-tFJK42LyWa .mbr-text,
.cid-tFJK42LyWa .mbr-section-btn {
  color: #132c70;
}
.cid-tFJK42LyWa H3 {
  color: #132c70;
}
.cid-tFJK42LyWa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFJK42LyWa .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFJK42LyWa .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFJK42LyWa .link:hover {
  color: #000000 !important;
}
.cid-tFJK42LyWa .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFJK42LyWa DIV {
  color: #57468b;
}
.cid-tFJK42LyWa .text-1 {
  line-height: 1;
}
.cid-tFJK42LyWa .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFJK42LyWa .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFJK42LyWa .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFJK43r3oq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tFJK43r3oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJK43r3oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJK43r3oq a {
  font-weight: bold;
}
.cid-tFJK43r3oq .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tFJK43r3oq .mbr-text,
.cid-tFJK43r3oq .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFJK43r3oq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJK43YXnJ {
  background-color: #ffffff;
}
.cid-tFJK43YXnJ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFJK43YXnJ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFJK43YXnJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFJK43YXnJ .social-media {
  margin-top: 1.5rem;
}
.cid-tFJK43YXnJ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFJK43YXnJ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFJK43YXnJ .mbr-text,
.cid-tFJK43YXnJ .mbr-offer {
  line-height: 1.5;
}
.cid-tFJK43YXnJ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFJK43YXnJ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFJK43YXnJ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFJK43YXnJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFJK43YXnJ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFJK43YXnJ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFJK43YXnJ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFJK43YXnJ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFJK43YXnJ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFJK43YXnJ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFJK43YXnJ .container-fluid {
  max-width: 1300px;
}
.cid-tFJK43YXnJ li {
  font-weight: 400;
}
.cid-tFJK45thJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJK45thJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJK45thJX .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-tFJK45thJX .container {
    padding: 0 20px;
  }
}
.cid-tFJK45thJX .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJK45thJX .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJK45thJX .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJK45thJX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJK45thJX .mbr-section-title {
  color: #ffffff;
}
.cid-tFJK45thJX .mbr-section-title,
.cid-tFJK45thJX .mbr-section-btn,
.cid-tFJK45thJX .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFJPDBqq5q {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFJPDBqq5q .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFJPDBqq5q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFJPDBqq5q .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFJPDBqq5q .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJPDBqq5q .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFJPDBqq5q .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFJPDBqq5q .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFJPDBqq5q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFJPDBqq5q .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFJPDBqq5q .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFJPDBqq5q .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFJPDBqq5q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJPDBqq5q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFJPDBqq5q .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFJPDBqq5q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFJPDBqq5q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFJPDBqq5q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFJPDBqq5q .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFJPDBqq5q .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFJPDBqq5q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFJPDBqq5q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFJPDBqq5q .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFJPDBqq5q .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFJPDBqq5q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJPDBqq5q .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFJPDBqq5q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJPDBqq5q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJPDBqq5q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFJPDBqq5q .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFJPDBqq5q .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFJPDBqq5q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJPDBqq5q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFJPDBqq5q .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFJPDBqq5q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFJPDBqq5q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJPDBqq5q .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFJPDBqq5q .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFJPDBqq5q .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFJPDBqq5q .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFJPDBqq5q .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFJPDBqq5q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJPDBqq5q .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFJPDBqq5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJPDBqq5q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJPDBqq5q .dropdown-item.active,
.cid-tFJPDBqq5q .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJPDBqq5q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFJPDBqq5q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJPDBqq5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJPDBqq5q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFJPDBqq5q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFJPDBqq5q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJPDBqq5q ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFJPDBqq5q .navbar-buttons {
  text-align: center;
}
.cid-tFJPDBqq5q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJPDBqq5q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJPDBqq5q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJPDBqq5q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJPDBqq5q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJPDBqq5q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJPDBqq5q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJPDBqq5q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJPDBqq5q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJPDBqq5q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJPDBqq5q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFJPDBqq5q .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFJPDBqq5q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFJPDBqq5q .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFJPDBqq5q .nav-link:hover,
.cid-tFJPDBqq5q .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFJPDBqq5q .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFJPDBqq5q .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFJPDBqq5q .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJPDCixCO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJPDCixCO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFJPDCixCO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFJPDCixCO H1 {
  color: #000000;
}
.cid-tFJPDCixCO .mbr-text,
.cid-tFJPDCixCO .mbr-section-btn {
  color: #132c70;
}
.cid-tFJPDCixCO H3 {
  color: #132c70;
}
.cid-tFJPDCixCO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFJPDCixCO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFJPDCixCO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFJPDCixCO .link:hover {
  color: #000000 !important;
}
.cid-tFJPDCixCO .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFJPDCixCO DIV {
  color: #57468b;
}
.cid-tFJPDCixCO .text-1 {
  line-height: 1;
}
.cid-tFJPDCixCO .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFJPDCixCO .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFJPDCixCO .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFJPDCUDpH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tFJPDCUDpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJPDCUDpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJPDCUDpH a {
  font-weight: bold;
}
.cid-tFJPDCUDpH .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tFJPDCUDpH .mbr-text,
.cid-tFJPDCUDpH .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFJPDCUDpH .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJPDDNd1J {
  background-color: #ffffff;
}
.cid-tFJPDDNd1J .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFJPDDNd1J .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFJPDDNd1J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFJPDDNd1J .social-media {
  margin-top: 1.5rem;
}
.cid-tFJPDDNd1J .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFJPDDNd1J .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFJPDDNd1J .mbr-text,
.cid-tFJPDDNd1J .mbr-offer {
  line-height: 1.5;
}
.cid-tFJPDDNd1J .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFJPDDNd1J {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFJPDDNd1J .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFJPDDNd1J .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFJPDDNd1J .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFJPDDNd1J .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFJPDDNd1J .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFJPDDNd1J {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFJPDDNd1J .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFJPDDNd1J .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFJPDDNd1J .container-fluid {
  max-width: 1300px;
}
.cid-tFJPDDNd1J li {
  font-weight: 400;
}
.cid-tFJPDF6vV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJPDF6vV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJPDF6vV7 .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-tFJPDF6vV7 .container {
    padding: 0 20px;
  }
}
.cid-tFJPDF6vV7 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJPDF6vV7 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJPDF6vV7 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJPDF6vV7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJPDF6vV7 .mbr-section-title {
  color: #ffffff;
}
.cid-tFJPDF6vV7 .mbr-section-title,
.cid-tFJPDF6vV7 .mbr-section-btn,
.cid-tFJPDF6vV7 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFJRAV7WVb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFJRAV7WVb .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFJRAV7WVb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFJRAV7WVb .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFJRAV7WVb .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJRAV7WVb .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFJRAV7WVb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFJRAV7WVb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFJRAV7WVb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFJRAV7WVb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFJRAV7WVb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFJRAV7WVb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFJRAV7WVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJRAV7WVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFJRAV7WVb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFJRAV7WVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFJRAV7WVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFJRAV7WVb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFJRAV7WVb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFJRAV7WVb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFJRAV7WVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFJRAV7WVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFJRAV7WVb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFJRAV7WVb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFJRAV7WVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJRAV7WVb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFJRAV7WVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJRAV7WVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJRAV7WVb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFJRAV7WVb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFJRAV7WVb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFJRAV7WVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJRAV7WVb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFJRAV7WVb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFJRAV7WVb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFJRAV7WVb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJRAV7WVb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFJRAV7WVb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFJRAV7WVb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFJRAV7WVb .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFJRAV7WVb .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFJRAV7WVb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJRAV7WVb .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFJRAV7WVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJRAV7WVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJRAV7WVb .dropdown-item.active,
.cid-tFJRAV7WVb .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJRAV7WVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFJRAV7WVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJRAV7WVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJRAV7WVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFJRAV7WVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFJRAV7WVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJRAV7WVb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFJRAV7WVb .navbar-buttons {
  text-align: center;
}
.cid-tFJRAV7WVb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJRAV7WVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJRAV7WVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJRAV7WVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJRAV7WVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJRAV7WVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJRAV7WVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJRAV7WVb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJRAV7WVb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJRAV7WVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJRAV7WVb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFJRAV7WVb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFJRAV7WVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFJRAV7WVb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFJRAV7WVb .nav-link:hover,
.cid-tFJRAV7WVb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFJRAV7WVb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFJRAV7WVb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFJRAV7WVb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJRAW6TKN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJRAW6TKN {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFJRAW6TKN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFJRAW6TKN H1 {
  color: #000000;
}
.cid-tFJRAW6TKN .mbr-text,
.cid-tFJRAW6TKN .mbr-section-btn {
  color: #132c70;
}
.cid-tFJRAW6TKN H3 {
  color: #132c70;
}
.cid-tFJRAW6TKN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFJRAW6TKN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFJRAW6TKN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFJRAW6TKN .link:hover {
  color: #000000 !important;
}
.cid-tFJRAW6TKN .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFJRAW6TKN DIV {
  color: #57468b;
}
.cid-tFJRAW6TKN .text-1 {
  line-height: 1;
}
.cid-tFJRAW6TKN .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFJRAW6TKN .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFJRAW6TKN .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFJRAWNpOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tFJRAWNpOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJRAWNpOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJRAWNpOQ a {
  font-weight: bold;
}
.cid-tFJRAWNpOQ .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tFJRAWNpOQ .mbr-text,
.cid-tFJRAWNpOQ .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFJRAWNpOQ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJRAXFJqb {
  background-color: #ffffff;
}
.cid-tFJRAXFJqb .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFJRAXFJqb .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFJRAXFJqb .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFJRAXFJqb .social-media {
  margin-top: 1.5rem;
}
.cid-tFJRAXFJqb .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFJRAXFJqb .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFJRAXFJqb .mbr-text,
.cid-tFJRAXFJqb .mbr-offer {
  line-height: 1.5;
}
.cid-tFJRAXFJqb .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFJRAXFJqb {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFJRAXFJqb .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFJRAXFJqb .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFJRAXFJqb .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFJRAXFJqb .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFJRAXFJqb .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFJRAXFJqb {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFJRAXFJqb .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFJRAXFJqb .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFJRAXFJqb .container-fluid {
  max-width: 1300px;
}
.cid-tFJRAXFJqb li {
  font-weight: 400;
}
.cid-tFJRAZbDYa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJRAZbDYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJRAZbDYa .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-tFJRAZbDYa .container {
    padding: 0 20px;
  }
}
.cid-tFJRAZbDYa .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJRAZbDYa .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJRAZbDYa .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJRAZbDYa .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJRAZbDYa .mbr-section-title {
  color: #ffffff;
}
.cid-tFJRAZbDYa .mbr-section-title,
.cid-tFJRAZbDYa .mbr-section-btn,
.cid-tFJRAZbDYa .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFJMLTKaJu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFJMLTKaJu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFJMLTKaJu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFJMLTKaJu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFJMLTKaJu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJMLTKaJu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFJMLTKaJu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFJMLTKaJu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFJMLTKaJu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFJMLTKaJu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFJMLTKaJu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFJMLTKaJu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFJMLTKaJu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJMLTKaJu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFJMLTKaJu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFJMLTKaJu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFJMLTKaJu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFJMLTKaJu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFJMLTKaJu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFJMLTKaJu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFJMLTKaJu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFJMLTKaJu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFJMLTKaJu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFJMLTKaJu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFJMLTKaJu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJMLTKaJu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFJMLTKaJu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJMLTKaJu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJMLTKaJu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFJMLTKaJu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFJMLTKaJu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFJMLTKaJu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJMLTKaJu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFJMLTKaJu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFJMLTKaJu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFJMLTKaJu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJMLTKaJu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFJMLTKaJu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFJMLTKaJu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFJMLTKaJu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFJMLTKaJu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFJMLTKaJu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJMLTKaJu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFJMLTKaJu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJMLTKaJu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJMLTKaJu .dropdown-item.active,
.cid-tFJMLTKaJu .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJMLTKaJu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFJMLTKaJu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJMLTKaJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJMLTKaJu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFJMLTKaJu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFJMLTKaJu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJMLTKaJu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFJMLTKaJu .navbar-buttons {
  text-align: center;
}
.cid-tFJMLTKaJu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJMLTKaJu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJMLTKaJu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJMLTKaJu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJMLTKaJu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJMLTKaJu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJMLTKaJu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJMLTKaJu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJMLTKaJu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJMLTKaJu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJMLTKaJu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFJMLTKaJu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFJMLTKaJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFJMLTKaJu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFJMLTKaJu .nav-link:hover,
.cid-tFJMLTKaJu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFJMLTKaJu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFJMLTKaJu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFJMLTKaJu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJMLURLsA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJMLURLsA {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFJMLURLsA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFJMLURLsA H1 {
  color: #000000;
}
.cid-tFJMLURLsA .mbr-text,
.cid-tFJMLURLsA .mbr-section-btn {
  color: #132c70;
}
.cid-tFJMLURLsA H3 {
  color: #132c70;
}
.cid-tFJMLURLsA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFJMLURLsA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFJMLURLsA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFJMLURLsA .link:hover {
  color: #000000 !important;
}
.cid-tFJMLURLsA .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFJMLURLsA DIV {
  color: #57468b;
}
.cid-tFJMLURLsA .text-1 {
  line-height: 1;
}
.cid-tFJMLURLsA .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFJMLURLsA .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFJMLURLsA .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFJMLVEPtZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tFJMLVEPtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJMLVEPtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJMLVEPtZ a {
  font-weight: bold;
}
.cid-tFJMLVEPtZ .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tFJMLVEPtZ .mbr-text,
.cid-tFJMLVEPtZ .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFJMLVEPtZ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJNX9ztJd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFJNX9ztJd .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tFJNX9ztJd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tFJNX9ztJd .mbr-section-title {
  color: #d7a105;
  text-align: center;
}
.cid-tFJNX9ztJd .mbr-section-title DIV {
  text-align: center;
}
.cid-tFJMLWWaOQ {
  background-color: #ffffff;
}
.cid-tFJMLWWaOQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFJMLWWaOQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFJMLWWaOQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFJMLWWaOQ .social-media {
  margin-top: 1.5rem;
}
.cid-tFJMLWWaOQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFJMLWWaOQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFJMLWWaOQ .mbr-text,
.cid-tFJMLWWaOQ .mbr-offer {
  line-height: 1.5;
}
.cid-tFJMLWWaOQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFJMLWWaOQ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFJMLWWaOQ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFJMLWWaOQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFJMLWWaOQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFJMLWWaOQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFJMLWWaOQ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFJMLWWaOQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFJMLWWaOQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFJMLWWaOQ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFJMLWWaOQ .container-fluid {
  max-width: 1300px;
}
.cid-tFJMLWWaOQ li {
  font-weight: 400;
}
.cid-tFJMLYeeBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJMLYeeBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJMLYeeBD .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-tFJMLYeeBD .container {
    padding: 0 20px;
  }
}
.cid-tFJMLYeeBD .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJMLYeeBD .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJMLYeeBD .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJMLYeeBD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJMLYeeBD .mbr-section-title {
  color: #ffffff;
}
.cid-tFJMLYeeBD .mbr-section-title,
.cid-tFJMLYeeBD .mbr-section-btn,
.cid-tFJMLYeeBD .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFJWAjqr6F {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFJWAjqr6F .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFJWAjqr6F .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFJWAjqr6F .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFJWAjqr6F .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJWAjqr6F .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFJWAjqr6F .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFJWAjqr6F .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFJWAjqr6F .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFJWAjqr6F .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFJWAjqr6F .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFJWAjqr6F .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFJWAjqr6F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJWAjqr6F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFJWAjqr6F .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFJWAjqr6F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFJWAjqr6F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFJWAjqr6F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFJWAjqr6F .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFJWAjqr6F .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFJWAjqr6F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFJWAjqr6F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFJWAjqr6F .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFJWAjqr6F .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFJWAjqr6F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJWAjqr6F .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFJWAjqr6F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJWAjqr6F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJWAjqr6F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFJWAjqr6F .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFJWAjqr6F .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFJWAjqr6F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJWAjqr6F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFJWAjqr6F .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFJWAjqr6F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFJWAjqr6F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJWAjqr6F .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFJWAjqr6F .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFJWAjqr6F .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFJWAjqr6F .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFJWAjqr6F .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFJWAjqr6F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJWAjqr6F .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFJWAjqr6F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJWAjqr6F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJWAjqr6F .dropdown-item.active,
.cid-tFJWAjqr6F .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJWAjqr6F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFJWAjqr6F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJWAjqr6F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJWAjqr6F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFJWAjqr6F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFJWAjqr6F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJWAjqr6F ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFJWAjqr6F .navbar-buttons {
  text-align: center;
}
.cid-tFJWAjqr6F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJWAjqr6F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJWAjqr6F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJWAjqr6F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJWAjqr6F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJWAjqr6F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJWAjqr6F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJWAjqr6F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJWAjqr6F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJWAjqr6F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJWAjqr6F a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFJWAjqr6F .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFJWAjqr6F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFJWAjqr6F .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFJWAjqr6F .nav-link:hover,
.cid-tFJWAjqr6F .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFJWAjqr6F .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFJWAjqr6F .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFJWAjqr6F .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFJWW5iHxh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJWW5iHxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJWW5iHxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJWW5iHxh a {
  font-weight: bold;
}
.cid-tFJWW5iHxh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tFJWW5iHxh .mbr-text,
.cid-tFJWW5iHxh .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFJWW5iHxh .mbr-section-subtitle {
  text-align: center;
}
.cid-tM8TNrCfLk {
  background-color: #ffffff;
}
.cid-tM8TNrCfLk H2 {
  color: #132c70;
}
.cid-tM8TNrCfLk H3 {
  color: #132c70;
}
.cid-tM8TNrCfLk .mbr-text,
.cid-tM8TNrCfLk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM8TNrCfLk .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM8TNrCfLk img {
  filter: invert(0.5);
}
.cid-tM8TNrCfLk .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tM8TNrCfLk {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tM8TNrCfLk .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tM8TNrCfLk {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tM8TNrCfLk .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tM8TNrCfLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM8TNrCfLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJWAl92Zs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1262.webp");
}
.cid-tFJWAl92Zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJWAl92Zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJWAl92Zs .container,
.cid-tFJWAl92Zs .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFJWAl92Zs .container,
  .cid-tFJWAl92Zs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFJWAl92Zs .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tFJWAl92Zs .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tFJWAl92Zs .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #d7a105;
}
@media (max-width: 992px) {
  .cid-tFJWAl92Zs .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tFJWAl92Zs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFJWAl92Zs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tFJYTQf9bl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #444444;
}
.cid-tFJYTQf9bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJYTQf9bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJYTQf9bl .row {
    padding: 0 24px;
  }
}
.cid-tFJYTQf9bl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tFJYTQf9bl .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tFJYTQf9bl .mbr-section-title {
  color: #2c0066;
}
.cid-tFJYTQf9bl .mbr-section-title,
.cid-tFJYTQf9bl .mbr-section-btn {
  text-align: center;
  color: #d7a105;
}
.cid-tFJWAlS3Q8 {
  background-color: #ffffff;
}
.cid-tFJWAlS3Q8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFJWAlS3Q8 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFJWAlS3Q8 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFJWAlS3Q8 .social-media {
  margin-top: 1.5rem;
}
.cid-tFJWAlS3Q8 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFJWAlS3Q8 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFJWAlS3Q8 .mbr-text,
.cid-tFJWAlS3Q8 .mbr-offer {
  line-height: 1.5;
}
.cid-tFJWAlS3Q8 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFJWAlS3Q8 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFJWAlS3Q8 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFJWAlS3Q8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFJWAlS3Q8 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFJWAlS3Q8 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFJWAlS3Q8 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFJWAlS3Q8 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFJWAlS3Q8 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFJWAlS3Q8 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFJWAlS3Q8 .container-fluid {
  max-width: 1300px;
}
.cid-tFJWAlS3Q8 li {
  font-weight: 400;
}
.cid-tFJWAnt7x9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFJWAnt7x9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJWAnt7x9 .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-tFJWAnt7x9 .container {
    padding: 0 20px;
  }
}
.cid-tFJWAnt7x9 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFJWAnt7x9 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFJWAnt7x9 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFJWAnt7x9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFJWAnt7x9 .mbr-section-title {
  color: #ffffff;
}
.cid-tFJWAnt7x9 .mbr-section-title,
.cid-tFJWAnt7x9 .mbr-section-btn,
.cid-tFJWAnt7x9 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFO1TGnOkB {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFO1TGnOkB .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFO1TGnOkB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFO1TGnOkB .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFO1TGnOkB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFO1TGnOkB .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFO1TGnOkB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFO1TGnOkB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFO1TGnOkB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFO1TGnOkB .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFO1TGnOkB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFO1TGnOkB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFO1TGnOkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFO1TGnOkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFO1TGnOkB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFO1TGnOkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFO1TGnOkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFO1TGnOkB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFO1TGnOkB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFO1TGnOkB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFO1TGnOkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFO1TGnOkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFO1TGnOkB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFO1TGnOkB .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFO1TGnOkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFO1TGnOkB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFO1TGnOkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFO1TGnOkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFO1TGnOkB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFO1TGnOkB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFO1TGnOkB .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFO1TGnOkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFO1TGnOkB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFO1TGnOkB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFO1TGnOkB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFO1TGnOkB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFO1TGnOkB .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFO1TGnOkB .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFO1TGnOkB .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFO1TGnOkB .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFO1TGnOkB .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFO1TGnOkB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFO1TGnOkB .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFO1TGnOkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFO1TGnOkB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFO1TGnOkB .dropdown-item.active,
.cid-tFO1TGnOkB .dropdown-item:active {
  background-color: transparent;
}
.cid-tFO1TGnOkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFO1TGnOkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFO1TGnOkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFO1TGnOkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFO1TGnOkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFO1TGnOkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFO1TGnOkB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFO1TGnOkB .navbar-buttons {
  text-align: center;
}
.cid-tFO1TGnOkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFO1TGnOkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFO1TGnOkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFO1TGnOkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFO1TGnOkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFO1TGnOkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFO1TGnOkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFO1TGnOkB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFO1TGnOkB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFO1TGnOkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFO1TGnOkB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFO1TGnOkB .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFO1TGnOkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFO1TGnOkB .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFO1TGnOkB .nav-link:hover,
.cid-tFO1TGnOkB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFO1TGnOkB .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFO1TGnOkB .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFO1TGnOkB .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFO1THB0m7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFO1THB0m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFO1THB0m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFO1THB0m7 a {
  font-weight: bold;
}
.cid-tFO1THB0m7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tFO1THB0m7 .mbr-text,
.cid-tFO1THB0m7 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFO1THB0m7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tM3tuTIb2G {
  background-color: #fbf2e7;
}
.cid-tM3tuTIb2G .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tM3tuTIb2G .card .card-wrapper {
  height: 1%;
}
.cid-tM3tuTIb2G .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tM3tuTIb2G .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tM3tuTIb2G .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tM3tuTIb2G .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tM3tuTIb2G .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tM3tuTIb2G {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tM3tuTIb2G .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM3tuTIb2G .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tM3tuTIb2G {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tM3tuTIb2G .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tM3tuTIb2G .card-btn {
    opacity: 1;
  }
}
.cid-tM3tuTIb2G p {
  margin-bottom: 0;
}
.cid-tM3tuTIb2G h2 {
  margin-bottom: 1rem;
}
.cid-tM3tuTIb2G .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tM3tuTIb2G .btn-line {
  margin-top: 3rem;
}
.cid-tM3tuTIb2G .mbr-text,
.cid-tM3tuTIb2G .card-btn {
  color: #000000;
}
.cid-tFOpuCcqYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #444444;
}
.cid-tFOpuCcqYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOpuCcqYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFOpuCcqYi .row {
    padding: 0 24px;
  }
}
.cid-tFOpuCcqYi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tFOpuCcqYi .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tFOpuCcqYi .mbr-section-title {
  color: #2c0066;
}
.cid-tFOpuCcqYi .mbr-section-title,
.cid-tFOpuCcqYi .mbr-section-btn {
  text-align: center;
  color: #d7a105;
}
.cid-tFO1TJtcUD {
  background-color: #ffffff;
}
.cid-tFO1TJtcUD .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFO1TJtcUD .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFO1TJtcUD .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFO1TJtcUD .social-media {
  margin-top: 1.5rem;
}
.cid-tFO1TJtcUD .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFO1TJtcUD .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFO1TJtcUD .mbr-text,
.cid-tFO1TJtcUD .mbr-offer {
  line-height: 1.5;
}
.cid-tFO1TJtcUD .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFO1TJtcUD {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFO1TJtcUD .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFO1TJtcUD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFO1TJtcUD .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFO1TJtcUD .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFO1TJtcUD .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFO1TJtcUD {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFO1TJtcUD .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFO1TJtcUD .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFO1TJtcUD .container-fluid {
  max-width: 1300px;
}
.cid-tFO1TJtcUD li {
  font-weight: 400;
}
.cid-tFO1TKLWgd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFO1TKLWgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFO1TKLWgd .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-tFO1TKLWgd .container {
    padding: 0 20px;
  }
}
.cid-tFO1TKLWgd .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFO1TKLWgd .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFO1TKLWgd .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFO1TKLWgd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFO1TKLWgd .mbr-section-title {
  color: #ffffff;
}
.cid-tFO1TKLWgd .mbr-section-title,
.cid-tFO1TKLWgd .mbr-section-btn,
.cid-tFO1TKLWgd .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFOmo8z7K8.popup-builder {
  background-color: #ffffff;
}
.cid-tFOmo8z7K8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tFOmo8z7K8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tFOmo8z7K8 .modal-content,
.cid-tFOmo8z7K8 .modal-dialog {
  height: auto;
}
.cid-tFOmo8z7K8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tFOmo8z7K8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tFOmo8z7K8 .form-wrapper .mbr-form .form-group,
  .cid-tFOmo8z7K8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tFOmo8z7K8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tFOmo8z7K8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFOmo8z7K8 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tFOmo8z7K8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tFOmo8z7K8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tFOmo8z7K8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tFOmo8z7K8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tFOmo8z7K8 .modal-open {
  overflow: hidden;
}
.cid-tFOmo8z7K8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tFOmo8z7K8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tFOmo8z7K8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tFOmo8z7K8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tFOmo8z7K8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tFOmo8z7K8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tFOmo8z7K8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tFOmo8z7K8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tFOmo8z7K8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tFOmo8z7K8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tFOmo8z7K8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tFOmo8z7K8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tFOmo8z7K8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tFOmo8z7K8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tFOmo8z7K8 .modal-header {
    padding: 1rem;
  }
}
.cid-tFOmo8z7K8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tFOmo8z7K8 .modal-header .close svg {
  fill: #353535;
}
.cid-tFOmo8z7K8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tFOmo8z7K8 .modal-header .close:focus {
  outline: none;
}
.cid-tFOmo8z7K8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tFOmo8z7K8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tFOmo8z7K8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFOmo8z7K8 .modal-body {
    padding: 1rem;
  }
}
.cid-tFOmo8z7K8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFOmo8z7K8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFOmo8z7K8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tFOmo8z7K8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tFOmo8z7K8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tFOmo8z7K8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tFOmo8z7K8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tFOmo8z7K8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tFOmo8z7K8 .modal-lg,
  .cid-tFOmo8z7K8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tFOmo8z7K8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tFOmo8z7K8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tFOmo8z7K8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tFOmo8z7K8 .form-group {
  margin-bottom: 1rem;
}
.cid-tFOmo8z7K8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tFOmo8z7K8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tFOmo8z7K8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tFOmo8z7K8 .mbr-section-btn {
  margin: 0;
}
.cid-tFOmo8z7K8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFOu5ID8cu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFOu5ID8cu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFOu5ID8cu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFOu5ID8cu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFOu5ID8cu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFOu5ID8cu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFOu5ID8cu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFOu5ID8cu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFOu5ID8cu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFOu5ID8cu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFOu5ID8cu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFOu5ID8cu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFOu5ID8cu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFOu5ID8cu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFOu5ID8cu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFOu5ID8cu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFOu5ID8cu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFOu5ID8cu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFOu5ID8cu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFOu5ID8cu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFOu5ID8cu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFOu5ID8cu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFOu5ID8cu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFOu5ID8cu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFOu5ID8cu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFOu5ID8cu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFOu5ID8cu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFOu5ID8cu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFOu5ID8cu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFOu5ID8cu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFOu5ID8cu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFOu5ID8cu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFOu5ID8cu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFOu5ID8cu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFOu5ID8cu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFOu5ID8cu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFOu5ID8cu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFOu5ID8cu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFOu5ID8cu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFOu5ID8cu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFOu5ID8cu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFOu5ID8cu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFOu5ID8cu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFOu5ID8cu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFOu5ID8cu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFOu5ID8cu .dropdown-item.active,
.cid-tFOu5ID8cu .dropdown-item:active {
  background-color: transparent;
}
.cid-tFOu5ID8cu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFOu5ID8cu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFOu5ID8cu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFOu5ID8cu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFOu5ID8cu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFOu5ID8cu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFOu5ID8cu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFOu5ID8cu .navbar-buttons {
  text-align: center;
}
.cid-tFOu5ID8cu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFOu5ID8cu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFOu5ID8cu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFOu5ID8cu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFOu5ID8cu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFOu5ID8cu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFOu5ID8cu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFOu5ID8cu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFOu5ID8cu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFOu5ID8cu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFOu5ID8cu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFOu5ID8cu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFOu5ID8cu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFOu5ID8cu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFOu5ID8cu .nav-link:hover,
.cid-tFOu5ID8cu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFOu5ID8cu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFOu5ID8cu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFOu5ID8cu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFOu5KyUio {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFOu5KyUio {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFOu5KyUio img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFOu5KyUio H1 {
  color: #000000;
}
.cid-tFOu5KyUio .mbr-text,
.cid-tFOu5KyUio .mbr-section-btn {
  color: #132c70;
}
.cid-tFOu5KyUio H3 {
  color: #132c70;
}
.cid-tFOu5KyUio .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFOu5KyUio .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFOu5KyUio .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFOu5KyUio .link:hover {
  color: #000000 !important;
}
.cid-tFOu5KyUio .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFOu5KyUio DIV {
  color: #57468b;
}
.cid-tFOu5KyUio .text-1 {
  line-height: 1;
}
.cid-tFOu5KyUio .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFOu5KyUio .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFOu5KyUio .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFOuHrwTx1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFOuHrwTx1 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cid-tFOuHrwTx1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFOuHrwTx1 H1 {
  color: #d7a105;
}
.cid-tFOuHrwTx1 .mbr-text,
.cid-tFOuHrwTx1 .mbr-section-btn {
  color: #132c70;
}
.cid-tFOuHrwTx1 H3 {
  color: #132c70;
}
.cid-tFOuHrwTx1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFOuHrwTx1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFOuHrwTx1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFOuHrwTx1 .link:hover {
  color: #000000 !important;
}
.cid-tFOuHrwTx1 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFOuHrwTx1 DIV {
  color: #57468b;
}
.cid-tFOuHrwTx1 .text-1 {
  line-height: 1;
}
.cid-tFOuHrwTx1 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFOuHrwTx1 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFOuHrwTx1 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFOu5Lnmbh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tFOu5Lnmbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOu5Lnmbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFOu5Lnmbh a {
  font-weight: bold;
}
.cid-tFOu5Lnmbh .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tFOu5Lnmbh .mbr-text,
.cid-tFOu5Lnmbh .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tFOu5Lnmbh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uerCrWzD1m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uerCrWzD1m .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uerCrWzD1m .mbr-section-title {
  color: #24262b;
}
.cid-uerCrWzD1m .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uerCrWzD1m .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uerCrWzD1m .card {
    padding: 1rem !important;
  }
}
.cid-uerCrWzD1m .card:hover {
  transform: translateY(-1rem);
}
.cid-uerCrWzD1m .card img {
  max-width: 120px;
  height: auto;
}
.cid-uerGTUXcCH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uerGTUXcCH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uerGTUXcCH .mbr-section-title {
  color: #24262b;
}
.cid-uerGTUXcCH .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uerGTUXcCH .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uerGTUXcCH .card {
    padding: 1rem !important;
  }
}
.cid-uerGTUXcCH .card:hover {
  transform: translateY(-1rem);
}
.cid-uerGTUXcCH .card img {
  max-width: 120px;
  height: auto;
}
.cid-tFOzFi1iDD {
  background-color: #ffffff;
}
.cid-tFOzFi1iDD .input-form {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFOzFi1iDD .mbr-form .row {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cid-tFOzFi1iDD .form-control {
  padding: 1rem 2rem;
  border: 1px solid #132c70;
  border-radius: 0px;
  height: 1rem;
}
.cid-tFOzFi1iDD .input-group-btn {
  display: inline-block;
}
.cid-tFOzFi1iDD .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tFOzFi1iDD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tFOzFi1iDD .form1 {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFOzFi1iDD .form1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tFOzFi1iDD {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tFOzFi1iDD .form-group {
    padding: 0;
  }
  .cid-tFOzFi1iDD .btn {
    margin: 0;
  }
  .cid-tFOzFi1iDD .input-group-btn {
    width: 100%;
    padding: 0;
    position: static;
  }
  .cid-tFOzFi1iDD .input-group-btn .btn {
    display: block;
  }
  .cid-tFOzFi1iDD .form-control {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .cid-tFOzFi1iDD .social-media {
    padding: 0;
    display: block;
  }
  .cid-tFOzFi1iDD .subtext-1,
  .cid-tFOzFi1iDD .subtext-2 {
    text-align: center !important;
  }
  .cid-tFOzFi1iDD .form-text {
    text-align: center !important;
  }
  .cid-tFOzFi1iDD .mbr-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-tFOzFi1iDD {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tFOzFi1iDD .dragArea {
    display: flex;
    justify-content: center;
  }
}
.cid-tFOzFi1iDD .mbr-title {
  margin-bottom: 1rem;
}
.cid-tFOzFi1iDD input::-webkit-input-placeholder {
  color: #132c70;
}
.cid-tFOzFi1iDD input::-moz-placeholder {
  color: #132c70;
}
.cid-tFOzFi1iDD .btn {
  padding: 0.7rem 2rem;
}
.cid-tFOzFi1iDD .form-control:focus {
  color: #132c70;
  border: 1px solid #132c70;
  box-shadow: none;
}
.cid-tFOzFi1iDD .mbr-title,
.cid-tFOzFi1iDD .underline {
  color: #d7a105;
}
.cid-tFOzFi1iDD .mbr-section-subtitle {
  color: #000000;
}
.cid-tFOu5M6pIx {
  background-color: #ffffff;
}
.cid-tFOu5M6pIx .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFOu5M6pIx .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFOu5M6pIx .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFOu5M6pIx .social-media {
  margin-top: 1.5rem;
}
.cid-tFOu5M6pIx .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFOu5M6pIx .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFOu5M6pIx .mbr-text,
.cid-tFOu5M6pIx .mbr-offer {
  line-height: 1.5;
}
.cid-tFOu5M6pIx .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFOu5M6pIx {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFOu5M6pIx .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFOu5M6pIx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFOu5M6pIx .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFOu5M6pIx .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFOu5M6pIx .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFOu5M6pIx {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFOu5M6pIx .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFOu5M6pIx .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFOu5M6pIx .container-fluid {
  max-width: 1300px;
}
.cid-tFOu5M6pIx li {
  font-weight: 400;
}
.cid-tFOu5NpXOx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFOu5NpXOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOu5NpXOx .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-tFOu5NpXOx .container {
    padding: 0 20px;
  }
}
.cid-tFOu5NpXOx .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFOu5NpXOx .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFOu5NpXOx .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFOu5NpXOx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFOu5NpXOx .mbr-section-title {
  color: #ffffff;
}
.cid-tFOu5NpXOx .mbr-section-title,
.cid-tFOu5NpXOx .mbr-section-btn,
.cid-tFOu5NpXOx .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFOXCULnG8 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFOXCULnG8 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFOXCULnG8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFOXCULnG8 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFOXCULnG8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFOXCULnG8 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFOXCULnG8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFOXCULnG8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFOXCULnG8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFOXCULnG8 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFOXCULnG8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFOXCULnG8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFOXCULnG8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFOXCULnG8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFOXCULnG8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFOXCULnG8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFOXCULnG8 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFOXCULnG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFOXCULnG8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFOXCULnG8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFOXCULnG8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFOXCULnG8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFOXCULnG8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFOXCULnG8 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFOXCULnG8 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFOXCULnG8 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFOXCULnG8 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFOXCULnG8 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFOXCULnG8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFOXCULnG8 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFOXCULnG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFOXCULnG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFOXCULnG8 .dropdown-item.active,
.cid-tFOXCULnG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFOXCULnG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFOXCULnG8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFOXCULnG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFOXCULnG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFOXCULnG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFOXCULnG8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFOXCULnG8 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFOXCULnG8 .navbar-buttons {
  text-align: center;
}
.cid-tFOXCULnG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFOXCULnG8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFOXCULnG8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFOXCULnG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFOXCULnG8 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFOXCULnG8 .nav-link:hover,
.cid-tFOXCULnG8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFOXCULnG8 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFOXCULnG8 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFOXCULnG8 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tFOXCVvdTO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tFOXCVvdTO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tFOXCVvdTO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tFOXCVvdTO H1 {
  color: #000000;
}
.cid-tFOXCVvdTO .mbr-text,
.cid-tFOXCVvdTO .mbr-section-btn {
  color: #132c70;
}
.cid-tFOXCVvdTO H3 {
  color: #132c70;
}
.cid-tFOXCVvdTO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tFOXCVvdTO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tFOXCVvdTO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tFOXCVvdTO .link:hover {
  color: #000000 !important;
}
.cid-tFOXCVvdTO .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tFOXCVvdTO DIV {
  color: #57468b;
}
.cid-tFOXCVvdTO .text-1 {
  line-height: 1;
}
.cid-tFOXCVvdTO .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tFOXCVvdTO .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFOXCVvdTO .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFOYxt8MLK {
  background-color: #fbf2e7;
}
.cid-tFOYxt8MLK .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tFOYxt8MLK .card .card-wrapper {
  height: 1%;
}
.cid-tFOYxt8MLK .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tFOYxt8MLK .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tFOYxt8MLK .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tFOYxt8MLK .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tFOYxt8MLK .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tFOYxt8MLK {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tFOYxt8MLK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFOYxt8MLK .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tFOYxt8MLK {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tFOYxt8MLK .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tFOYxt8MLK .card-btn {
    opacity: 1;
  }
}
.cid-tFOYxt8MLK p {
  margin-bottom: 0;
}
.cid-tFOYxt8MLK h2 {
  margin-bottom: 1rem;
}
.cid-tFOYxt8MLK .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tFOYxt8MLK .btn-line {
  margin-top: 3rem;
}
.cid-tFOYxt8MLK .mbr-text,
.cid-tFOYxt8MLK .card-btn {
  color: #000000;
}
.cid-tFP7PUDPPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tFP7PUDPPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFP7PUDPPX .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-tFP7PUDPPX .container {
    padding: 0 16px;
  }
}
.cid-tFP7PUDPPX .card {
  position: relative;
  justify-content: center;
}
.cid-tFP7PUDPPX .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tFP7PUDPPX .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tFP7PUDPPX .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tFP7PUDPPX .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tFP7PUDPPX .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tFP7PUDPPX .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tFP7PUDPPX .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tFP7PUDPPX .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tFP7PUDPPX .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tFP7PUDPPX .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tFP7PUDPPX .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tFP7PUDPPX .mbr-text {
  color: #000000;
}
.cid-tFP7PUDPPX .mbr-name {
  color: #000000;
}
.cid-tFP7PUDPPX .mbr-desc {
  color: #dce2e3;
}
.cid-tFOXCWumTr {
  background-color: #ffffff;
}
.cid-tFOXCWumTr .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFOXCWumTr .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFOXCWumTr .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFOXCWumTr .social-media {
  margin-top: 1.5rem;
}
.cid-tFOXCWumTr .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFOXCWumTr .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFOXCWumTr .mbr-text,
.cid-tFOXCWumTr .mbr-offer {
  line-height: 1.5;
}
.cid-tFOXCWumTr .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFOXCWumTr {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFOXCWumTr .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFOXCWumTr .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFOXCWumTr .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFOXCWumTr .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFOXCWumTr .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFOXCWumTr {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFOXCWumTr .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFOXCWumTr .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFOXCWumTr .container-fluid {
  max-width: 1300px;
}
.cid-tFOXCWumTr li {
  font-weight: 400;
}
.cid-tFOXCX51SF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFOXCX51SF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFOXCX51SF .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-tFOXCX51SF .container {
    padding: 0 20px;
  }
}
.cid-tFOXCX51SF .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFOXCX51SF .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFOXCX51SF .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFOXCX51SF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFOXCX51SF .mbr-section-title {
  color: #ffffff;
}
.cid-tFOXCX51SF .mbr-section-title,
.cid-tFOXCX51SF .mbr-section-btn,
.cid-tFOXCX51SF .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tFOXCULnG8 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tFOXCULnG8 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tFOXCULnG8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tFOXCULnG8 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tFOXCULnG8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFOXCULnG8 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tFOXCULnG8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFOXCULnG8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tFOXCULnG8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFOXCULnG8 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tFOXCULnG8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tFOXCULnG8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFOXCULnG8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFOXCULnG8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tFOXCULnG8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tFOXCULnG8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tFOXCULnG8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tFOXCULnG8 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tFOXCULnG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFOXCULnG8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tFOXCULnG8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tFOXCULnG8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tFOXCULnG8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tFOXCULnG8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tFOXCULnG8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFOXCULnG8 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tFOXCULnG8 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tFOXCULnG8 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tFOXCULnG8 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tFOXCULnG8 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tFOXCULnG8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFOXCULnG8 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tFOXCULnG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFOXCULnG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFOXCULnG8 .dropdown-item.active,
.cid-tFOXCULnG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFOXCULnG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tFOXCULnG8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFOXCULnG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFOXCULnG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFOXCULnG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tFOXCULnG8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFOXCULnG8 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tFOXCULnG8 .navbar-buttons {
  text-align: center;
}
.cid-tFOXCULnG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFOXCULnG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFOXCULnG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFOXCULnG8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tFOXCULnG8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tFOXCULnG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tFOXCULnG8 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tFOXCULnG8 .nav-link:hover,
.cid-tFOXCULnG8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tFOXCULnG8 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tFOXCULnG8 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tFOXCULnG8 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiDe3yGSv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiDe3yGSv {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiDe3yGSv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiDe3yGSv H1 {
  color: #000000;
}
.cid-tGiDe3yGSv .mbr-text,
.cid-tGiDe3yGSv .mbr-section-btn {
  color: #132c70;
}
.cid-tGiDe3yGSv H3 {
  color: #132c70;
}
.cid-tGiDe3yGSv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiDe3yGSv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiDe3yGSv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiDe3yGSv .link:hover {
  color: #000000 !important;
}
.cid-tGiDe3yGSv .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiDe3yGSv DIV {
  color: #57468b;
}
.cid-tGiDe3yGSv .text-1 {
  line-height: 1;
}
.cid-tGiDe3yGSv .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiDe3yGSv .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiDe3yGSv .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tFP41Piatl {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tFP41Piatl {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tFP41Piatl h1 {
  color: #ffffff;
}
.cid-tFP41Piatl h2 {
  color: #ffffff;
}
.cid-tFP41Piatl a {
  color: #ffffff;
}
.cid-tFP41Piatl .btn-line::after {
  background-color: #ffffff;
}
.cid-tFP41Piatl .animated-element {
  color: #efefef;
}
.cid-tFP41Piatl .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tFP41Piatl .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tFP41Piatl .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFP41Piatl .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tFP41Piatl .mbr-white {
    padding-left: 6rem;
  }
  .cid-tFP41Piatl .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tFP41Piatl .container-fluid {
  max-width: 1300px;
}
.cid-tFP41Piatl .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tFP41Piatl .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tFP41Piatl .btn-line {
  margin-top: 3rem;
}
.cid-tFP41Piatl .mbr-section-subtitle,
.cid-tFP41Piatl .mbr-section-btn {
  color: #000000;
}
.cid-tFP4ee6Q7Y {
  background-color: #ffffff;
}
.cid-tFP4ee6Q7Y H2 {
  color: #132c70;
}
.cid-tFP4ee6Q7Y H3 {
  color: #132c70;
}
.cid-tFP4ee6Q7Y .mbr-text,
.cid-tFP4ee6Q7Y .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tFP4ee6Q7Y .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tFP4ee6Q7Y img {
  filter: invert(0.5);
}
.cid-tFP4ee6Q7Y .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tFP4ee6Q7Y {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tFP4ee6Q7Y .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tFP4ee6Q7Y {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tFP4ee6Q7Y .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tFP4FYMo0b {
  background-color: #fbf2e7;
}
.cid-tFP4FYMo0b .photo-split img {
  width: 100%;
}
.cid-tFP4FYMo0b .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFP4FYMo0b .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tFP4FYMo0b .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tFP4FYMo0b .wrap-block {
  padding-left: 2rem;
}
.cid-tFP4FYMo0b .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tFP4FYMo0b .wrap-block ul li {
  display: inline-block;
}
.cid-tFP4FYMo0b .wrap-block ul li span {
  text-align: center;
}
.cid-tFP4FYMo0b .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tFP4FYMo0b .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFP4FYMo0b .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tFP4FYMo0b .mbr-list,
.cid-tFP4FYMo0b .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tFP4FYMo0b {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tFP4FYMo0b .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tFP4FYMo0b .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFP4FYMo0b .mbr-section-title,
  .cid-tFP4FYMo0b .mbr-section-subtitle,
  .cid-tFP4FYMo0b .mbr-text {
    text-align: center !important;
  }
  .cid-tFP4FYMo0b .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tFP4FYMo0b {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tFP4FYMo0b .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tFP4FYMo0b .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tFP4FYMo0b .btn-line {
  margin-top: 3rem;
}
.cid-tFP4FYMo0b .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tFP4FYMo0b .col-lg-8 {
    order: 2;
  }
  .cid-tFP4FYMo0b .col-lg-4 {
    order: 1;
  }
}
.cid-tFP4FYMo0b .mbr-section-title {
  color: #000000;
}
.cid-tFP4FYMo0b .mbr-text {
  color: #000000;
}
.cid-tFOXCWumTr {
  background-color: #ffffff;
}
.cid-tFOXCWumTr .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFOXCWumTr .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFOXCWumTr .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFOXCWumTr .social-media {
  margin-top: 1.5rem;
}
.cid-tFOXCWumTr .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFOXCWumTr .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFOXCWumTr .mbr-text,
.cid-tFOXCWumTr .mbr-offer {
  line-height: 1.5;
}
.cid-tFOXCWumTr .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFOXCWumTr {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFOXCWumTr .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFOXCWumTr .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFOXCWumTr .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFOXCWumTr .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFOXCWumTr .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFOXCWumTr {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFOXCWumTr .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFOXCWumTr .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFOXCWumTr .container-fluid {
  max-width: 1300px;
}
.cid-tFOXCWumTr li {
  font-weight: 400;
}
.cid-tFP9YlKH2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tFP9YlKH2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFP9YlKH2l .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-tFP9YlKH2l .container {
    padding: 0 20px;
  }
}
.cid-tFP9YlKH2l .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tFP9YlKH2l .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tFP9YlKH2l .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tFP9YlKH2l .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tFP9YlKH2l .mbr-section-title {
  color: #ffffff;
}
.cid-tFP9YlKH2l .mbr-section-title,
.cid-tFP9YlKH2l .mbr-section-btn,
.cid-tFP9YlKH2l .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGin6fys0E {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGin6fys0E .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGin6fys0E .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGin6fys0E .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGin6fys0E .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGin6fys0E .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGin6fys0E .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGin6fys0E .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGin6fys0E .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGin6fys0E .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGin6fys0E .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGin6fys0E .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGin6fys0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGin6fys0E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGin6fys0E .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGin6fys0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGin6fys0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGin6fys0E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGin6fys0E .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGin6fys0E .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGin6fys0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGin6fys0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGin6fys0E .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGin6fys0E .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGin6fys0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGin6fys0E .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGin6fys0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGin6fys0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGin6fys0E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGin6fys0E .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGin6fys0E .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGin6fys0E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGin6fys0E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGin6fys0E .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGin6fys0E .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGin6fys0E .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGin6fys0E .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGin6fys0E .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGin6fys0E .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGin6fys0E .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGin6fys0E .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGin6fys0E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGin6fys0E .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGin6fys0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGin6fys0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGin6fys0E .dropdown-item.active,
.cid-tGin6fys0E .dropdown-item:active {
  background-color: transparent;
}
.cid-tGin6fys0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGin6fys0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGin6fys0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGin6fys0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGin6fys0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGin6fys0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGin6fys0E ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGin6fys0E .navbar-buttons {
  text-align: center;
}
.cid-tGin6fys0E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGin6fys0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGin6fys0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGin6fys0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGin6fys0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGin6fys0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGin6fys0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGin6fys0E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGin6fys0E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGin6fys0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGin6fys0E a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGin6fys0E .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGin6fys0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGin6fys0E .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGin6fys0E .nav-link:hover,
.cid-tGin6fys0E .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGin6fys0E .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGin6fys0E .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGin6fys0E .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiDibSfWN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiDibSfWN {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiDibSfWN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiDibSfWN H1 {
  color: #000000;
}
.cid-tGiDibSfWN .mbr-text,
.cid-tGiDibSfWN .mbr-section-btn {
  color: #132c70;
}
.cid-tGiDibSfWN H3 {
  color: #132c70;
}
.cid-tGiDibSfWN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiDibSfWN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiDibSfWN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiDibSfWN .link:hover {
  color: #000000 !important;
}
.cid-tGiDibSfWN .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiDibSfWN DIV {
  color: #57468b;
}
.cid-tGiDibSfWN .text-1 {
  line-height: 1;
}
.cid-tGiDibSfWN .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiDibSfWN .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiDibSfWN .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGin6gzHRb {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGin6gzHRb {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGin6gzHRb h1 {
  color: #ffffff;
}
.cid-tGin6gzHRb h2 {
  color: #ffffff;
}
.cid-tGin6gzHRb a {
  color: #ffffff;
}
.cid-tGin6gzHRb .btn-line::after {
  background-color: #ffffff;
}
.cid-tGin6gzHRb .animated-element {
  color: #efefef;
}
.cid-tGin6gzHRb .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGin6gzHRb .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGin6gzHRb .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGin6gzHRb .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGin6gzHRb .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGin6gzHRb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGin6gzHRb .container-fluid {
  max-width: 1300px;
}
.cid-tGin6gzHRb .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGin6gzHRb .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGin6gzHRb .btn-line {
  margin-top: 3rem;
}
.cid-tGin6gzHRb .mbr-section-subtitle,
.cid-tGin6gzHRb .mbr-section-btn {
  color: #000000;
}
.cid-tGin6hkOYk {
  background-color: #ffffff;
}
.cid-tGin6hkOYk H2 {
  color: #132c70;
}
.cid-tGin6hkOYk H3 {
  color: #132c70;
}
.cid-tGin6hkOYk .mbr-text,
.cid-tGin6hkOYk .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGin6hkOYk .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGin6hkOYk img {
  filter: invert(0.5);
}
.cid-tGin6hkOYk .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGin6hkOYk {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGin6hkOYk .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGin6hkOYk {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGin6hkOYk .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGin6i2Jyf {
  background-color: #fbf2e7;
}
.cid-tGin6i2Jyf .photo-split img {
  width: 100%;
}
.cid-tGin6i2Jyf .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGin6i2Jyf .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGin6i2Jyf .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGin6i2Jyf .wrap-block {
  padding-left: 2rem;
}
.cid-tGin6i2Jyf .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGin6i2Jyf .wrap-block ul li {
  display: inline-block;
}
.cid-tGin6i2Jyf .wrap-block ul li span {
  text-align: center;
}
.cid-tGin6i2Jyf .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGin6i2Jyf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGin6i2Jyf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGin6i2Jyf .mbr-list,
.cid-tGin6i2Jyf .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGin6i2Jyf {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGin6i2Jyf .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGin6i2Jyf .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGin6i2Jyf .mbr-section-title,
  .cid-tGin6i2Jyf .mbr-section-subtitle,
  .cid-tGin6i2Jyf .mbr-text {
    text-align: center !important;
  }
  .cid-tGin6i2Jyf .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGin6i2Jyf {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGin6i2Jyf .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGin6i2Jyf .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGin6i2Jyf .btn-line {
  margin-top: 3rem;
}
.cid-tGin6i2Jyf .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGin6i2Jyf .col-lg-8 {
    order: 2;
  }
  .cid-tGin6i2Jyf .col-lg-4 {
    order: 1;
  }
}
.cid-tGin6i2Jyf .mbr-section-title {
  color: #000000;
}
.cid-tGin6i2Jyf .mbr-text {
  color: #000000;
}
.cid-tGin6iKk0r {
  background-color: #ffffff;
}
.cid-tGin6iKk0r .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGin6iKk0r .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGin6iKk0r .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGin6iKk0r .social-media {
  margin-top: 1.5rem;
}
.cid-tGin6iKk0r .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGin6iKk0r .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGin6iKk0r .mbr-text,
.cid-tGin6iKk0r .mbr-offer {
  line-height: 1.5;
}
.cid-tGin6iKk0r .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGin6iKk0r {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGin6iKk0r .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGin6iKk0r .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGin6iKk0r .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGin6iKk0r .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGin6iKk0r .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGin6iKk0r {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGin6iKk0r .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGin6iKk0r .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGin6iKk0r .container-fluid {
  max-width: 1300px;
}
.cid-tGin6iKk0r li {
  font-weight: 400;
}
.cid-tGin6jwk6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGin6jwk6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGin6jwk6k .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-tGin6jwk6k .container {
    padding: 0 20px;
  }
}
.cid-tGin6jwk6k .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGin6jwk6k .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGin6jwk6k .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGin6jwk6k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGin6jwk6k .mbr-section-title {
  color: #ffffff;
}
.cid-tGin6jwk6k .mbr-section-title,
.cid-tGin6jwk6k .mbr-section-btn,
.cid-tGin6jwk6k .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGipukOtOA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGipukOtOA .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGipukOtOA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGipukOtOA .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGipukOtOA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGipukOtOA .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGipukOtOA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGipukOtOA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGipukOtOA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGipukOtOA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGipukOtOA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGipukOtOA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGipukOtOA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGipukOtOA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGipukOtOA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGipukOtOA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGipukOtOA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGipukOtOA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGipukOtOA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGipukOtOA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGipukOtOA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGipukOtOA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGipukOtOA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGipukOtOA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGipukOtOA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGipukOtOA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGipukOtOA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGipukOtOA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGipukOtOA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGipukOtOA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGipukOtOA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGipukOtOA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGipukOtOA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGipukOtOA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGipukOtOA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGipukOtOA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGipukOtOA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGipukOtOA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGipukOtOA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGipukOtOA .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGipukOtOA .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGipukOtOA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGipukOtOA .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGipukOtOA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGipukOtOA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGipukOtOA .dropdown-item.active,
.cid-tGipukOtOA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGipukOtOA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGipukOtOA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGipukOtOA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGipukOtOA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGipukOtOA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGipukOtOA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGipukOtOA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGipukOtOA .navbar-buttons {
  text-align: center;
}
.cid-tGipukOtOA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGipukOtOA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGipukOtOA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGipukOtOA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGipukOtOA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGipukOtOA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGipukOtOA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGipukOtOA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGipukOtOA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGipukOtOA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGipukOtOA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGipukOtOA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGipukOtOA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGipukOtOA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGipukOtOA .nav-link:hover,
.cid-tGipukOtOA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGipukOtOA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGipukOtOA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGipukOtOA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiDkleTJY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiDkleTJY {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiDkleTJY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiDkleTJY H1 {
  color: #000000;
}
.cid-tGiDkleTJY .mbr-text,
.cid-tGiDkleTJY .mbr-section-btn {
  color: #132c70;
}
.cid-tGiDkleTJY H3 {
  color: #132c70;
}
.cid-tGiDkleTJY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiDkleTJY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiDkleTJY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiDkleTJY .link:hover {
  color: #000000 !important;
}
.cid-tGiDkleTJY .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiDkleTJY DIV {
  color: #57468b;
}
.cid-tGiDkleTJY .text-1 {
  line-height: 1;
}
.cid-tGiDkleTJY .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiDkleTJY .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiDkleTJY .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGipulD2YN {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGipulD2YN {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGipulD2YN h1 {
  color: #ffffff;
}
.cid-tGipulD2YN h2 {
  color: #ffffff;
}
.cid-tGipulD2YN a {
  color: #ffffff;
}
.cid-tGipulD2YN .btn-line::after {
  background-color: #ffffff;
}
.cid-tGipulD2YN .animated-element {
  color: #efefef;
}
.cid-tGipulD2YN .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGipulD2YN .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGipulD2YN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGipulD2YN .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGipulD2YN .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGipulD2YN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGipulD2YN .container-fluid {
  max-width: 1300px;
}
.cid-tGipulD2YN .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGipulD2YN .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGipulD2YN .btn-line {
  margin-top: 3rem;
}
.cid-tGipulD2YN .mbr-section-subtitle,
.cid-tGipulD2YN .mbr-section-btn {
  color: #000000;
}
.cid-tGipumpYZw {
  background-color: #ffffff;
}
.cid-tGipumpYZw H2 {
  color: #132c70;
}
.cid-tGipumpYZw H3 {
  color: #132c70;
}
.cid-tGipumpYZw .mbr-text,
.cid-tGipumpYZw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGipumpYZw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGipumpYZw img {
  filter: invert(0.5);
}
.cid-tGipumpYZw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGipumpYZw {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGipumpYZw .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGipumpYZw {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGipumpYZw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGipun7yb3 {
  background-color: #fbf2e7;
}
.cid-tGipun7yb3 .photo-split img {
  width: 100%;
}
.cid-tGipun7yb3 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGipun7yb3 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGipun7yb3 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGipun7yb3 .wrap-block {
  padding-left: 2rem;
}
.cid-tGipun7yb3 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGipun7yb3 .wrap-block ul li {
  display: inline-block;
}
.cid-tGipun7yb3 .wrap-block ul li span {
  text-align: center;
}
.cid-tGipun7yb3 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGipun7yb3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGipun7yb3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGipun7yb3 .mbr-list,
.cid-tGipun7yb3 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGipun7yb3 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGipun7yb3 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGipun7yb3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGipun7yb3 .mbr-section-title,
  .cid-tGipun7yb3 .mbr-section-subtitle,
  .cid-tGipun7yb3 .mbr-text {
    text-align: center !important;
  }
  .cid-tGipun7yb3 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGipun7yb3 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGipun7yb3 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGipun7yb3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGipun7yb3 .btn-line {
  margin-top: 3rem;
}
.cid-tGipun7yb3 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGipun7yb3 .col-lg-8 {
    order: 2;
  }
  .cid-tGipun7yb3 .col-lg-4 {
    order: 1;
  }
}
.cid-tGipun7yb3 .mbr-section-title {
  color: #000000;
}
.cid-tGipun7yb3 .mbr-text {
  color: #000000;
}
.cid-tGipunIB5R {
  background-color: #ffffff;
}
.cid-tGipunIB5R .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGipunIB5R .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGipunIB5R .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGipunIB5R .social-media {
  margin-top: 1.5rem;
}
.cid-tGipunIB5R .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGipunIB5R .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGipunIB5R .mbr-text,
.cid-tGipunIB5R .mbr-offer {
  line-height: 1.5;
}
.cid-tGipunIB5R .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGipunIB5R {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGipunIB5R .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGipunIB5R .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGipunIB5R .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGipunIB5R .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGipunIB5R .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGipunIB5R {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGipunIB5R .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGipunIB5R .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGipunIB5R .container-fluid {
  max-width: 1300px;
}
.cid-tGipunIB5R li {
  font-weight: 400;
}
.cid-tGipuos1vE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGipuos1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGipuos1vE .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-tGipuos1vE .container {
    padding: 0 20px;
  }
}
.cid-tGipuos1vE .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGipuos1vE .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGipuos1vE .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGipuos1vE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGipuos1vE .mbr-section-title {
  color: #ffffff;
}
.cid-tGipuos1vE .mbr-section-title,
.cid-tGipuos1vE .mbr-section-btn,
.cid-tGipuos1vE .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGis0fAUVh {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGis0fAUVh .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGis0fAUVh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGis0fAUVh .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGis0fAUVh .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGis0fAUVh .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGis0fAUVh .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGis0fAUVh .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGis0fAUVh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGis0fAUVh .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGis0fAUVh .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGis0fAUVh .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGis0fAUVh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGis0fAUVh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGis0fAUVh .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGis0fAUVh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGis0fAUVh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGis0fAUVh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGis0fAUVh .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGis0fAUVh .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGis0fAUVh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGis0fAUVh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGis0fAUVh .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGis0fAUVh .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGis0fAUVh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGis0fAUVh .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGis0fAUVh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGis0fAUVh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGis0fAUVh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGis0fAUVh .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGis0fAUVh .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGis0fAUVh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGis0fAUVh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGis0fAUVh .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGis0fAUVh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGis0fAUVh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGis0fAUVh .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGis0fAUVh .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGis0fAUVh .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGis0fAUVh .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGis0fAUVh .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGis0fAUVh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGis0fAUVh .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGis0fAUVh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGis0fAUVh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGis0fAUVh .dropdown-item.active,
.cid-tGis0fAUVh .dropdown-item:active {
  background-color: transparent;
}
.cid-tGis0fAUVh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGis0fAUVh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGis0fAUVh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGis0fAUVh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGis0fAUVh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGis0fAUVh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGis0fAUVh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGis0fAUVh .navbar-buttons {
  text-align: center;
}
.cid-tGis0fAUVh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGis0fAUVh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGis0fAUVh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGis0fAUVh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGis0fAUVh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGis0fAUVh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGis0fAUVh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGis0fAUVh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGis0fAUVh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGis0fAUVh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGis0fAUVh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGis0fAUVh .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGis0fAUVh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGis0fAUVh .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGis0fAUVh .nav-link:hover,
.cid-tGis0fAUVh .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGis0fAUVh .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGis0fAUVh .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGis0fAUVh .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiDmBKiON {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiDmBKiON {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiDmBKiON img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiDmBKiON H1 {
  color: #000000;
}
.cid-tGiDmBKiON .mbr-text,
.cid-tGiDmBKiON .mbr-section-btn {
  color: #132c70;
}
.cid-tGiDmBKiON H3 {
  color: #132c70;
}
.cid-tGiDmBKiON .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiDmBKiON .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiDmBKiON .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiDmBKiON .link:hover {
  color: #000000 !important;
}
.cid-tGiDmBKiON .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiDmBKiON DIV {
  color: #57468b;
}
.cid-tGiDmBKiON .text-1 {
  line-height: 1;
}
.cid-tGiDmBKiON .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiDmBKiON .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiDmBKiON .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGis0h6nSE {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGis0h6nSE {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGis0h6nSE h1 {
  color: #ffffff;
}
.cid-tGis0h6nSE h2 {
  color: #ffffff;
}
.cid-tGis0h6nSE a {
  color: #ffffff;
}
.cid-tGis0h6nSE .btn-line::after {
  background-color: #ffffff;
}
.cid-tGis0h6nSE .animated-element {
  color: #efefef;
}
.cid-tGis0h6nSE .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGis0h6nSE .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGis0h6nSE .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGis0h6nSE .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGis0h6nSE .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGis0h6nSE .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGis0h6nSE .container-fluid {
  max-width: 1300px;
}
.cid-tGis0h6nSE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGis0h6nSE .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGis0h6nSE .btn-line {
  margin-top: 3rem;
}
.cid-tGis0h6nSE .mbr-section-subtitle,
.cid-tGis0h6nSE .mbr-section-btn {
  color: #000000;
}
.cid-tGis0hR8aD {
  background-color: #ffffff;
}
.cid-tGis0hR8aD H2 {
  color: #132c70;
}
.cid-tGis0hR8aD H3 {
  color: #132c70;
}
.cid-tGis0hR8aD .mbr-text,
.cid-tGis0hR8aD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGis0hR8aD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGis0hR8aD img {
  filter: invert(0.5);
}
.cid-tGis0hR8aD .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGis0hR8aD {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGis0hR8aD .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGis0hR8aD {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGis0hR8aD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGis0iDwwb {
  background-color: #fbf2e7;
}
.cid-tGis0iDwwb .photo-split img {
  width: 100%;
}
.cid-tGis0iDwwb .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGis0iDwwb .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGis0iDwwb .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGis0iDwwb .wrap-block {
  padding-left: 2rem;
}
.cid-tGis0iDwwb .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGis0iDwwb .wrap-block ul li {
  display: inline-block;
}
.cid-tGis0iDwwb .wrap-block ul li span {
  text-align: center;
}
.cid-tGis0iDwwb .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGis0iDwwb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGis0iDwwb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGis0iDwwb .mbr-list,
.cid-tGis0iDwwb .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGis0iDwwb {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGis0iDwwb .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGis0iDwwb .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGis0iDwwb .mbr-section-title,
  .cid-tGis0iDwwb .mbr-section-subtitle,
  .cid-tGis0iDwwb .mbr-text {
    text-align: center !important;
  }
  .cid-tGis0iDwwb .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGis0iDwwb {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGis0iDwwb .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGis0iDwwb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGis0iDwwb .btn-line {
  margin-top: 3rem;
}
.cid-tGis0iDwwb .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGis0iDwwb .col-lg-8 {
    order: 2;
  }
  .cid-tGis0iDwwb .col-lg-4 {
    order: 1;
  }
}
.cid-tGis0iDwwb .mbr-section-title {
  color: #000000;
}
.cid-tGis0iDwwb .mbr-text {
  color: #000000;
}
.cid-tGis0jgwoW {
  background-color: #ffffff;
}
.cid-tGis0jgwoW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGis0jgwoW .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGis0jgwoW .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGis0jgwoW .social-media {
  margin-top: 1.5rem;
}
.cid-tGis0jgwoW .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGis0jgwoW .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGis0jgwoW .mbr-text,
.cid-tGis0jgwoW .mbr-offer {
  line-height: 1.5;
}
.cid-tGis0jgwoW .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGis0jgwoW {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGis0jgwoW .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGis0jgwoW .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGis0jgwoW .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGis0jgwoW .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGis0jgwoW .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGis0jgwoW {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGis0jgwoW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGis0jgwoW .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGis0jgwoW .container-fluid {
  max-width: 1300px;
}
.cid-tGis0jgwoW li {
  font-weight: 400;
}
.cid-tGis0jYuib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGis0jYuib .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGis0jYuib .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-tGis0jYuib .container {
    padding: 0 20px;
  }
}
.cid-tGis0jYuib .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGis0jYuib .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGis0jYuib .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGis0jYuib .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGis0jYuib .mbr-section-title {
  color: #ffffff;
}
.cid-tGis0jYuib .mbr-section-title,
.cid-tGis0jYuib .mbr-section-btn,
.cid-tGis0jYuib .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGiC66m7lP {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGiC66m7lP .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGiC66m7lP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGiC66m7lP .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGiC66m7lP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGiC66m7lP .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGiC66m7lP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGiC66m7lP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGiC66m7lP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGiC66m7lP .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGiC66m7lP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGiC66m7lP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGiC66m7lP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGiC66m7lP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGiC66m7lP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGiC66m7lP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGiC66m7lP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGiC66m7lP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGiC66m7lP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGiC66m7lP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGiC66m7lP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGiC66m7lP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGiC66m7lP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGiC66m7lP .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGiC66m7lP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiC66m7lP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGiC66m7lP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiC66m7lP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiC66m7lP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGiC66m7lP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGiC66m7lP .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGiC66m7lP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiC66m7lP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGiC66m7lP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGiC66m7lP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGiC66m7lP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGiC66m7lP .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGiC66m7lP .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGiC66m7lP .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGiC66m7lP .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGiC66m7lP .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGiC66m7lP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGiC66m7lP .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGiC66m7lP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiC66m7lP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGiC66m7lP .dropdown-item.active,
.cid-tGiC66m7lP .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiC66m7lP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGiC66m7lP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiC66m7lP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiC66m7lP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGiC66m7lP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGiC66m7lP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiC66m7lP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGiC66m7lP .navbar-buttons {
  text-align: center;
}
.cid-tGiC66m7lP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGiC66m7lP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGiC66m7lP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGiC66m7lP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiC66m7lP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiC66m7lP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGiC66m7lP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiC66m7lP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGiC66m7lP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGiC66m7lP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiC66m7lP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGiC66m7lP .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGiC66m7lP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGiC66m7lP .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGiC66m7lP .nav-link:hover,
.cid-tGiC66m7lP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGiC66m7lP .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGiC66m7lP .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGiC66m7lP .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiC679Drf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiC679Drf {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiC679Drf img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiC679Drf H1 {
  color: #000000;
}
.cid-tGiC679Drf .mbr-text,
.cid-tGiC679Drf .mbr-section-btn {
  color: #132c70;
}
.cid-tGiC679Drf H3 {
  color: #132c70;
}
.cid-tGiC679Drf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiC679Drf .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiC679Drf .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiC679Drf .link:hover {
  color: #000000 !important;
}
.cid-tGiC679Drf .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiC679Drf DIV {
  color: #57468b;
}
.cid-tGiC679Drf .text-1 {
  line-height: 1;
}
.cid-tGiC679Drf .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiC679Drf .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiC679Drf .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiC67I4HS {
  background-color: #fbf2e7;
}
.cid-tGiC67I4HS .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tGiC67I4HS .card .card-wrapper {
  height: 1%;
}
.cid-tGiC67I4HS .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tGiC67I4HS .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tGiC67I4HS .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tGiC67I4HS .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tGiC67I4HS .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tGiC67I4HS {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tGiC67I4HS .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiC67I4HS .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiC67I4HS {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tGiC67I4HS .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tGiC67I4HS .card-btn {
    opacity: 1;
  }
}
.cid-tGiC67I4HS p {
  margin-bottom: 0;
}
.cid-tGiC67I4HS h2 {
  margin-bottom: 1rem;
}
.cid-tGiC67I4HS .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGiC67I4HS .btn-line {
  margin-top: 3rem;
}
.cid-tGiC67I4HS .mbr-text,
.cid-tGiC67I4HS .card-btn {
  color: #000000;
}
.cid-tGiC68DsFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tGiC68DsFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiC68DsFD .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-tGiC68DsFD .container {
    padding: 0 16px;
  }
}
.cid-tGiC68DsFD .card {
  position: relative;
  justify-content: center;
}
.cid-tGiC68DsFD .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tGiC68DsFD .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tGiC68DsFD .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tGiC68DsFD .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tGiC68DsFD .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tGiC68DsFD .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tGiC68DsFD .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tGiC68DsFD .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tGiC68DsFD .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tGiC68DsFD .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tGiC68DsFD .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tGiC68DsFD .mbr-text {
  color: #000000;
}
.cid-tGiC68DsFD .mbr-name {
  color: #000000;
}
.cid-tGiC68DsFD .mbr-desc {
  color: #dce2e3;
}
.cid-tGiC69NcaL {
  background-color: #ffffff;
}
.cid-tGiC69NcaL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGiC69NcaL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGiC69NcaL .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGiC69NcaL .social-media {
  margin-top: 1.5rem;
}
.cid-tGiC69NcaL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiC69NcaL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGiC69NcaL .mbr-text,
.cid-tGiC69NcaL .mbr-offer {
  line-height: 1.5;
}
.cid-tGiC69NcaL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGiC69NcaL {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGiC69NcaL .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGiC69NcaL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiC69NcaL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGiC69NcaL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGiC69NcaL .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiC69NcaL {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiC69NcaL .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGiC69NcaL .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGiC69NcaL .container-fluid {
  max-width: 1300px;
}
.cid-tGiC69NcaL li {
  font-weight: 400;
}
.cid-tGiC6beeds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGiC6beeds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiC6beeds .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-tGiC6beeds .container {
    padding: 0 20px;
  }
}
.cid-tGiC6beeds .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGiC6beeds .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGiC6beeds .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGiC6beeds .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGiC6beeds .mbr-section-title {
  color: #ffffff;
}
.cid-tGiC6beeds .mbr-section-title,
.cid-tGiC6beeds .mbr-section-btn,
.cid-tGiC6beeds .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGiKWYQX9L {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGiKWYQX9L .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGiKWYQX9L .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGiKWYQX9L .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGiKWYQX9L .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGiKWYQX9L .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGiKWYQX9L .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGiKWYQX9L .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGiKWYQX9L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGiKWYQX9L .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGiKWYQX9L .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGiKWYQX9L .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGiKWYQX9L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGiKWYQX9L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGiKWYQX9L .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGiKWYQX9L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGiKWYQX9L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGiKWYQX9L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGiKWYQX9L .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGiKWYQX9L .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGiKWYQX9L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGiKWYQX9L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGiKWYQX9L .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGiKWYQX9L .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGiKWYQX9L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiKWYQX9L .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGiKWYQX9L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiKWYQX9L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiKWYQX9L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGiKWYQX9L .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGiKWYQX9L .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGiKWYQX9L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiKWYQX9L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGiKWYQX9L .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGiKWYQX9L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGiKWYQX9L .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGiKWYQX9L .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGiKWYQX9L .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGiKWYQX9L .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGiKWYQX9L .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGiKWYQX9L .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGiKWYQX9L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGiKWYQX9L .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGiKWYQX9L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiKWYQX9L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGiKWYQX9L .dropdown-item.active,
.cid-tGiKWYQX9L .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiKWYQX9L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGiKWYQX9L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiKWYQX9L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiKWYQX9L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGiKWYQX9L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGiKWYQX9L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiKWYQX9L ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGiKWYQX9L .navbar-buttons {
  text-align: center;
}
.cid-tGiKWYQX9L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGiKWYQX9L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGiKWYQX9L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGiKWYQX9L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiKWYQX9L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiKWYQX9L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGiKWYQX9L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiKWYQX9L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGiKWYQX9L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGiKWYQX9L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiKWYQX9L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGiKWYQX9L .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGiKWYQX9L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGiKWYQX9L .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGiKWYQX9L .nav-link:hover,
.cid-tGiKWYQX9L .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGiKWYQX9L .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGiKWYQX9L .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGiKWYQX9L .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiKX0co9n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiKX0co9n {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiKX0co9n img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiKX0co9n H1 {
  color: #000000;
}
.cid-tGiKX0co9n .mbr-text,
.cid-tGiKX0co9n .mbr-section-btn {
  color: #132c70;
}
.cid-tGiKX0co9n H3 {
  color: #132c70;
}
.cid-tGiKX0co9n .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiKX0co9n .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiKX0co9n .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiKX0co9n .link:hover {
  color: #000000 !important;
}
.cid-tGiKX0co9n .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiKX0co9n DIV {
  color: #57468b;
}
.cid-tGiKX0co9n .text-1 {
  line-height: 1;
}
.cid-tGiKX0co9n .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiKX0co9n .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiKX0co9n .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiKX0TqH3 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGiKX0TqH3 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGiKX0TqH3 h1 {
  color: #ffffff;
}
.cid-tGiKX0TqH3 h2 {
  color: #ffffff;
}
.cid-tGiKX0TqH3 a {
  color: #ffffff;
}
.cid-tGiKX0TqH3 .btn-line::after {
  background-color: #ffffff;
}
.cid-tGiKX0TqH3 .animated-element {
  color: #efefef;
}
.cid-tGiKX0TqH3 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGiKX0TqH3 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGiKX0TqH3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiKX0TqH3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiKX0TqH3 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGiKX0TqH3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiKX0TqH3 .container-fluid {
  max-width: 1300px;
}
.cid-tGiKX0TqH3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGiKX0TqH3 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGiKX0TqH3 .btn-line {
  margin-top: 3rem;
}
.cid-tGiKX0TqH3 .mbr-section-subtitle,
.cid-tGiKX0TqH3 .mbr-section-btn {
  color: #000000;
}
.cid-tGiKX1xTNA {
  background-color: #ffffff;
}
.cid-tGiKX1xTNA H2 {
  color: #132c70;
}
.cid-tGiKX1xTNA H3 {
  color: #132c70;
}
.cid-tGiKX1xTNA .mbr-text,
.cid-tGiKX1xTNA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiKX1xTNA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiKX1xTNA img {
  filter: invert(0.5);
}
.cid-tGiKX1xTNA .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiKX1xTNA {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiKX1xTNA .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiKX1xTNA {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiKX1xTNA .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiKX2dAi2 {
  background-color: #fbf2e7;
}
.cid-tGiKX2dAi2 .photo-split img {
  width: 100%;
}
.cid-tGiKX2dAi2 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGiKX2dAi2 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGiKX2dAi2 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGiKX2dAi2 .wrap-block {
  padding-left: 2rem;
}
.cid-tGiKX2dAi2 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGiKX2dAi2 .wrap-block ul li {
  display: inline-block;
}
.cid-tGiKX2dAi2 .wrap-block ul li span {
  text-align: center;
}
.cid-tGiKX2dAi2 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGiKX2dAi2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiKX2dAi2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGiKX2dAi2 .mbr-list,
.cid-tGiKX2dAi2 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGiKX2dAi2 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGiKX2dAi2 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGiKX2dAi2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiKX2dAi2 .mbr-section-title,
  .cid-tGiKX2dAi2 .mbr-section-subtitle,
  .cid-tGiKX2dAi2 .mbr-text {
    text-align: center !important;
  }
  .cid-tGiKX2dAi2 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGiKX2dAi2 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiKX2dAi2 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGiKX2dAi2 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiKX2dAi2 .btn-line {
  margin-top: 3rem;
}
.cid-tGiKX2dAi2 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGiKX2dAi2 .col-lg-8 {
    order: 2;
  }
  .cid-tGiKX2dAi2 .col-lg-4 {
    order: 1;
  }
}
.cid-tGiKX2dAi2 .mbr-section-title {
  color: #000000;
}
.cid-tGiKX2dAi2 .mbr-text {
  color: #000000;
}
.cid-tGiKX2NBRu {
  background-color: #ffffff;
}
.cid-tGiKX2NBRu .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGiKX2NBRu .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGiKX2NBRu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGiKX2NBRu .social-media {
  margin-top: 1.5rem;
}
.cid-tGiKX2NBRu .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiKX2NBRu .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGiKX2NBRu .mbr-text,
.cid-tGiKX2NBRu .mbr-offer {
  line-height: 1.5;
}
.cid-tGiKX2NBRu .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGiKX2NBRu {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGiKX2NBRu .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGiKX2NBRu .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiKX2NBRu .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGiKX2NBRu .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGiKX2NBRu .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiKX2NBRu {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiKX2NBRu .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGiKX2NBRu .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGiKX2NBRu .container-fluid {
  max-width: 1300px;
}
.cid-tGiKX2NBRu li {
  font-weight: 400;
}
.cid-tGiKX3zouf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGiKX3zouf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiKX3zouf .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-tGiKX3zouf .container {
    padding: 0 20px;
  }
}
.cid-tGiKX3zouf .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGiKX3zouf .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGiKX3zouf .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGiKX3zouf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGiKX3zouf .mbr-section-title {
  color: #ffffff;
}
.cid-tGiKX3zouf .mbr-section-title,
.cid-tGiKX3zouf .mbr-section-btn,
.cid-tGiKX3zouf .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGiMPqCy1I {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGiMPqCy1I .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGiMPqCy1I .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGiMPqCy1I .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGiMPqCy1I .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGiMPqCy1I .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGiMPqCy1I .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGiMPqCy1I .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGiMPqCy1I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGiMPqCy1I .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGiMPqCy1I .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGiMPqCy1I .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGiMPqCy1I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGiMPqCy1I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGiMPqCy1I .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGiMPqCy1I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGiMPqCy1I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGiMPqCy1I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGiMPqCy1I .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGiMPqCy1I .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGiMPqCy1I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGiMPqCy1I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGiMPqCy1I .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGiMPqCy1I .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGiMPqCy1I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiMPqCy1I .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGiMPqCy1I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiMPqCy1I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiMPqCy1I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGiMPqCy1I .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGiMPqCy1I .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGiMPqCy1I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiMPqCy1I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGiMPqCy1I .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGiMPqCy1I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGiMPqCy1I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGiMPqCy1I .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGiMPqCy1I .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGiMPqCy1I .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGiMPqCy1I .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGiMPqCy1I .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGiMPqCy1I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGiMPqCy1I .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGiMPqCy1I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiMPqCy1I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGiMPqCy1I .dropdown-item.active,
.cid-tGiMPqCy1I .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiMPqCy1I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGiMPqCy1I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiMPqCy1I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiMPqCy1I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGiMPqCy1I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGiMPqCy1I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiMPqCy1I ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGiMPqCy1I .navbar-buttons {
  text-align: center;
}
.cid-tGiMPqCy1I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGiMPqCy1I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGiMPqCy1I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGiMPqCy1I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiMPqCy1I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiMPqCy1I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGiMPqCy1I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiMPqCy1I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGiMPqCy1I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGiMPqCy1I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiMPqCy1I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGiMPqCy1I .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGiMPqCy1I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGiMPqCy1I .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGiMPqCy1I .nav-link:hover,
.cid-tGiMPqCy1I .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGiMPqCy1I .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGiMPqCy1I .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGiMPqCy1I .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiMPs7zJj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiMPs7zJj {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiMPs7zJj img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiMPs7zJj H1 {
  color: #000000;
}
.cid-tGiMPs7zJj .mbr-text,
.cid-tGiMPs7zJj .mbr-section-btn {
  color: #132c70;
}
.cid-tGiMPs7zJj H3 {
  color: #132c70;
}
.cid-tGiMPs7zJj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiMPs7zJj .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiMPs7zJj .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiMPs7zJj .link:hover {
  color: #000000 !important;
}
.cid-tGiMPs7zJj .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiMPs7zJj DIV {
  color: #57468b;
}
.cid-tGiMPs7zJj .text-1 {
  line-height: 1;
}
.cid-tGiMPs7zJj .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiMPs7zJj .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiMPs7zJj .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiMPsLRYD {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGiMPsLRYD {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGiMPsLRYD h1 {
  color: #ffffff;
}
.cid-tGiMPsLRYD h2 {
  color: #ffffff;
}
.cid-tGiMPsLRYD a {
  color: #ffffff;
}
.cid-tGiMPsLRYD .btn-line::after {
  background-color: #ffffff;
}
.cid-tGiMPsLRYD .animated-element {
  color: #efefef;
}
.cid-tGiMPsLRYD .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGiMPsLRYD .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGiMPsLRYD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiMPsLRYD .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiMPsLRYD .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGiMPsLRYD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiMPsLRYD .container-fluid {
  max-width: 1300px;
}
.cid-tGiMPsLRYD .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGiMPsLRYD .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGiMPsLRYD .btn-line {
  margin-top: 3rem;
}
.cid-tGiMPsLRYD .mbr-section-subtitle,
.cid-tGiMPsLRYD .mbr-section-btn {
  color: #000000;
}
.cid-tGiNUFwOpL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiNUFwOpL {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiNUFwOpL img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiNUFwOpL H1 {
  color: #000000;
}
.cid-tGiNUFwOpL .mbr-text,
.cid-tGiNUFwOpL .mbr-section-btn {
  color: #132c70;
}
.cid-tGiNUFwOpL H3 {
  color: #132c70;
}
.cid-tGiNUFwOpL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiNUFwOpL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiNUFwOpL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiNUFwOpL .link:hover {
  color: #000000 !important;
}
.cid-tGiNUFwOpL .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiNUFwOpL DIV {
  color: #57468b;
}
.cid-tGiNUFwOpL .text-1 {
  line-height: 1;
}
.cid-tGiNUFwOpL .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiNUFwOpL .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiNUFwOpL .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiMPtlLMO {
  background-color: #ffffff;
}
.cid-tGiMPtlLMO H2 {
  color: #132c70;
}
.cid-tGiMPtlLMO H3 {
  color: #132c70;
}
.cid-tGiMPtlLMO .mbr-text,
.cid-tGiMPtlLMO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiMPtlLMO .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiMPtlLMO img {
  filter: invert(0.5);
}
.cid-tGiMPtlLMO .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiMPtlLMO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiMPtlLMO .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiMPtlLMO {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiMPtlLMO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiORlsg67 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiORlsg67 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiORlsg67 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiORlsg67 H1 {
  color: #000000;
}
.cid-tGiORlsg67 .mbr-text,
.cid-tGiORlsg67 .mbr-section-btn {
  color: #132c70;
}
.cid-tGiORlsg67 H3 {
  color: #132c70;
}
.cid-tGiORlsg67 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiORlsg67 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiORlsg67 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiORlsg67 .link:hover {
  color: #000000 !important;
}
.cid-tGiORlsg67 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiORlsg67 DIV {
  color: #57468b;
}
.cid-tGiORlsg67 .text-1 {
  line-height: 1;
}
.cid-tGiORlsg67 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiORlsg67 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiORlsg67 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiP4z3rQM {
  background-color: #ffffff;
}
.cid-tGiP4z3rQM H2 {
  color: #132c70;
}
.cid-tGiP4z3rQM H3 {
  color: #132c70;
}
.cid-tGiP4z3rQM .mbr-text,
.cid-tGiP4z3rQM .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiP4z3rQM .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiP4z3rQM img {
  filter: invert(0.5);
}
.cid-tGiP4z3rQM .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiP4z3rQM {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiP4z3rQM .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiP4z3rQM {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiP4z3rQM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiPCSpAA7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiPCSpAA7 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiPCSpAA7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiPCSpAA7 H1 {
  color: #000000;
}
.cid-tGiPCSpAA7 .mbr-text,
.cid-tGiPCSpAA7 .mbr-section-btn {
  color: #132c70;
}
.cid-tGiPCSpAA7 H3 {
  color: #132c70;
}
.cid-tGiPCSpAA7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiPCSpAA7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiPCSpAA7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiPCSpAA7 .link:hover {
  color: #000000 !important;
}
.cid-tGiPCSpAA7 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiPCSpAA7 DIV {
  color: #57468b;
}
.cid-tGiPCSpAA7 .text-1 {
  line-height: 1;
}
.cid-tGiPCSpAA7 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiPCSpAA7 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiPCSpAA7 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiPNMMQbn {
  background-color: #ffffff;
}
.cid-tGiPNMMQbn H2 {
  color: #132c70;
}
.cid-tGiPNMMQbn H3 {
  color: #132c70;
}
.cid-tGiPNMMQbn .mbr-text,
.cid-tGiPNMMQbn .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiPNMMQbn .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiPNMMQbn img {
  filter: invert(0.5);
}
.cid-tGiPNMMQbn .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiPNMMQbn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiPNMMQbn .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiPNMMQbn {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiPNMMQbn .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiQnKUF0q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiQnKUF0q {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiQnKUF0q img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiQnKUF0q H1 {
  color: #000000;
}
.cid-tGiQnKUF0q .mbr-text,
.cid-tGiQnKUF0q .mbr-section-btn {
  color: #132c70;
}
.cid-tGiQnKUF0q H3 {
  color: #132c70;
}
.cid-tGiQnKUF0q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiQnKUF0q .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiQnKUF0q .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiQnKUF0q .link:hover {
  color: #000000 !important;
}
.cid-tGiQnKUF0q .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiQnKUF0q DIV {
  color: #57468b;
}
.cid-tGiQnKUF0q .text-1 {
  line-height: 1;
}
.cid-tGiQnKUF0q .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiQnKUF0q .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiQnKUF0q .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiQEQSyZo {
  background-color: #ffffff;
}
.cid-tGiQEQSyZo H2 {
  color: #132c70;
}
.cid-tGiQEQSyZo H3 {
  color: #132c70;
}
.cid-tGiQEQSyZo .mbr-text,
.cid-tGiQEQSyZo .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiQEQSyZo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiQEQSyZo img {
  filter: invert(0.5);
}
.cid-tGiQEQSyZo .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiQEQSyZo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiQEQSyZo .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiQEQSyZo {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiQEQSyZo .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiRcWjuUp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiRcWjuUp {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiRcWjuUp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiRcWjuUp H1 {
  color: #000000;
}
.cid-tGiRcWjuUp .mbr-text,
.cid-tGiRcWjuUp .mbr-section-btn {
  color: #132c70;
}
.cid-tGiRcWjuUp H3 {
  color: #132c70;
}
.cid-tGiRcWjuUp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiRcWjuUp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiRcWjuUp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiRcWjuUp .link:hover {
  color: #000000 !important;
}
.cid-tGiRcWjuUp .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiRcWjuUp DIV {
  color: #57468b;
}
.cid-tGiRcWjuUp .text-1 {
  line-height: 1;
}
.cid-tGiRcWjuUp .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiRcWjuUp .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiRcWjuUp .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiRbjDWHl {
  background-color: #ffffff;
}
.cid-tGiRbjDWHl H2 {
  color: #132c70;
}
.cid-tGiRbjDWHl H3 {
  color: #132c70;
}
.cid-tGiRbjDWHl .mbr-text,
.cid-tGiRbjDWHl .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiRbjDWHl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiRbjDWHl img {
  filter: invert(0.5);
}
.cid-tGiRbjDWHl .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiRbjDWHl {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiRbjDWHl .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiRbjDWHl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiRbjDWHl .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiS8LSM24 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiS8LSM24 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiS8LSM24 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiS8LSM24 H1 {
  color: #000000;
}
.cid-tGiS8LSM24 .mbr-text,
.cid-tGiS8LSM24 .mbr-section-btn {
  color: #132c70;
}
.cid-tGiS8LSM24 H3 {
  color: #132c70;
}
.cid-tGiS8LSM24 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiS8LSM24 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiS8LSM24 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiS8LSM24 .link:hover {
  color: #000000 !important;
}
.cid-tGiS8LSM24 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiS8LSM24 DIV {
  color: #57468b;
}
.cid-tGiS8LSM24 .text-1 {
  line-height: 1;
}
.cid-tGiS8LSM24 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiS8LSM24 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiS8LSM24 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiSouGXZm {
  background-color: #ffffff;
}
.cid-tGiSouGXZm H2 {
  color: #132c70;
}
.cid-tGiSouGXZm H3 {
  color: #132c70;
}
.cid-tGiSouGXZm .mbr-text,
.cid-tGiSouGXZm .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiSouGXZm .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiSouGXZm img {
  filter: invert(0.5);
}
.cid-tGiSouGXZm .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiSouGXZm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiSouGXZm .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiSouGXZm {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiSouGXZm .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiT1MZHga {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiT1MZHga {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiT1MZHga img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiT1MZHga H1 {
  color: #000000;
}
.cid-tGiT1MZHga .mbr-text,
.cid-tGiT1MZHga .mbr-section-btn {
  color: #132c70;
}
.cid-tGiT1MZHga H3 {
  color: #132c70;
}
.cid-tGiT1MZHga .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiT1MZHga .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiT1MZHga .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiT1MZHga .link:hover {
  color: #000000 !important;
}
.cid-tGiT1MZHga .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiT1MZHga DIV {
  color: #57468b;
}
.cid-tGiT1MZHga .text-1 {
  line-height: 1;
}
.cid-tGiT1MZHga .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiT1MZHga .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiT1MZHga .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiT0ChnQJ {
  background-color: #ffffff;
}
.cid-tGiT0ChnQJ H2 {
  color: #132c70;
}
.cid-tGiT0ChnQJ H3 {
  color: #132c70;
}
.cid-tGiT0ChnQJ .mbr-text,
.cid-tGiT0ChnQJ .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiT0ChnQJ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiT0ChnQJ img {
  filter: invert(0.5);
}
.cid-tGiT0ChnQJ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiT0ChnQJ {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiT0ChnQJ .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiT0ChnQJ {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiT0ChnQJ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiTFIkzHr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiTFIkzHr {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiTFIkzHr img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiTFIkzHr H1 {
  color: #000000;
}
.cid-tGiTFIkzHr .mbr-text,
.cid-tGiTFIkzHr .mbr-section-btn {
  color: #132c70;
}
.cid-tGiTFIkzHr H3 {
  color: #132c70;
}
.cid-tGiTFIkzHr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiTFIkzHr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiTFIkzHr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiTFIkzHr .link:hover {
  color: #000000 !important;
}
.cid-tGiTFIkzHr .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiTFIkzHr DIV {
  color: #57468b;
}
.cid-tGiTFIkzHr .text-1 {
  line-height: 1;
}
.cid-tGiTFIkzHr .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiTFIkzHr .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiTFIkzHr .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiTHEofQF {
  background-color: #ffffff;
}
.cid-tGiTHEofQF H2 {
  color: #132c70;
}
.cid-tGiTHEofQF H3 {
  color: #132c70;
}
.cid-tGiTHEofQF .mbr-text,
.cid-tGiTHEofQF .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiTHEofQF .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiTHEofQF img {
  filter: invert(0.5);
}
.cid-tGiTHEofQF .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiTHEofQF {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiTHEofQF .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiTHEofQF {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiTHEofQF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiUBJwoAK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiUBJwoAK {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiUBJwoAK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiUBJwoAK H1 {
  color: #000000;
}
.cid-tGiUBJwoAK .mbr-text,
.cid-tGiUBJwoAK .mbr-section-btn {
  color: #132c70;
}
.cid-tGiUBJwoAK H3 {
  color: #132c70;
}
.cid-tGiUBJwoAK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiUBJwoAK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiUBJwoAK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiUBJwoAK .link:hover {
  color: #000000 !important;
}
.cid-tGiUBJwoAK .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiUBJwoAK DIV {
  color: #57468b;
}
.cid-tGiUBJwoAK .text-1 {
  line-height: 1;
}
.cid-tGiUBJwoAK .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiUBJwoAK .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiUBJwoAK .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiUA5BNEq {
  background-color: #ffffff;
}
.cid-tGiUA5BNEq H2 {
  color: #132c70;
}
.cid-tGiUA5BNEq H3 {
  color: #132c70;
}
.cid-tGiUA5BNEq .mbr-text,
.cid-tGiUA5BNEq .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiUA5BNEq .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiUA5BNEq img {
  filter: invert(0.5);
}
.cid-tGiUA5BNEq .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiUA5BNEq {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiUA5BNEq .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiUA5BNEq {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiUA5BNEq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiVizoPhv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGiVizoPhv {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiVizoPhv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiVizoPhv H1 {
  color: #000000;
}
.cid-tGiVizoPhv .mbr-text,
.cid-tGiVizoPhv .mbr-section-btn {
  color: #132c70;
}
.cid-tGiVizoPhv H3 {
  color: #132c70;
}
.cid-tGiVizoPhv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiVizoPhv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiVizoPhv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiVizoPhv .link:hover {
  color: #000000 !important;
}
.cid-tGiVizoPhv .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiVizoPhv DIV {
  color: #57468b;
}
.cid-tGiVizoPhv .text-1 {
  line-height: 1;
}
.cid-tGiVizoPhv .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiVizoPhv .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiVizoPhv .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiVk1Uxak {
  background-color: #ffffff;
}
.cid-tGiVk1Uxak H2 {
  color: #132c70;
}
.cid-tGiVk1Uxak H3 {
  color: #132c70;
}
.cid-tGiVk1Uxak .mbr-text,
.cid-tGiVk1Uxak .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiVk1Uxak .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiVk1Uxak img {
  filter: invert(0.5);
}
.cid-tGiVk1Uxak .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiVk1Uxak {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiVk1Uxak .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiVk1Uxak {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiVk1Uxak .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiMPu3GXX {
  background-color: #fbf2e7;
}
.cid-tGiMPu3GXX .photo-split img {
  width: 100%;
}
.cid-tGiMPu3GXX .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGiMPu3GXX .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGiMPu3GXX .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGiMPu3GXX .wrap-block {
  padding-left: 2rem;
}
.cid-tGiMPu3GXX .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGiMPu3GXX .wrap-block ul li {
  display: inline-block;
}
.cid-tGiMPu3GXX .wrap-block ul li span {
  text-align: center;
}
.cid-tGiMPu3GXX .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGiMPu3GXX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiMPu3GXX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGiMPu3GXX .mbr-list,
.cid-tGiMPu3GXX .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGiMPu3GXX {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGiMPu3GXX .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGiMPu3GXX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiMPu3GXX .mbr-section-title,
  .cid-tGiMPu3GXX .mbr-section-subtitle,
  .cid-tGiMPu3GXX .mbr-text {
    text-align: center !important;
  }
  .cid-tGiMPu3GXX .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGiMPu3GXX {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiMPu3GXX .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGiMPu3GXX .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiMPu3GXX .btn-line {
  margin-top: 3rem;
}
.cid-tGiMPu3GXX .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGiMPu3GXX .col-lg-8 {
    order: 2;
  }
  .cid-tGiMPu3GXX .col-lg-4 {
    order: 1;
  }
}
.cid-tGiMPu3GXX .mbr-section-title {
  color: #000000;
}
.cid-tGiMPu3GXX .mbr-text {
  color: #000000;
}
.cid-tGiMPuIlJQ {
  background-color: #ffffff;
}
.cid-tGiMPuIlJQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGiMPuIlJQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGiMPuIlJQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGiMPuIlJQ .social-media {
  margin-top: 1.5rem;
}
.cid-tGiMPuIlJQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiMPuIlJQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGiMPuIlJQ .mbr-text,
.cid-tGiMPuIlJQ .mbr-offer {
  line-height: 1.5;
}
.cid-tGiMPuIlJQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGiMPuIlJQ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGiMPuIlJQ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGiMPuIlJQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiMPuIlJQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGiMPuIlJQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGiMPuIlJQ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiMPuIlJQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiMPuIlJQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGiMPuIlJQ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGiMPuIlJQ .container-fluid {
  max-width: 1300px;
}
.cid-tGiMPuIlJQ li {
  font-weight: 400;
}
.cid-tGiMPvqn5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGiMPvqn5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiMPvqn5n .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-tGiMPvqn5n .container {
    padding: 0 20px;
  }
}
.cid-tGiMPvqn5n .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGiMPvqn5n .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGiMPvqn5n .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGiMPvqn5n .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGiMPvqn5n .mbr-section-title {
  color: #ffffff;
}
.cid-tGiMPvqn5n .mbr-section-title,
.cid-tGiMPvqn5n .mbr-section-btn,
.cid-tGiMPvqn5n .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGj654bQ4b {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGj654bQ4b .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGj654bQ4b .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGj654bQ4b .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGj654bQ4b .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGj654bQ4b .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGj654bQ4b .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGj654bQ4b .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGj654bQ4b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGj654bQ4b .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGj654bQ4b .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGj654bQ4b .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGj654bQ4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGj654bQ4b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGj654bQ4b .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGj654bQ4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGj654bQ4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGj654bQ4b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGj654bQ4b .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGj654bQ4b .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGj654bQ4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGj654bQ4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGj654bQ4b .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGj654bQ4b .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGj654bQ4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGj654bQ4b .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGj654bQ4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGj654bQ4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGj654bQ4b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGj654bQ4b .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGj654bQ4b .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGj654bQ4b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGj654bQ4b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGj654bQ4b .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGj654bQ4b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGj654bQ4b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGj654bQ4b .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGj654bQ4b .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGj654bQ4b .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGj654bQ4b .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGj654bQ4b .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGj654bQ4b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGj654bQ4b .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGj654bQ4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGj654bQ4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGj654bQ4b .dropdown-item.active,
.cid-tGj654bQ4b .dropdown-item:active {
  background-color: transparent;
}
.cid-tGj654bQ4b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGj654bQ4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGj654bQ4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGj654bQ4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGj654bQ4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGj654bQ4b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGj654bQ4b ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGj654bQ4b .navbar-buttons {
  text-align: center;
}
.cid-tGj654bQ4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGj654bQ4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGj654bQ4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGj654bQ4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGj654bQ4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGj654bQ4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGj654bQ4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGj654bQ4b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGj654bQ4b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGj654bQ4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGj654bQ4b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGj654bQ4b .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGj654bQ4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGj654bQ4b .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGj654bQ4b .nav-link:hover,
.cid-tGj654bQ4b .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGj654bQ4b .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGj654bQ4b .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGj654bQ4b .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGj654VhPh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGj654VhPh {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGj654VhPh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGj654VhPh H1 {
  color: #000000;
}
.cid-tGj654VhPh .mbr-text,
.cid-tGj654VhPh .mbr-section-btn {
  color: #132c70;
}
.cid-tGj654VhPh H3 {
  color: #132c70;
}
.cid-tGj654VhPh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGj654VhPh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGj654VhPh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGj654VhPh .link:hover {
  color: #000000 !important;
}
.cid-tGj654VhPh .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGj654VhPh DIV {
  color: #57468b;
}
.cid-tGj654VhPh .text-1 {
  line-height: 1;
}
.cid-tGj654VhPh .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGj654VhPh .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGj654VhPh .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGj655xJhi {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGj655xJhi {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGj655xJhi h1 {
  color: #ffffff;
}
.cid-tGj655xJhi h2 {
  color: #ffffff;
}
.cid-tGj655xJhi a {
  color: #ffffff;
}
.cid-tGj655xJhi .btn-line::after {
  background-color: #ffffff;
}
.cid-tGj655xJhi .animated-element {
  color: #efefef;
}
.cid-tGj655xJhi .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGj655xJhi .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGj655xJhi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGj655xJhi .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGj655xJhi .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGj655xJhi .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGj655xJhi .container-fluid {
  max-width: 1300px;
}
.cid-tGj655xJhi .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGj655xJhi .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGj655xJhi .btn-line {
  margin-top: 3rem;
}
.cid-tGj655xJhi .mbr-section-subtitle,
.cid-tGj655xJhi .mbr-section-btn {
  color: #000000;
}
.cid-tGj656br27 {
  background-color: #ffffff;
}
.cid-tGj656br27 H2 {
  color: #132c70;
}
.cid-tGj656br27 H3 {
  color: #132c70;
}
.cid-tGj656br27 .mbr-text,
.cid-tGj656br27 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGj656br27 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGj656br27 img {
  filter: invert(0.5);
}
.cid-tGj656br27 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGj656br27 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGj656br27 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGj656br27 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGj656br27 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGj656SLqY {
  background-color: #fbf2e7;
}
.cid-tGj656SLqY .photo-split img {
  width: 100%;
}
.cid-tGj656SLqY .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGj656SLqY .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGj656SLqY .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGj656SLqY .wrap-block {
  padding-left: 2rem;
}
.cid-tGj656SLqY .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGj656SLqY .wrap-block ul li {
  display: inline-block;
}
.cid-tGj656SLqY .wrap-block ul li span {
  text-align: center;
}
.cid-tGj656SLqY .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGj656SLqY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGj656SLqY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGj656SLqY .mbr-list,
.cid-tGj656SLqY .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGj656SLqY {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGj656SLqY .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGj656SLqY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGj656SLqY .mbr-section-title,
  .cid-tGj656SLqY .mbr-section-subtitle,
  .cid-tGj656SLqY .mbr-text {
    text-align: center !important;
  }
  .cid-tGj656SLqY .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGj656SLqY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGj656SLqY .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGj656SLqY .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGj656SLqY .btn-line {
  margin-top: 3rem;
}
.cid-tGj656SLqY .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGj656SLqY .col-lg-8 {
    order: 2;
  }
  .cid-tGj656SLqY .col-lg-4 {
    order: 1;
  }
}
.cid-tGj656SLqY .mbr-section-title {
  color: #000000;
}
.cid-tGj656SLqY .mbr-text {
  color: #000000;
}
.cid-tGj657yUY2 {
  background-color: #ffffff;
}
.cid-tGj657yUY2 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGj657yUY2 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGj657yUY2 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGj657yUY2 .social-media {
  margin-top: 1.5rem;
}
.cid-tGj657yUY2 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGj657yUY2 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGj657yUY2 .mbr-text,
.cid-tGj657yUY2 .mbr-offer {
  line-height: 1.5;
}
.cid-tGj657yUY2 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGj657yUY2 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGj657yUY2 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGj657yUY2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGj657yUY2 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGj657yUY2 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGj657yUY2 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGj657yUY2 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGj657yUY2 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGj657yUY2 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGj657yUY2 .container-fluid {
  max-width: 1300px;
}
.cid-tGj657yUY2 li {
  font-weight: 400;
}
.cid-tGj658f9R8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGj658f9R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGj658f9R8 .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-tGj658f9R8 .container {
    padding: 0 20px;
  }
}
.cid-tGj658f9R8 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGj658f9R8 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGj658f9R8 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGj658f9R8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGj658f9R8 .mbr-section-title {
  color: #ffffff;
}
.cid-tGj658f9R8 .mbr-section-title,
.cid-tGj658f9R8 .mbr-section-btn,
.cid-tGj658f9R8 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGQP4U3rvN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGQP4U3rvN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGQP4U3rvN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGQP4U3rvN .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGQP4U3rvN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGQP4U3rvN .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGQP4U3rvN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGQP4U3rvN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGQP4U3rvN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGQP4U3rvN .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGQP4U3rvN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGQP4U3rvN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGQP4U3rvN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGQP4U3rvN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGQP4U3rvN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGQP4U3rvN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGQP4U3rvN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGQP4U3rvN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGQP4U3rvN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGQP4U3rvN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGQP4U3rvN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGQP4U3rvN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGQP4U3rvN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGQP4U3rvN .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGQP4U3rvN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGQP4U3rvN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGQP4U3rvN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGQP4U3rvN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGQP4U3rvN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGQP4U3rvN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGQP4U3rvN .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGQP4U3rvN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGQP4U3rvN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGQP4U3rvN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGQP4U3rvN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGQP4U3rvN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGQP4U3rvN .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGQP4U3rvN .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGQP4U3rvN .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGQP4U3rvN .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGQP4U3rvN .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGQP4U3rvN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGQP4U3rvN .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGQP4U3rvN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGQP4U3rvN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGQP4U3rvN .dropdown-item.active,
.cid-tGQP4U3rvN .dropdown-item:active {
  background-color: transparent;
}
.cid-tGQP4U3rvN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGQP4U3rvN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGQP4U3rvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGQP4U3rvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGQP4U3rvN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGQP4U3rvN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGQP4U3rvN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGQP4U3rvN .navbar-buttons {
  text-align: center;
}
.cid-tGQP4U3rvN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGQP4U3rvN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGQP4U3rvN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGQP4U3rvN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGQP4U3rvN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGQP4U3rvN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGQP4U3rvN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGQP4U3rvN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGQP4U3rvN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGQP4U3rvN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGQP4U3rvN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGQP4U3rvN .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGQP4U3rvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGQP4U3rvN .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGQP4U3rvN .nav-link:hover,
.cid-tGQP4U3rvN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGQP4U3rvN .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGQP4U3rvN .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGQP4U3rvN .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGQP4VAsiV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGQP4VAsiV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQP4VAsiV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQP4VAsiV H1 {
  color: #000000;
}
.cid-tGQP4VAsiV .mbr-text,
.cid-tGQP4VAsiV .mbr-section-btn {
  color: #132c70;
}
.cid-tGQP4VAsiV H3 {
  color: #132c70;
}
.cid-tGQP4VAsiV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQP4VAsiV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQP4VAsiV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQP4VAsiV .link:hover {
  color: #000000 !important;
}
.cid-tGQP4VAsiV .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQP4VAsiV DIV {
  color: #57468b;
}
.cid-tGQP4VAsiV .text-1 {
  line-height: 1;
}
.cid-tGQP4VAsiV .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQP4VAsiV .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQP4VAsiV .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQP4WkmMU {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGQP4WkmMU {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGQP4WkmMU h1 {
  color: #ffffff;
}
.cid-tGQP4WkmMU h2 {
  color: #ffffff;
}
.cid-tGQP4WkmMU a {
  color: #ffffff;
}
.cid-tGQP4WkmMU .btn-line::after {
  background-color: #ffffff;
}
.cid-tGQP4WkmMU .animated-element {
  color: #efefef;
}
.cid-tGQP4WkmMU .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGQP4WkmMU .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGQP4WkmMU .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQP4WkmMU .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQP4WkmMU .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGQP4WkmMU .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQP4WkmMU .container-fluid {
  max-width: 1300px;
}
.cid-tGQP4WkmMU .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGQP4WkmMU .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGQP4WkmMU .btn-line {
  margin-top: 3rem;
}
.cid-tGQP4WkmMU .mbr-section-subtitle,
.cid-tGQP4WkmMU .mbr-section-btn {
  color: #000000;
}
.cid-tGQP4X4xz1 {
  background-color: #ffffff;
}
.cid-tGQP4X4xz1 H2 {
  color: #132c70;
}
.cid-tGQP4X4xz1 H3 {
  color: #132c70;
}
.cid-tGQP4X4xz1 .mbr-text,
.cid-tGQP4X4xz1 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGQP4X4xz1 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGQP4X4xz1 img {
  filter: invert(0.5);
}
.cid-tGQP4X4xz1 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGQP4X4xz1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGQP4X4xz1 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQP4X4xz1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGQP4X4xz1 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQP4XMV9X {
  background-color: #fbf2e7;
}
.cid-tGQP4XMV9X .photo-split img {
  width: 100%;
}
.cid-tGQP4XMV9X .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGQP4XMV9X .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGQP4XMV9X .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGQP4XMV9X .wrap-block {
  padding-left: 2rem;
}
.cid-tGQP4XMV9X .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGQP4XMV9X .wrap-block ul li {
  display: inline-block;
}
.cid-tGQP4XMV9X .wrap-block ul li span {
  text-align: center;
}
.cid-tGQP4XMV9X .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGQP4XMV9X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGQP4XMV9X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGQP4XMV9X .mbr-list,
.cid-tGQP4XMV9X .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGQP4XMV9X {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGQP4XMV9X .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGQP4XMV9X .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQP4XMV9X .mbr-section-title,
  .cid-tGQP4XMV9X .mbr-section-subtitle,
  .cid-tGQP4XMV9X .mbr-text {
    text-align: center !important;
  }
  .cid-tGQP4XMV9X .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGQP4XMV9X {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGQP4XMV9X .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGQP4XMV9X .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQP4XMV9X .btn-line {
  margin-top: 3rem;
}
.cid-tGQP4XMV9X .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGQP4XMV9X .col-lg-8 {
    order: 2;
  }
  .cid-tGQP4XMV9X .col-lg-4 {
    order: 1;
  }
}
.cid-tGQP4XMV9X .mbr-section-title {
  color: #000000;
}
.cid-tGQP4XMV9X .mbr-text {
  color: #000000;
}
.cid-tGQP4YlzJE {
  background-color: #ffffff;
}
.cid-tGQP4YlzJE .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGQP4YlzJE .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGQP4YlzJE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGQP4YlzJE .social-media {
  margin-top: 1.5rem;
}
.cid-tGQP4YlzJE .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGQP4YlzJE .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGQP4YlzJE .mbr-text,
.cid-tGQP4YlzJE .mbr-offer {
  line-height: 1.5;
}
.cid-tGQP4YlzJE .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGQP4YlzJE {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGQP4YlzJE .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGQP4YlzJE .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQP4YlzJE .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGQP4YlzJE .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGQP4YlzJE .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQP4YlzJE {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGQP4YlzJE .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGQP4YlzJE .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGQP4YlzJE .container-fluid {
  max-width: 1300px;
}
.cid-tGQP4YlzJE li {
  font-weight: 400;
}
.cid-tGQP4YTC6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGQP4YTC6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGQP4YTC6F .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-tGQP4YTC6F .container {
    padding: 0 20px;
  }
}
.cid-tGQP4YTC6F .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGQP4YTC6F .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGQP4YTC6F .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGQP4YTC6F .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGQP4YTC6F .mbr-section-title {
  color: #ffffff;
}
.cid-tGQP4YTC6F .mbr-section-title,
.cid-tGQP4YTC6F .mbr-section-btn,
.cid-tGQP4YTC6F .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGQQx5D6SY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGQQx5D6SY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGQQx5D6SY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGQQx5D6SY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGQQx5D6SY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGQQx5D6SY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGQQx5D6SY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGQQx5D6SY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGQQx5D6SY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGQQx5D6SY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGQQx5D6SY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGQQx5D6SY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGQQx5D6SY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGQQx5D6SY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGQQx5D6SY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGQQx5D6SY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGQQx5D6SY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGQQx5D6SY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGQQx5D6SY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGQQx5D6SY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGQQx5D6SY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGQQx5D6SY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGQQx5D6SY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGQQx5D6SY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGQQx5D6SY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGQQx5D6SY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGQQx5D6SY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGQQx5D6SY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGQQx5D6SY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGQQx5D6SY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGQQx5D6SY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGQQx5D6SY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGQQx5D6SY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGQQx5D6SY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGQQx5D6SY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGQQx5D6SY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGQQx5D6SY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGQQx5D6SY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGQQx5D6SY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGQQx5D6SY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGQQx5D6SY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGQQx5D6SY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGQQx5D6SY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGQQx5D6SY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGQQx5D6SY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGQQx5D6SY .dropdown-item.active,
.cid-tGQQx5D6SY .dropdown-item:active {
  background-color: transparent;
}
.cid-tGQQx5D6SY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGQQx5D6SY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGQQx5D6SY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGQQx5D6SY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGQQx5D6SY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGQQx5D6SY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGQQx5D6SY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGQQx5D6SY .navbar-buttons {
  text-align: center;
}
.cid-tGQQx5D6SY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGQQx5D6SY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGQQx5D6SY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGQQx5D6SY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGQQx5D6SY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGQQx5D6SY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGQQx5D6SY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGQQx5D6SY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGQQx5D6SY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGQQx5D6SY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGQQx5D6SY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGQQx5D6SY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGQQx5D6SY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGQQx5D6SY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGQQx5D6SY .nav-link:hover,
.cid-tGQQx5D6SY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGQQx5D6SY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGQQx5D6SY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGQQx5D6SY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGQQx6WSOg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGQQx6WSOg {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQQx6WSOg img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQQx6WSOg H1 {
  color: #000000;
}
.cid-tGQQx6WSOg .mbr-text,
.cid-tGQQx6WSOg .mbr-section-btn {
  color: #132c70;
}
.cid-tGQQx6WSOg H3 {
  color: #132c70;
}
.cid-tGQQx6WSOg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQQx6WSOg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQQx6WSOg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQQx6WSOg .link:hover {
  color: #000000 !important;
}
.cid-tGQQx6WSOg .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQQx6WSOg DIV {
  color: #57468b;
}
.cid-tGQQx6WSOg .text-1 {
  line-height: 1;
}
.cid-tGQQx6WSOg .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQQx6WSOg .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQQx6WSOg .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQQx7J4Mk {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGQQx7J4Mk {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGQQx7J4Mk h1 {
  color: #ffffff;
}
.cid-tGQQx7J4Mk h2 {
  color: #ffffff;
}
.cid-tGQQx7J4Mk a {
  color: #ffffff;
}
.cid-tGQQx7J4Mk .btn-line::after {
  background-color: #ffffff;
}
.cid-tGQQx7J4Mk .animated-element {
  color: #efefef;
}
.cid-tGQQx7J4Mk .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGQQx7J4Mk .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGQQx7J4Mk .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQQx7J4Mk .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQQx7J4Mk .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGQQx7J4Mk .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQQx7J4Mk .container-fluid {
  max-width: 1300px;
}
.cid-tGQQx7J4Mk .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGQQx7J4Mk .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGQQx7J4Mk .btn-line {
  margin-top: 3rem;
}
.cid-tGQQx7J4Mk .mbr-section-subtitle,
.cid-tGQQx7J4Mk .mbr-section-btn {
  color: #000000;
}
.cid-tGQSFL4bqK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGQSFL4bqK {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQSFL4bqK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQSFL4bqK H1 {
  color: #000000;
}
.cid-tGQSFL4bqK .mbr-text,
.cid-tGQSFL4bqK .mbr-section-btn {
  color: #132c70;
}
.cid-tGQSFL4bqK H3 {
  color: #132c70;
}
.cid-tGQSFL4bqK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQSFL4bqK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQSFL4bqK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQSFL4bqK .link:hover {
  color: #000000 !important;
}
.cid-tGQSFL4bqK .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQSFL4bqK DIV {
  color: #57468b;
}
.cid-tGQSFL4bqK .text-1 {
  line-height: 1;
}
.cid-tGQSFL4bqK .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQSFL4bqK .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQSFL4bqK .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQQx8BGFN {
  background-color: #ffffff;
}
.cid-tGQQx8BGFN H2 {
  color: #132c70;
}
.cid-tGQQx8BGFN H3 {
  color: #132c70;
}
.cid-tGQQx8BGFN .mbr-text,
.cid-tGQQx8BGFN .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGQQx8BGFN .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGQQx8BGFN img {
  filter: invert(0.5);
}
.cid-tGQQx8BGFN .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGQQx8BGFN {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGQQx8BGFN .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQQx8BGFN {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGQQx8BGFN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQTbGxhAx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGQTbGxhAx {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQTbGxhAx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQTbGxhAx H1 {
  color: #000000;
}
.cid-tGQTbGxhAx .mbr-text,
.cid-tGQTbGxhAx .mbr-section-btn {
  color: #132c70;
}
.cid-tGQTbGxhAx H3 {
  color: #132c70;
}
.cid-tGQTbGxhAx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQTbGxhAx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQTbGxhAx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQTbGxhAx .link:hover {
  color: #000000 !important;
}
.cid-tGQTbGxhAx .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQTbGxhAx DIV {
  color: #57468b;
}
.cid-tGQTbGxhAx .text-1 {
  line-height: 1;
}
.cid-tGQTbGxhAx .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQTbGxhAx .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQTbGxhAx .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQToTzFm9 {
  background-color: #ffffff;
}
.cid-tGQToTzFm9 H2 {
  color: #132c70;
}
.cid-tGQToTzFm9 H3 {
  color: #132c70;
}
.cid-tGQToTzFm9 .mbr-text,
.cid-tGQToTzFm9 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGQToTzFm9 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGQToTzFm9 img {
  filter: invert(0.5);
}
.cid-tGQToTzFm9 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGQToTzFm9 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGQToTzFm9 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQToTzFm9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGQToTzFm9 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQTKeVkk4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGQTKeVkk4 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQTKeVkk4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQTKeVkk4 H1 {
  color: #000000;
}
.cid-tGQTKeVkk4 .mbr-text,
.cid-tGQTKeVkk4 .mbr-section-btn {
  color: #132c70;
}
.cid-tGQTKeVkk4 H3 {
  color: #132c70;
}
.cid-tGQTKeVkk4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQTKeVkk4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQTKeVkk4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQTKeVkk4 .link:hover {
  color: #000000 !important;
}
.cid-tGQTKeVkk4 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQTKeVkk4 DIV {
  color: #57468b;
}
.cid-tGQTKeVkk4 .text-1 {
  line-height: 1;
}
.cid-tGQTKeVkk4 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQTKeVkk4 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQTKeVkk4 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQTLe0BIB {
  background-color: #ffffff;
}
.cid-tGQTLe0BIB H2 {
  color: #132c70;
}
.cid-tGQTLe0BIB H3 {
  color: #132c70;
}
.cid-tGQTLe0BIB .mbr-text,
.cid-tGQTLe0BIB .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGQTLe0BIB .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGQTLe0BIB img {
  filter: invert(0.5);
}
.cid-tGQTLe0BIB .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGQTLe0BIB {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGQTLe0BIB .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQTLe0BIB {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGQTLe0BIB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQUiZyGIW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGQUiZyGIW {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQUiZyGIW img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQUiZyGIW H1 {
  color: #000000;
}
.cid-tGQUiZyGIW .mbr-text,
.cid-tGQUiZyGIW .mbr-section-btn {
  color: #132c70;
}
.cid-tGQUiZyGIW H3 {
  color: #132c70;
}
.cid-tGQUiZyGIW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQUiZyGIW .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQUiZyGIW .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQUiZyGIW .link:hover {
  color: #000000 !important;
}
.cid-tGQUiZyGIW .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQUiZyGIW DIV {
  color: #57468b;
}
.cid-tGQUiZyGIW .text-1 {
  line-height: 1;
}
.cid-tGQUiZyGIW .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQUiZyGIW .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQUiZyGIW .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQUjxJO8e {
  background-color: #ffffff;
}
.cid-tGQUjxJO8e H2 {
  color: #132c70;
}
.cid-tGQUjxJO8e H3 {
  color: #132c70;
}
.cid-tGQUjxJO8e .mbr-text,
.cid-tGQUjxJO8e .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGQUjxJO8e .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGQUjxJO8e img {
  filter: invert(0.5);
}
.cid-tGQUjxJO8e .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGQUjxJO8e {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGQUjxJO8e .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQUjxJO8e {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGQUjxJO8e .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQUNiFVYN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8d4bc;
}
@media (max-width: 767px) {
  .cid-tGQUNiFVYN {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQUNiFVYN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQUNiFVYN H1 {
  color: #000000;
}
.cid-tGQUNiFVYN .mbr-text,
.cid-tGQUNiFVYN .mbr-section-btn {
  color: #132c70;
}
.cid-tGQUNiFVYN H3 {
  color: #132c70;
}
.cid-tGQUNiFVYN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQUNiFVYN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQUNiFVYN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQUNiFVYN .link:hover {
  color: #000000 !important;
}
.cid-tGQUNiFVYN .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQUNiFVYN DIV {
  color: #57468b;
}
.cid-tGQUNiFVYN .text-1 {
  line-height: 1;
}
.cid-tGQUNiFVYN .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQUNiFVYN .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQUNiFVYN .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQUNPAejR {
  background-color: #ffffff;
}
.cid-tGQUNPAejR H2 {
  color: #132c70;
}
.cid-tGQUNPAejR H3 {
  color: #132c70;
}
.cid-tGQUNPAejR .mbr-text,
.cid-tGQUNPAejR .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGQUNPAejR .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGQUNPAejR img {
  filter: invert(0.5);
}
.cid-tGQUNPAejR .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGQUNPAejR {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGQUNPAejR .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQUNPAejR {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGQUNPAejR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQQx9i0bW {
  background-color: #fbf2e7;
}
.cid-tGQQx9i0bW .photo-split img {
  width: 100%;
}
.cid-tGQQx9i0bW .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGQQx9i0bW .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGQQx9i0bW .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGQQx9i0bW .wrap-block {
  padding-left: 2rem;
}
.cid-tGQQx9i0bW .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGQQx9i0bW .wrap-block ul li {
  display: inline-block;
}
.cid-tGQQx9i0bW .wrap-block ul li span {
  text-align: center;
}
.cid-tGQQx9i0bW .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGQQx9i0bW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGQQx9i0bW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGQQx9i0bW .mbr-list,
.cid-tGQQx9i0bW .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGQQx9i0bW {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGQQx9i0bW .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGQQx9i0bW .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQQx9i0bW .mbr-section-title,
  .cid-tGQQx9i0bW .mbr-section-subtitle,
  .cid-tGQQx9i0bW .mbr-text {
    text-align: center !important;
  }
  .cid-tGQQx9i0bW .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGQQx9i0bW {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGQQx9i0bW .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGQQx9i0bW .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGQQx9i0bW .btn-line {
  margin-top: 3rem;
}
.cid-tGQQx9i0bW .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGQQx9i0bW .col-lg-8 {
    order: 2;
  }
  .cid-tGQQx9i0bW .col-lg-4 {
    order: 1;
  }
}
.cid-tGQQx9i0bW .mbr-section-title {
  color: #000000;
}
.cid-tGQQx9i0bW .mbr-text {
  color: #000000;
}
.cid-tGQQx9WGAa {
  background-color: #ffffff;
}
.cid-tGQQx9WGAa .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGQQx9WGAa .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGQQx9WGAa .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGQQx9WGAa .social-media {
  margin-top: 1.5rem;
}
.cid-tGQQx9WGAa .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGQQx9WGAa .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGQQx9WGAa .mbr-text,
.cid-tGQQx9WGAa .mbr-offer {
  line-height: 1.5;
}
.cid-tGQQx9WGAa .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGQQx9WGAa {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGQQx9WGAa .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGQQx9WGAa .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQQx9WGAa .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGQQx9WGAa .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGQQx9WGAa .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQQx9WGAa {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGQQx9WGAa .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGQQx9WGAa .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGQQx9WGAa .container-fluid {
  max-width: 1300px;
}
.cid-tGQQx9WGAa li {
  font-weight: 400;
}
.cid-tGQQxaIlIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGQQxaIlIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGQQxaIlIP .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-tGQQxaIlIP .container {
    padding: 0 20px;
  }
}
.cid-tGQQxaIlIP .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGQQxaIlIP .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGQQxaIlIP .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGQQxaIlIP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGQQxaIlIP .mbr-section-title {
  color: #ffffff;
}
.cid-tGQQxaIlIP .mbr-section-title,
.cid-tGQQxaIlIP .mbr-section-btn,
.cid-tGQQxaIlIP .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGQVJVPQXT {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGQVJVPQXT .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGQVJVPQXT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGQVJVPQXT .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGQVJVPQXT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGQVJVPQXT .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGQVJVPQXT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGQVJVPQXT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGQVJVPQXT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGQVJVPQXT .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGQVJVPQXT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGQVJVPQXT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGQVJVPQXT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGQVJVPQXT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGQVJVPQXT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGQVJVPQXT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGQVJVPQXT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGQVJVPQXT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGQVJVPQXT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGQVJVPQXT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGQVJVPQXT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGQVJVPQXT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGQVJVPQXT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGQVJVPQXT .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGQVJVPQXT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGQVJVPQXT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGQVJVPQXT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGQVJVPQXT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGQVJVPQXT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGQVJVPQXT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGQVJVPQXT .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGQVJVPQXT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGQVJVPQXT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGQVJVPQXT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGQVJVPQXT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGQVJVPQXT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGQVJVPQXT .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGQVJVPQXT .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGQVJVPQXT .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGQVJVPQXT .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGQVJVPQXT .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGQVJVPQXT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGQVJVPQXT .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGQVJVPQXT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGQVJVPQXT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGQVJVPQXT .dropdown-item.active,
.cid-tGQVJVPQXT .dropdown-item:active {
  background-color: transparent;
}
.cid-tGQVJVPQXT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGQVJVPQXT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGQVJVPQXT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGQVJVPQXT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGQVJVPQXT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGQVJVPQXT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGQVJVPQXT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGQVJVPQXT .navbar-buttons {
  text-align: center;
}
.cid-tGQVJVPQXT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGQVJVPQXT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGQVJVPQXT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGQVJVPQXT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGQVJVPQXT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGQVJVPQXT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGQVJVPQXT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGQVJVPQXT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGQVJVPQXT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGQVJVPQXT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGQVJVPQXT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGQVJVPQXT .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGQVJVPQXT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGQVJVPQXT .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGQVJVPQXT .nav-link:hover,
.cid-tGQVJVPQXT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGQVJVPQXT .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGQVJVPQXT .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGQVJVPQXT .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGQVJWR9AQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGQVJWR9AQ {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGQVJWR9AQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGQVJWR9AQ H1 {
  color: #000000;
}
.cid-tGQVJWR9AQ .mbr-text,
.cid-tGQVJWR9AQ .mbr-section-btn {
  color: #132c70;
}
.cid-tGQVJWR9AQ H3 {
  color: #132c70;
}
.cid-tGQVJWR9AQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGQVJWR9AQ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGQVJWR9AQ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGQVJWR9AQ .link:hover {
  color: #000000 !important;
}
.cid-tGQVJWR9AQ .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGQVJWR9AQ DIV {
  color: #57468b;
}
.cid-tGQVJWR9AQ .text-1 {
  line-height: 1;
}
.cid-tGQVJWR9AQ .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGQVJWR9AQ .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGQVJWR9AQ .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGQVJXsr9h {
  background-color: #fbf2e7;
}
.cid-tGQVJXsr9h .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tGQVJXsr9h .card .card-wrapper {
  height: 1%;
}
.cid-tGQVJXsr9h .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tGQVJXsr9h .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tGQVJXsr9h .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tGQVJXsr9h .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tGQVJXsr9h .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tGQVJXsr9h {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tGQVJXsr9h .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQVJXsr9h .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQVJXsr9h {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tGQVJXsr9h .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tGQVJXsr9h .card-btn {
    opacity: 1;
  }
}
.cid-tGQVJXsr9h p {
  margin-bottom: 0;
}
.cid-tGQVJXsr9h h2 {
  margin-bottom: 1rem;
}
.cid-tGQVJXsr9h .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGQVJXsr9h .btn-line {
  margin-top: 3rem;
}
.cid-tGQVJXsr9h .mbr-text,
.cid-tGQVJXsr9h .card-btn {
  color: #000000;
}
.cid-tGQVJYEn9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tGQVJYEn9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGQVJYEn9o .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-tGQVJYEn9o .container {
    padding: 0 16px;
  }
}
.cid-tGQVJYEn9o .card {
  position: relative;
  justify-content: center;
}
.cid-tGQVJYEn9o .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tGQVJYEn9o .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tGQVJYEn9o .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tGQVJYEn9o .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tGQVJYEn9o .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tGQVJYEn9o .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tGQVJYEn9o .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tGQVJYEn9o .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tGQVJYEn9o .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tGQVJYEn9o .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tGQVJYEn9o .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tGQVJYEn9o .mbr-text {
  color: #000000;
}
.cid-tGQVJYEn9o .mbr-name {
  color: #000000;
}
.cid-tGQVJYEn9o .mbr-desc {
  color: #dce2e3;
}
.cid-tGQVJZP7zv {
  background-color: #ffffff;
}
.cid-tGQVJZP7zv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGQVJZP7zv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGQVJZP7zv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGQVJZP7zv .social-media {
  margin-top: 1.5rem;
}
.cid-tGQVJZP7zv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGQVJZP7zv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGQVJZP7zv .mbr-text,
.cid-tGQVJZP7zv .mbr-offer {
  line-height: 1.5;
}
.cid-tGQVJZP7zv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGQVJZP7zv {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGQVJZP7zv .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGQVJZP7zv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQVJZP7zv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGQVJZP7zv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGQVJZP7zv .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGQVJZP7zv {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGQVJZP7zv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGQVJZP7zv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGQVJZP7zv .container-fluid {
  max-width: 1300px;
}
.cid-tGQVJZP7zv li {
  font-weight: 400;
}
.cid-tGQVK0WRvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGQVK0WRvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGQVK0WRvl .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-tGQVK0WRvl .container {
    padding: 0 20px;
  }
}
.cid-tGQVK0WRvl .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGQVK0WRvl .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGQVK0WRvl .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGQVK0WRvl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGQVK0WRvl .mbr-section-title {
  color: #ffffff;
}
.cid-tGQVK0WRvl .mbr-section-title,
.cid-tGQVK0WRvl .mbr-section-btn,
.cid-tGQVK0WRvl .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGR36LIY1r {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGR36LIY1r .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGR36LIY1r .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGR36LIY1r .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGR36LIY1r .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGR36LIY1r .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGR36LIY1r .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGR36LIY1r .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGR36LIY1r .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGR36LIY1r .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGR36LIY1r .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGR36LIY1r .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGR36LIY1r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGR36LIY1r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGR36LIY1r .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGR36LIY1r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGR36LIY1r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGR36LIY1r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGR36LIY1r .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGR36LIY1r .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGR36LIY1r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGR36LIY1r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGR36LIY1r .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGR36LIY1r .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGR36LIY1r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGR36LIY1r .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGR36LIY1r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGR36LIY1r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGR36LIY1r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGR36LIY1r .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGR36LIY1r .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGR36LIY1r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGR36LIY1r .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGR36LIY1r .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGR36LIY1r .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGR36LIY1r .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGR36LIY1r .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGR36LIY1r .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGR36LIY1r .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGR36LIY1r .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGR36LIY1r .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGR36LIY1r .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGR36LIY1r .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGR36LIY1r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGR36LIY1r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGR36LIY1r .dropdown-item.active,
.cid-tGR36LIY1r .dropdown-item:active {
  background-color: transparent;
}
.cid-tGR36LIY1r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGR36LIY1r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGR36LIY1r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGR36LIY1r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGR36LIY1r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGR36LIY1r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGR36LIY1r ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGR36LIY1r .navbar-buttons {
  text-align: center;
}
.cid-tGR36LIY1r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGR36LIY1r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGR36LIY1r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGR36LIY1r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGR36LIY1r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGR36LIY1r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGR36LIY1r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGR36LIY1r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGR36LIY1r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGR36LIY1r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGR36LIY1r a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGR36LIY1r .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGR36LIY1r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGR36LIY1r .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGR36LIY1r .nav-link:hover,
.cid-tGR36LIY1r .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGR36LIY1r .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGR36LIY1r .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGR36LIY1r .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGR36Mvqn2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGR36Mvqn2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGR36Mvqn2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGR36Mvqn2 H1 {
  color: #000000;
}
.cid-tGR36Mvqn2 .mbr-text,
.cid-tGR36Mvqn2 .mbr-section-btn {
  color: #132c70;
}
.cid-tGR36Mvqn2 H3 {
  color: #132c70;
}
.cid-tGR36Mvqn2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGR36Mvqn2 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGR36Mvqn2 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGR36Mvqn2 .link:hover {
  color: #000000 !important;
}
.cid-tGR36Mvqn2 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGR36Mvqn2 DIV {
  color: #57468b;
}
.cid-tGR36Mvqn2 .text-1 {
  line-height: 1;
}
.cid-tGR36Mvqn2 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGR36Mvqn2 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGR36Mvqn2 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGR36Nbawu {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGR36Nbawu {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGR36Nbawu h1 {
  color: #ffffff;
}
.cid-tGR36Nbawu h2 {
  color: #ffffff;
}
.cid-tGR36Nbawu a {
  color: #ffffff;
}
.cid-tGR36Nbawu .btn-line::after {
  background-color: #ffffff;
}
.cid-tGR36Nbawu .animated-element {
  color: #efefef;
}
.cid-tGR36Nbawu .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGR36Nbawu .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGR36Nbawu .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR36Nbawu .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR36Nbawu .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGR36Nbawu .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR36Nbawu .container-fluid {
  max-width: 1300px;
}
.cid-tGR36Nbawu .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGR36Nbawu .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGR36Nbawu .btn-line {
  margin-top: 3rem;
}
.cid-tGR36Nbawu .mbr-section-subtitle,
.cid-tGR36Nbawu .mbr-section-btn {
  color: #000000;
}
.cid-tGR4ARC3xi {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e8d4bc;
}
@media (max-width: 991px) {
  .cid-tGR4ARC3xi {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tGR4ARC3xi .animated-element {
  color: #efefef;
}
.cid-tGR4ARC3xi .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGR4ARC3xi .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGR4ARC3xi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR4ARC3xi .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR4ARC3xi .mbr-white {
    padding-left: 5rem;
  }
  .cid-tGR4ARC3xi .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-tGR4ARC3xi .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR4ARC3xi .container-fluid {
  max-width: 1300px;
}
.cid-tGR4ARC3xi .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGR4ARC3xi .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGR4ARC3xi .btn-line {
  margin-top: 3rem;
}
.cid-tGR4ARC3xi .mbr-section-subtitle,
.cid-tGR4ARC3xi .mbr-section-btn {
  color: #000000;
}
.cid-tGR36OAAjt {
  background-color: #fbf2e7;
}
.cid-tGR36OAAjt .photo-split img {
  width: 100%;
}
.cid-tGR36OAAjt .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGR36OAAjt .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGR36OAAjt .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGR36OAAjt .wrap-block {
  padding-left: 2rem;
}
.cid-tGR36OAAjt .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGR36OAAjt .wrap-block ul li {
  display: inline-block;
}
.cid-tGR36OAAjt .wrap-block ul li span {
  text-align: center;
}
.cid-tGR36OAAjt .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGR36OAAjt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGR36OAAjt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGR36OAAjt .mbr-list,
.cid-tGR36OAAjt .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGR36OAAjt {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGR36OAAjt .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGR36OAAjt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR36OAAjt .mbr-section-title,
  .cid-tGR36OAAjt .mbr-section-subtitle,
  .cid-tGR36OAAjt .mbr-text {
    text-align: center !important;
  }
  .cid-tGR36OAAjt .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGR36OAAjt {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGR36OAAjt .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGR36OAAjt .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR36OAAjt .btn-line {
  margin-top: 3rem;
}
.cid-tGR36OAAjt .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGR36OAAjt .col-lg-8 {
    order: 2;
  }
  .cid-tGR36OAAjt .col-lg-4 {
    order: 1;
  }
}
.cid-tGR36OAAjt .mbr-section-title {
  color: #000000;
}
.cid-tGR36OAAjt .mbr-text {
  color: #000000;
}
.cid-tGR36PbYzQ {
  background-color: #ffffff;
}
.cid-tGR36PbYzQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGR36PbYzQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGR36PbYzQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGR36PbYzQ .social-media {
  margin-top: 1.5rem;
}
.cid-tGR36PbYzQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGR36PbYzQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGR36PbYzQ .mbr-text,
.cid-tGR36PbYzQ .mbr-offer {
  line-height: 1.5;
}
.cid-tGR36PbYzQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGR36PbYzQ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGR36PbYzQ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGR36PbYzQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR36PbYzQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGR36PbYzQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGR36PbYzQ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR36PbYzQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGR36PbYzQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGR36PbYzQ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGR36PbYzQ .container-fluid {
  max-width: 1300px;
}
.cid-tGR36PbYzQ li {
  font-weight: 400;
}
.cid-tGR36PSJw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGR36PSJw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGR36PSJw5 .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-tGR36PSJw5 .container {
    padding: 0 20px;
  }
}
.cid-tGR36PSJw5 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGR36PSJw5 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGR36PSJw5 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGR36PSJw5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGR36PSJw5 .mbr-section-title {
  color: #ffffff;
}
.cid-tGR36PSJw5 .mbr-section-title,
.cid-tGR36PSJw5 .mbr-section-btn,
.cid-tGR36PSJw5 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGR6vr3Wkj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGR6vr3Wkj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGR6vr3Wkj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGR6vr3Wkj .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGR6vr3Wkj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGR6vr3Wkj .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGR6vr3Wkj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGR6vr3Wkj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGR6vr3Wkj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGR6vr3Wkj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGR6vr3Wkj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGR6vr3Wkj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGR6vr3Wkj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGR6vr3Wkj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGR6vr3Wkj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGR6vr3Wkj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGR6vr3Wkj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGR6vr3Wkj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGR6vr3Wkj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGR6vr3Wkj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGR6vr3Wkj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGR6vr3Wkj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGR6vr3Wkj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGR6vr3Wkj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGR6vr3Wkj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGR6vr3Wkj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGR6vr3Wkj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGR6vr3Wkj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGR6vr3Wkj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGR6vr3Wkj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGR6vr3Wkj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGR6vr3Wkj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGR6vr3Wkj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGR6vr3Wkj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGR6vr3Wkj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGR6vr3Wkj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGR6vr3Wkj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGR6vr3Wkj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGR6vr3Wkj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGR6vr3Wkj .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGR6vr3Wkj .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGR6vr3Wkj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGR6vr3Wkj .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGR6vr3Wkj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGR6vr3Wkj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGR6vr3Wkj .dropdown-item.active,
.cid-tGR6vr3Wkj .dropdown-item:active {
  background-color: transparent;
}
.cid-tGR6vr3Wkj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGR6vr3Wkj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGR6vr3Wkj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGR6vr3Wkj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGR6vr3Wkj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGR6vr3Wkj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGR6vr3Wkj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGR6vr3Wkj .navbar-buttons {
  text-align: center;
}
.cid-tGR6vr3Wkj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGR6vr3Wkj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGR6vr3Wkj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGR6vr3Wkj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGR6vr3Wkj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGR6vr3Wkj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGR6vr3Wkj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGR6vr3Wkj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGR6vr3Wkj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGR6vr3Wkj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGR6vr3Wkj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGR6vr3Wkj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGR6vr3Wkj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGR6vr3Wkj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGR6vr3Wkj .nav-link:hover,
.cid-tGR6vr3Wkj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGR6vr3Wkj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGR6vr3Wkj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGR6vr3Wkj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGR6vscuvi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGR6vscuvi {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGR6vscuvi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGR6vscuvi H1 {
  color: #000000;
}
.cid-tGR6vscuvi .mbr-text,
.cid-tGR6vscuvi .mbr-section-btn {
  color: #132c70;
}
.cid-tGR6vscuvi H3 {
  color: #132c70;
}
.cid-tGR6vscuvi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGR6vscuvi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGR6vscuvi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGR6vscuvi .link:hover {
  color: #000000 !important;
}
.cid-tGR6vscuvi .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGR6vscuvi DIV {
  color: #57468b;
}
.cid-tGR6vscuvi .text-1 {
  line-height: 1;
}
.cid-tGR6vscuvi .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGR6vscuvi .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGR6vscuvi .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGR6vsT2GQ {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGR6vsT2GQ {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGR6vsT2GQ h1 {
  color: #ffffff;
}
.cid-tGR6vsT2GQ h2 {
  color: #ffffff;
}
.cid-tGR6vsT2GQ a {
  color: #ffffff;
}
.cid-tGR6vsT2GQ .btn-line::after {
  background-color: #ffffff;
}
.cid-tGR6vsT2GQ .animated-element {
  color: #efefef;
}
.cid-tGR6vsT2GQ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGR6vsT2GQ .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGR6vsT2GQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR6vsT2GQ .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR6vsT2GQ .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGR6vsT2GQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR6vsT2GQ .container-fluid {
  max-width: 1300px;
}
.cid-tGR6vsT2GQ .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGR6vsT2GQ .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGR6vsT2GQ .btn-line {
  margin-top: 3rem;
}
.cid-tGR6vsT2GQ .mbr-section-subtitle,
.cid-tGR6vsT2GQ .mbr-section-btn {
  color: #000000;
}
.cid-tGR6vtGRQA {
  background-color: #ffffff;
}
.cid-tGR6vtGRQA H2 {
  color: #132c70;
}
.cid-tGR6vtGRQA H3 {
  color: #132c70;
}
.cid-tGR6vtGRQA .mbr-text,
.cid-tGR6vtGRQA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGR6vtGRQA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGR6vtGRQA img {
  filter: invert(0.5);
}
.cid-tGR6vtGRQA .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGR6vtGRQA {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGR6vtGRQA .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR6vtGRQA {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGR6vtGRQA .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR8DiU9tF {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e8d4bc;
}
@media (max-width: 991px) {
  .cid-tGR8DiU9tF {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tGR8DiU9tF .animated-element {
  color: #efefef;
}
.cid-tGR8DiU9tF .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGR8DiU9tF .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGR8DiU9tF .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR8DiU9tF .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR8DiU9tF .mbr-white {
    padding-left: 5rem;
  }
  .cid-tGR8DiU9tF .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-tGR8DiU9tF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR8DiU9tF .container-fluid {
  max-width: 1300px;
}
.cid-tGR8DiU9tF .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGR8DiU9tF .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGR8DiU9tF .btn-line {
  margin-top: 3rem;
}
.cid-tGR8DiU9tF .mbr-section-subtitle,
.cid-tGR8DiU9tF .mbr-section-btn {
  color: #000000;
}
.cid-tGR6vuksTB {
  background-color: #fbf2e7;
}
.cid-tGR6vuksTB .photo-split img {
  width: 100%;
}
.cid-tGR6vuksTB .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGR6vuksTB .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGR6vuksTB .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGR6vuksTB .wrap-block {
  padding-left: 2rem;
}
.cid-tGR6vuksTB .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGR6vuksTB .wrap-block ul li {
  display: inline-block;
}
.cid-tGR6vuksTB .wrap-block ul li span {
  text-align: center;
}
.cid-tGR6vuksTB .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGR6vuksTB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGR6vuksTB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGR6vuksTB .mbr-list,
.cid-tGR6vuksTB .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGR6vuksTB {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGR6vuksTB .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGR6vuksTB .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR6vuksTB .mbr-section-title,
  .cid-tGR6vuksTB .mbr-section-subtitle,
  .cid-tGR6vuksTB .mbr-text {
    text-align: center !important;
  }
  .cid-tGR6vuksTB .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGR6vuksTB {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGR6vuksTB .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGR6vuksTB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGR6vuksTB .btn-line {
  margin-top: 3rem;
}
.cid-tGR6vuksTB .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGR6vuksTB .col-lg-8 {
    order: 2;
  }
  .cid-tGR6vuksTB .col-lg-4 {
    order: 1;
  }
}
.cid-tGR6vuksTB .mbr-section-title {
  color: #000000;
}
.cid-tGR6vuksTB .mbr-text {
  color: #000000;
}
.cid-tGR6vuYExQ {
  background-color: #ffffff;
}
.cid-tGR6vuYExQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGR6vuYExQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGR6vuYExQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGR6vuYExQ .social-media {
  margin-top: 1.5rem;
}
.cid-tGR6vuYExQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGR6vuYExQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGR6vuYExQ .mbr-text,
.cid-tGR6vuYExQ .mbr-offer {
  line-height: 1.5;
}
.cid-tGR6vuYExQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGR6vuYExQ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGR6vuYExQ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGR6vuYExQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGR6vuYExQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGR6vuYExQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGR6vuYExQ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGR6vuYExQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGR6vuYExQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGR6vuYExQ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGR6vuYExQ .container-fluid {
  max-width: 1300px;
}
.cid-tGR6vuYExQ li {
  font-weight: 400;
}
.cid-tGR6vvIMyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGR6vvIMyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGR6vvIMyY .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-tGR6vvIMyY .container {
    padding: 0 20px;
  }
}
.cid-tGR6vvIMyY .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGR6vvIMyY .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGR6vvIMyY .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGR6vvIMyY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGR6vvIMyY .mbr-section-title {
  color: #ffffff;
}
.cid-tGR6vvIMyY .mbr-section-title,
.cid-tGR6vvIMyY .mbr-section-btn,
.cid-tGR6vvIMyY .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8t8YgaeM {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8t8YgaeM .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8t8YgaeM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8t8YgaeM .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8t8YgaeM .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8t8YgaeM .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8t8YgaeM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8t8YgaeM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8t8YgaeM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8t8YgaeM .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8t8YgaeM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8t8YgaeM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8t8YgaeM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8t8YgaeM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8t8YgaeM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8t8YgaeM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8t8YgaeM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8t8YgaeM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8t8YgaeM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8t8YgaeM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8t8YgaeM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8t8YgaeM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8t8YgaeM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8t8YgaeM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8t8YgaeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8t8YgaeM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8t8YgaeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8t8YgaeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8t8YgaeM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8t8YgaeM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8t8YgaeM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8t8YgaeM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8t8YgaeM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8t8YgaeM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8t8YgaeM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8t8YgaeM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8t8YgaeM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8t8YgaeM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8t8YgaeM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8t8YgaeM .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8t8YgaeM .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8t8YgaeM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8t8YgaeM .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8t8YgaeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8t8YgaeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8t8YgaeM .dropdown-item.active,
.cid-tH8t8YgaeM .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8t8YgaeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8t8YgaeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8t8YgaeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8t8YgaeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8t8YgaeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8t8YgaeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8t8YgaeM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8t8YgaeM .navbar-buttons {
  text-align: center;
}
.cid-tH8t8YgaeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8t8YgaeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8t8YgaeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8t8YgaeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8t8YgaeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8t8YgaeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8t8YgaeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8t8YgaeM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8t8YgaeM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8t8YgaeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8t8YgaeM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8t8YgaeM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8t8YgaeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8t8YgaeM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8t8YgaeM .nav-link:hover,
.cid-tH8t8YgaeM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8t8YgaeM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8t8YgaeM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8t8YgaeM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8t8ZaPvc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8t8ZaPvc {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8t8ZaPvc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8t8ZaPvc H1 {
  color: #000000;
}
.cid-tH8t8ZaPvc .mbr-text,
.cid-tH8t8ZaPvc .mbr-section-btn {
  color: #132c70;
}
.cid-tH8t8ZaPvc H3 {
  color: #132c70;
}
.cid-tH8t8ZaPvc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8t8ZaPvc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8t8ZaPvc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8t8ZaPvc .link:hover {
  color: #000000 !important;
}
.cid-tH8t8ZaPvc .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8t8ZaPvc DIV {
  color: #57468b;
}
.cid-tH8t8ZaPvc .text-1 {
  line-height: 1;
}
.cid-tH8t8ZaPvc .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8t8ZaPvc .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8t8ZaPvc .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8t8ZB71q {
  background-color: #fbf2e7;
}
.cid-tH8t8ZB71q .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tH8t8ZB71q .card .card-wrapper {
  height: 1%;
}
.cid-tH8t8ZB71q .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tH8t8ZB71q .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tH8t8ZB71q .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tH8t8ZB71q .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tH8t8ZB71q .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tH8t8ZB71q {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tH8t8ZB71q .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8t8ZB71q .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8t8ZB71q {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tH8t8ZB71q .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tH8t8ZB71q .card-btn {
    opacity: 1;
  }
}
.cid-tH8t8ZB71q p {
  margin-bottom: 0;
}
.cid-tH8t8ZB71q h2 {
  margin-bottom: 1rem;
}
.cid-tH8t8ZB71q .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8t8ZB71q .btn-line {
  margin-top: 3rem;
}
.cid-tH8t8ZB71q .mbr-text,
.cid-tH8t8ZB71q .card-btn {
  color: #000000;
}
.cid-tH8t90ibb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tH8t90ibb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8t90ibb7 .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-tH8t90ibb7 .container {
    padding: 0 16px;
  }
}
.cid-tH8t90ibb7 .card {
  position: relative;
  justify-content: center;
}
.cid-tH8t90ibb7 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tH8t90ibb7 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tH8t90ibb7 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tH8t90ibb7 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tH8t90ibb7 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tH8t90ibb7 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tH8t90ibb7 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tH8t90ibb7 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tH8t90ibb7 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tH8t90ibb7 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tH8t90ibb7 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tH8t90ibb7 .mbr-text {
  color: #000000;
}
.cid-tH8t90ibb7 .mbr-name {
  color: #000000;
}
.cid-tH8t90ibb7 .mbr-desc {
  color: #dce2e3;
}
.cid-tH8t90KnrQ {
  background-color: #ffffff;
}
.cid-tH8t90KnrQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8t90KnrQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8t90KnrQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8t90KnrQ .social-media {
  margin-top: 1.5rem;
}
.cid-tH8t90KnrQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8t90KnrQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8t90KnrQ .mbr-text,
.cid-tH8t90KnrQ .mbr-offer {
  line-height: 1.5;
}
.cid-tH8t90KnrQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8t90KnrQ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8t90KnrQ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8t90KnrQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8t90KnrQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8t90KnrQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8t90KnrQ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8t90KnrQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8t90KnrQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8t90KnrQ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8t90KnrQ .container-fluid {
  max-width: 1300px;
}
.cid-tH8t90KnrQ li {
  font-weight: 400;
}
.cid-tH8t91hFhX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8t91hFhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8t91hFhX .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-tH8t91hFhX .container {
    padding: 0 20px;
  }
}
.cid-tH8t91hFhX .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8t91hFhX .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8t91hFhX .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8t91hFhX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8t91hFhX .mbr-section-title {
  color: #ffffff;
}
.cid-tH8t91hFhX .mbr-section-title,
.cid-tH8t91hFhX .mbr-section-btn,
.cid-tH8t91hFhX .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8xV7nwQ5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8xV7nwQ5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8xV7nwQ5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8xV7nwQ5 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8xV7nwQ5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8xV7nwQ5 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8xV7nwQ5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8xV7nwQ5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8xV7nwQ5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8xV7nwQ5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8xV7nwQ5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8xV7nwQ5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8xV7nwQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8xV7nwQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8xV7nwQ5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8xV7nwQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8xV7nwQ5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8xV7nwQ5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8xV7nwQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8xV7nwQ5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8xV7nwQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8xV7nwQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8xV7nwQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8xV7nwQ5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8xV7nwQ5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8xV7nwQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8xV7nwQ5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8xV7nwQ5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8xV7nwQ5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8xV7nwQ5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8xV7nwQ5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8xV7nwQ5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8xV7nwQ5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8xV7nwQ5 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8xV7nwQ5 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8xV7nwQ5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8xV7nwQ5 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8xV7nwQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8xV7nwQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8xV7nwQ5 .dropdown-item.active,
.cid-tH8xV7nwQ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8xV7nwQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8xV7nwQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8xV7nwQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8xV7nwQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8xV7nwQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8xV7nwQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8xV7nwQ5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8xV7nwQ5 .navbar-buttons {
  text-align: center;
}
.cid-tH8xV7nwQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8xV7nwQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8xV7nwQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8xV7nwQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8xV7nwQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8xV7nwQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8xV7nwQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8xV7nwQ5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8xV7nwQ5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8xV7nwQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8xV7nwQ5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8xV7nwQ5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8xV7nwQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8xV7nwQ5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8xV7nwQ5 .nav-link:hover,
.cid-tH8xV7nwQ5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8xV7nwQ5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8xV7nwQ5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8xV7nwQ5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8xV80Z1X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8xV80Z1X {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8xV80Z1X img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8xV80Z1X H1 {
  color: #000000;
}
.cid-tH8xV80Z1X .mbr-text,
.cid-tH8xV80Z1X .mbr-section-btn {
  color: #132c70;
}
.cid-tH8xV80Z1X H3 {
  color: #132c70;
}
.cid-tH8xV80Z1X .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8xV80Z1X .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8xV80Z1X .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8xV80Z1X .link:hover {
  color: #000000 !important;
}
.cid-tH8xV80Z1X .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8xV80Z1X DIV {
  color: #57468b;
}
.cid-tH8xV80Z1X .text-1 {
  line-height: 1;
}
.cid-tH8xV80Z1X .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8xV80Z1X .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8xV80Z1X .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8xV8q5Rw {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8xV8q5Rw {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8xV8q5Rw h1 {
  color: #ffffff;
}
.cid-tH8xV8q5Rw h2 {
  color: #ffffff;
}
.cid-tH8xV8q5Rw a {
  color: #ffffff;
}
.cid-tH8xV8q5Rw .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8xV8q5Rw .animated-element {
  color: #efefef;
}
.cid-tH8xV8q5Rw .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8xV8q5Rw .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8xV8q5Rw .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8xV8q5Rw .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8xV8q5Rw .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8xV8q5Rw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8xV8q5Rw .container-fluid {
  max-width: 1300px;
}
.cid-tH8xV8q5Rw .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8xV8q5Rw .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8xV8q5Rw .btn-line {
  margin-top: 3rem;
}
.cid-tH8xV8q5Rw .mbr-section-subtitle,
.cid-tH8xV8q5Rw .mbr-section-btn {
  color: #000000;
}
.cid-tH8xV8Vd6v {
  background-color: #ffffff;
}
.cid-tH8xV8Vd6v H2 {
  color: #132c70;
}
.cid-tH8xV8Vd6v H3 {
  color: #132c70;
}
.cid-tH8xV8Vd6v .mbr-text,
.cid-tH8xV8Vd6v .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8xV8Vd6v .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8xV8Vd6v img {
  filter: invert(0.5);
}
.cid-tH8xV8Vd6v .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8xV8Vd6v {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8xV8Vd6v .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8xV8Vd6v {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8xV8Vd6v .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8xV9nxcV {
  background-color: #fbf2e7;
}
.cid-tH8xV9nxcV .photo-split img {
  width: 100%;
}
.cid-tH8xV9nxcV .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8xV9nxcV .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8xV9nxcV .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8xV9nxcV .wrap-block {
  padding-left: 2rem;
}
.cid-tH8xV9nxcV .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8xV9nxcV .wrap-block ul li {
  display: inline-block;
}
.cid-tH8xV9nxcV .wrap-block ul li span {
  text-align: center;
}
.cid-tH8xV9nxcV .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8xV9nxcV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8xV9nxcV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8xV9nxcV .mbr-list,
.cid-tH8xV9nxcV .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8xV9nxcV {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8xV9nxcV .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8xV9nxcV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8xV9nxcV .mbr-section-title,
  .cid-tH8xV9nxcV .mbr-section-subtitle,
  .cid-tH8xV9nxcV .mbr-text {
    text-align: center !important;
  }
  .cid-tH8xV9nxcV .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8xV9nxcV {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8xV9nxcV .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8xV9nxcV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8xV9nxcV .btn-line {
  margin-top: 3rem;
}
.cid-tH8xV9nxcV .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8xV9nxcV .col-lg-8 {
    order: 2;
  }
  .cid-tH8xV9nxcV .col-lg-4 {
    order: 1;
  }
}
.cid-tH8xV9nxcV .mbr-section-title {
  color: #000000;
}
.cid-tH8xV9nxcV .mbr-text {
  color: #000000;
}
.cid-tH8xV9OtV0 {
  background-color: #ffffff;
}
.cid-tH8xV9OtV0 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8xV9OtV0 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8xV9OtV0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8xV9OtV0 .social-media {
  margin-top: 1.5rem;
}
.cid-tH8xV9OtV0 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8xV9OtV0 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8xV9OtV0 .mbr-text,
.cid-tH8xV9OtV0 .mbr-offer {
  line-height: 1.5;
}
.cid-tH8xV9OtV0 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8xV9OtV0 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8xV9OtV0 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8xV9OtV0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8xV9OtV0 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8xV9OtV0 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8xV9OtV0 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8xV9OtV0 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8xV9OtV0 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8xV9OtV0 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8xV9OtV0 .container-fluid {
  max-width: 1300px;
}
.cid-tH8xV9OtV0 li {
  font-weight: 400;
}
.cid-tH8xVamdqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8xVamdqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8xVamdqN .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-tH8xVamdqN .container {
    padding: 0 20px;
  }
}
.cid-tH8xVamdqN .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8xVamdqN .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8xVamdqN .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8xVamdqN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8xVamdqN .mbr-section-title {
  color: #ffffff;
}
.cid-tH8xVamdqN .mbr-section-title,
.cid-tH8xVamdqN .mbr-section-btn,
.cid-tH8xVamdqN .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8AyDXWiC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8AyDXWiC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8AyDXWiC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8AyDXWiC .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8AyDXWiC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8AyDXWiC .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8AyDXWiC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8AyDXWiC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8AyDXWiC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8AyDXWiC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8AyDXWiC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8AyDXWiC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8AyDXWiC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8AyDXWiC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8AyDXWiC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8AyDXWiC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8AyDXWiC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8AyDXWiC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8AyDXWiC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8AyDXWiC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8AyDXWiC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8AyDXWiC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8AyDXWiC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8AyDXWiC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8AyDXWiC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8AyDXWiC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8AyDXWiC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8AyDXWiC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8AyDXWiC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8AyDXWiC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8AyDXWiC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8AyDXWiC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8AyDXWiC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8AyDXWiC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8AyDXWiC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8AyDXWiC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8AyDXWiC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8AyDXWiC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8AyDXWiC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8AyDXWiC .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8AyDXWiC .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8AyDXWiC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8AyDXWiC .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8AyDXWiC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8AyDXWiC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8AyDXWiC .dropdown-item.active,
.cid-tH8AyDXWiC .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8AyDXWiC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8AyDXWiC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8AyDXWiC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8AyDXWiC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8AyDXWiC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8AyDXWiC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8AyDXWiC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8AyDXWiC .navbar-buttons {
  text-align: center;
}
.cid-tH8AyDXWiC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8AyDXWiC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8AyDXWiC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8AyDXWiC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8AyDXWiC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8AyDXWiC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8AyDXWiC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8AyDXWiC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8AyDXWiC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8AyDXWiC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8AyDXWiC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8AyDXWiC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8AyDXWiC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8AyDXWiC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8AyDXWiC .nav-link:hover,
.cid-tH8AyDXWiC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8AyDXWiC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8AyDXWiC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8AyDXWiC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8AyEKFrd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8AyEKFrd {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8AyEKFrd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8AyEKFrd H1 {
  color: #000000;
}
.cid-tH8AyEKFrd .mbr-text,
.cid-tH8AyEKFrd .mbr-section-btn {
  color: #132c70;
}
.cid-tH8AyEKFrd H3 {
  color: #132c70;
}
.cid-tH8AyEKFrd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8AyEKFrd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8AyEKFrd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8AyEKFrd .link:hover {
  color: #000000 !important;
}
.cid-tH8AyEKFrd .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8AyEKFrd DIV {
  color: #57468b;
}
.cid-tH8AyEKFrd .text-1 {
  line-height: 1;
}
.cid-tH8AyEKFrd .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8AyEKFrd .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8AyEKFrd .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8AyFgRxN {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8AyFgRxN {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8AyFgRxN h1 {
  color: #ffffff;
}
.cid-tH8AyFgRxN h2 {
  color: #ffffff;
}
.cid-tH8AyFgRxN a {
  color: #ffffff;
}
.cid-tH8AyFgRxN .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8AyFgRxN .animated-element {
  color: #efefef;
}
.cid-tH8AyFgRxN .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8AyFgRxN .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8AyFgRxN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8AyFgRxN .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8AyFgRxN .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8AyFgRxN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8AyFgRxN .container-fluid {
  max-width: 1300px;
}
.cid-tH8AyFgRxN .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8AyFgRxN .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8AyFgRxN .btn-line {
  margin-top: 3rem;
}
.cid-tH8AyFgRxN .mbr-section-subtitle,
.cid-tH8AyFgRxN .mbr-section-btn {
  color: #000000;
}
.cid-tH8AyFMA8N {
  background-color: #ffffff;
}
.cid-tH8AyFMA8N H2 {
  color: #132c70;
}
.cid-tH8AyFMA8N H3 {
  color: #132c70;
}
.cid-tH8AyFMA8N .mbr-text,
.cid-tH8AyFMA8N .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8AyFMA8N .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8AyFMA8N img {
  filter: invert(0.5);
}
.cid-tH8AyFMA8N .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8AyFMA8N {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8AyFMA8N .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8AyFMA8N {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8AyFMA8N .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8AyGgHG3 {
  background-color: #fbf2e7;
}
.cid-tH8AyGgHG3 .photo-split img {
  width: 100%;
}
.cid-tH8AyGgHG3 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8AyGgHG3 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8AyGgHG3 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8AyGgHG3 .wrap-block {
  padding-left: 2rem;
}
.cid-tH8AyGgHG3 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8AyGgHG3 .wrap-block ul li {
  display: inline-block;
}
.cid-tH8AyGgHG3 .wrap-block ul li span {
  text-align: center;
}
.cid-tH8AyGgHG3 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8AyGgHG3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8AyGgHG3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8AyGgHG3 .mbr-list,
.cid-tH8AyGgHG3 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8AyGgHG3 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8AyGgHG3 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8AyGgHG3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8AyGgHG3 .mbr-section-title,
  .cid-tH8AyGgHG3 .mbr-section-subtitle,
  .cid-tH8AyGgHG3 .mbr-text {
    text-align: center !important;
  }
  .cid-tH8AyGgHG3 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8AyGgHG3 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8AyGgHG3 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8AyGgHG3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8AyGgHG3 .btn-line {
  margin-top: 3rem;
}
.cid-tH8AyGgHG3 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8AyGgHG3 .col-lg-8 {
    order: 2;
  }
  .cid-tH8AyGgHG3 .col-lg-4 {
    order: 1;
  }
}
.cid-tH8AyGgHG3 .mbr-section-title {
  color: #000000;
}
.cid-tH8AyGgHG3 .mbr-text {
  color: #000000;
}
.cid-tH8AyGITfu {
  background-color: #ffffff;
}
.cid-tH8AyGITfu .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8AyGITfu .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8AyGITfu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8AyGITfu .social-media {
  margin-top: 1.5rem;
}
.cid-tH8AyGITfu .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8AyGITfu .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8AyGITfu .mbr-text,
.cid-tH8AyGITfu .mbr-offer {
  line-height: 1.5;
}
.cid-tH8AyGITfu .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8AyGITfu {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8AyGITfu .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8AyGITfu .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8AyGITfu .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8AyGITfu .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8AyGITfu .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8AyGITfu {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8AyGITfu .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8AyGITfu .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8AyGITfu .container-fluid {
  max-width: 1300px;
}
.cid-tH8AyGITfu li {
  font-weight: 400;
}
.cid-tH8AyHfSwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8AyHfSwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8AyHfSwF .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-tH8AyHfSwF .container {
    padding: 0 20px;
  }
}
.cid-tH8AyHfSwF .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8AyHfSwF .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8AyHfSwF .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8AyHfSwF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8AyHfSwF .mbr-section-title {
  color: #ffffff;
}
.cid-tH8AyHfSwF .mbr-section-title,
.cid-tH8AyHfSwF .mbr-section-btn,
.cid-tH8AyHfSwF .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8CE4GNCE {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8CE4GNCE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8CE4GNCE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8CE4GNCE .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8CE4GNCE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8CE4GNCE .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8CE4GNCE .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8CE4GNCE .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8CE4GNCE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8CE4GNCE .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8CE4GNCE .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8CE4GNCE .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8CE4GNCE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8CE4GNCE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8CE4GNCE .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8CE4GNCE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8CE4GNCE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8CE4GNCE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8CE4GNCE .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8CE4GNCE .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8CE4GNCE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8CE4GNCE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8CE4GNCE .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8CE4GNCE .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8CE4GNCE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8CE4GNCE .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8CE4GNCE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8CE4GNCE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8CE4GNCE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8CE4GNCE .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8CE4GNCE .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8CE4GNCE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8CE4GNCE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8CE4GNCE .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8CE4GNCE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8CE4GNCE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8CE4GNCE .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8CE4GNCE .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8CE4GNCE .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8CE4GNCE .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8CE4GNCE .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8CE4GNCE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8CE4GNCE .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8CE4GNCE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8CE4GNCE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8CE4GNCE .dropdown-item.active,
.cid-tH8CE4GNCE .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8CE4GNCE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8CE4GNCE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8CE4GNCE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8CE4GNCE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8CE4GNCE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8CE4GNCE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8CE4GNCE ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8CE4GNCE .navbar-buttons {
  text-align: center;
}
.cid-tH8CE4GNCE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8CE4GNCE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8CE4GNCE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8CE4GNCE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8CE4GNCE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8CE4GNCE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8CE4GNCE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8CE4GNCE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8CE4GNCE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8CE4GNCE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8CE4GNCE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8CE4GNCE .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8CE4GNCE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8CE4GNCE .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8CE4GNCE .nav-link:hover,
.cid-tH8CE4GNCE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8CE4GNCE .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8CE4GNCE .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8CE4GNCE .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8CE5vD6I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8CE5vD6I {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8CE5vD6I img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8CE5vD6I H1 {
  color: #000000;
}
.cid-tH8CE5vD6I .mbr-text,
.cid-tH8CE5vD6I .mbr-section-btn {
  color: #132c70;
}
.cid-tH8CE5vD6I H3 {
  color: #132c70;
}
.cid-tH8CE5vD6I .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8CE5vD6I .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8CE5vD6I .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8CE5vD6I .link:hover {
  color: #000000 !important;
}
.cid-tH8CE5vD6I .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8CE5vD6I DIV {
  color: #57468b;
}
.cid-tH8CE5vD6I .text-1 {
  line-height: 1;
}
.cid-tH8CE5vD6I .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8CE5vD6I .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8CE5vD6I .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8CE61Rj3 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8CE61Rj3 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8CE61Rj3 h1 {
  color: #ffffff;
}
.cid-tH8CE61Rj3 h2 {
  color: #ffffff;
}
.cid-tH8CE61Rj3 a {
  color: #ffffff;
}
.cid-tH8CE61Rj3 .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8CE61Rj3 .animated-element {
  color: #efefef;
}
.cid-tH8CE61Rj3 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8CE61Rj3 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8CE61Rj3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8CE61Rj3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8CE61Rj3 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8CE61Rj3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8CE61Rj3 .container-fluid {
  max-width: 1300px;
}
.cid-tH8CE61Rj3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8CE61Rj3 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8CE61Rj3 .btn-line {
  margin-top: 3rem;
}
.cid-tH8CE61Rj3 .mbr-section-subtitle,
.cid-tH8CE61Rj3 .mbr-section-btn {
  color: #000000;
}
.cid-tH8CE6y7jw {
  background-color: #ffffff;
}
.cid-tH8CE6y7jw H2 {
  color: #132c70;
}
.cid-tH8CE6y7jw H3 {
  color: #132c70;
}
.cid-tH8CE6y7jw .mbr-text,
.cid-tH8CE6y7jw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8CE6y7jw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8CE6y7jw img {
  filter: invert(0.5);
}
.cid-tH8CE6y7jw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8CE6y7jw {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8CE6y7jw .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8CE6y7jw {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8CE6y7jw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8CE75MSx {
  background-color: #fbf2e7;
}
.cid-tH8CE75MSx .photo-split img {
  width: 100%;
}
.cid-tH8CE75MSx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8CE75MSx .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8CE75MSx .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8CE75MSx .wrap-block {
  padding-left: 2rem;
}
.cid-tH8CE75MSx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8CE75MSx .wrap-block ul li {
  display: inline-block;
}
.cid-tH8CE75MSx .wrap-block ul li span {
  text-align: center;
}
.cid-tH8CE75MSx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8CE75MSx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8CE75MSx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8CE75MSx .mbr-list,
.cid-tH8CE75MSx .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8CE75MSx {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8CE75MSx .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8CE75MSx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8CE75MSx .mbr-section-title,
  .cid-tH8CE75MSx .mbr-section-subtitle,
  .cid-tH8CE75MSx .mbr-text {
    text-align: center !important;
  }
  .cid-tH8CE75MSx .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8CE75MSx {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8CE75MSx .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8CE75MSx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8CE75MSx .btn-line {
  margin-top: 3rem;
}
.cid-tH8CE75MSx .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8CE75MSx .col-lg-8 {
    order: 2;
  }
  .cid-tH8CE75MSx .col-lg-4 {
    order: 1;
  }
}
.cid-tH8CE75MSx .mbr-section-title {
  color: #000000;
}
.cid-tH8CE75MSx .mbr-text {
  color: #000000;
}
.cid-tH8CE7zV1P {
  background-color: #ffffff;
}
.cid-tH8CE7zV1P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8CE7zV1P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8CE7zV1P .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8CE7zV1P .social-media {
  margin-top: 1.5rem;
}
.cid-tH8CE7zV1P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8CE7zV1P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8CE7zV1P .mbr-text,
.cid-tH8CE7zV1P .mbr-offer {
  line-height: 1.5;
}
.cid-tH8CE7zV1P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8CE7zV1P {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8CE7zV1P .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8CE7zV1P .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8CE7zV1P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8CE7zV1P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8CE7zV1P .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8CE7zV1P {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8CE7zV1P .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8CE7zV1P .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8CE7zV1P .container-fluid {
  max-width: 1300px;
}
.cid-tH8CE7zV1P li {
  font-weight: 400;
}
.cid-tH8CE7YN4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8CE7YN4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8CE7YN4u .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-tH8CE7YN4u .container {
    padding: 0 20px;
  }
}
.cid-tH8CE7YN4u .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8CE7YN4u .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8CE7YN4u .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8CE7YN4u .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8CE7YN4u .mbr-section-title {
  color: #ffffff;
}
.cid-tH8CE7YN4u .mbr-section-title,
.cid-tH8CE7YN4u .mbr-section-btn,
.cid-tH8CE7YN4u .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8GOFzofw {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8GOFzofw .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8GOFzofw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8GOFzofw .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8GOFzofw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8GOFzofw .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8GOFzofw .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8GOFzofw .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8GOFzofw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8GOFzofw .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8GOFzofw .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8GOFzofw .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8GOFzofw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8GOFzofw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8GOFzofw .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8GOFzofw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8GOFzofw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8GOFzofw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8GOFzofw .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8GOFzofw .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8GOFzofw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8GOFzofw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8GOFzofw .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8GOFzofw .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8GOFzofw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8GOFzofw .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8GOFzofw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8GOFzofw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8GOFzofw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8GOFzofw .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8GOFzofw .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8GOFzofw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8GOFzofw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8GOFzofw .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8GOFzofw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8GOFzofw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8GOFzofw .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8GOFzofw .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8GOFzofw .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8GOFzofw .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8GOFzofw .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8GOFzofw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8GOFzofw .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8GOFzofw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8GOFzofw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8GOFzofw .dropdown-item.active,
.cid-tH8GOFzofw .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8GOFzofw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8GOFzofw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8GOFzofw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8GOFzofw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8GOFzofw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8GOFzofw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8GOFzofw ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8GOFzofw .navbar-buttons {
  text-align: center;
}
.cid-tH8GOFzofw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8GOFzofw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8GOFzofw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8GOFzofw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8GOFzofw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8GOFzofw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8GOFzofw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8GOFzofw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8GOFzofw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8GOFzofw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8GOFzofw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8GOFzofw .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8GOFzofw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8GOFzofw .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8GOFzofw .nav-link:hover,
.cid-tH8GOFzofw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8GOFzofw .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8GOFzofw .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8GOFzofw .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8GOGgTk6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8GOGgTk6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8GOGgTk6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8GOGgTk6 H1 {
  color: #000000;
}
.cid-tH8GOGgTk6 .mbr-text,
.cid-tH8GOGgTk6 .mbr-section-btn {
  color: #132c70;
}
.cid-tH8GOGgTk6 H3 {
  color: #132c70;
}
.cid-tH8GOGgTk6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8GOGgTk6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8GOGgTk6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8GOGgTk6 .link:hover {
  color: #000000 !important;
}
.cid-tH8GOGgTk6 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8GOGgTk6 DIV {
  color: #57468b;
}
.cid-tH8GOGgTk6 .text-1 {
  line-height: 1;
}
.cid-tH8GOGgTk6 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8GOGgTk6 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8GOGgTk6 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8GOGBq5h {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8GOGBq5h {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8GOGBq5h h1 {
  color: #ffffff;
}
.cid-tH8GOGBq5h h2 {
  color: #ffffff;
}
.cid-tH8GOGBq5h a {
  color: #ffffff;
}
.cid-tH8GOGBq5h .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8GOGBq5h .animated-element {
  color: #efefef;
}
.cid-tH8GOGBq5h .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8GOGBq5h .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8GOGBq5h .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8GOGBq5h .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8GOGBq5h .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8GOGBq5h .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8GOGBq5h .container-fluid {
  max-width: 1300px;
}
.cid-tH8GOGBq5h .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8GOGBq5h .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8GOGBq5h .btn-line {
  margin-top: 3rem;
}
.cid-tH8GOGBq5h .mbr-section-subtitle,
.cid-tH8GOGBq5h .mbr-section-btn {
  color: #000000;
}
.cid-tH8GOHdlsS {
  background-color: #ffffff;
}
.cid-tH8GOHdlsS H2 {
  color: #132c70;
}
.cid-tH8GOHdlsS H3 {
  color: #132c70;
}
.cid-tH8GOHdlsS .mbr-text,
.cid-tH8GOHdlsS .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8GOHdlsS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8GOHdlsS img {
  filter: invert(0.5);
}
.cid-tH8GOHdlsS .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8GOHdlsS {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8GOHdlsS .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8GOHdlsS {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8GOHdlsS .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8GOHJ98o {
  background-color: #fbf2e7;
}
.cid-tH8GOHJ98o .photo-split img {
  width: 100%;
}
.cid-tH8GOHJ98o .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8GOHJ98o .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8GOHJ98o .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8GOHJ98o .wrap-block {
  padding-left: 2rem;
}
.cid-tH8GOHJ98o .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8GOHJ98o .wrap-block ul li {
  display: inline-block;
}
.cid-tH8GOHJ98o .wrap-block ul li span {
  text-align: center;
}
.cid-tH8GOHJ98o .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8GOHJ98o .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8GOHJ98o .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8GOHJ98o .mbr-list,
.cid-tH8GOHJ98o .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8GOHJ98o {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8GOHJ98o .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8GOHJ98o .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8GOHJ98o .mbr-section-title,
  .cid-tH8GOHJ98o .mbr-section-subtitle,
  .cid-tH8GOHJ98o .mbr-text {
    text-align: center !important;
  }
  .cid-tH8GOHJ98o .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8GOHJ98o {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8GOHJ98o .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8GOHJ98o .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8GOHJ98o .btn-line {
  margin-top: 3rem;
}
.cid-tH8GOHJ98o .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8GOHJ98o .col-lg-8 {
    order: 2;
  }
  .cid-tH8GOHJ98o .col-lg-4 {
    order: 1;
  }
}
.cid-tH8GOHJ98o .mbr-section-title {
  color: #000000;
}
.cid-tH8GOHJ98o .mbr-text {
  color: #000000;
}
.cid-tH8GOIf1oX {
  background-color: #ffffff;
}
.cid-tH8GOIf1oX .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8GOIf1oX .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8GOIf1oX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8GOIf1oX .social-media {
  margin-top: 1.5rem;
}
.cid-tH8GOIf1oX .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8GOIf1oX .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8GOIf1oX .mbr-text,
.cid-tH8GOIf1oX .mbr-offer {
  line-height: 1.5;
}
.cid-tH8GOIf1oX .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8GOIf1oX {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8GOIf1oX .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8GOIf1oX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8GOIf1oX .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8GOIf1oX .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8GOIf1oX .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8GOIf1oX {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8GOIf1oX .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8GOIf1oX .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8GOIf1oX .container-fluid {
  max-width: 1300px;
}
.cid-tH8GOIf1oX li {
  font-weight: 400;
}
.cid-tH8GOIO0F6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8GOIO0F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8GOIO0F6 .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-tH8GOIO0F6 .container {
    padding: 0 20px;
  }
}
.cid-tH8GOIO0F6 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8GOIO0F6 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8GOIO0F6 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8GOIO0F6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8GOIO0F6 .mbr-section-title {
  color: #ffffff;
}
.cid-tH8GOIO0F6 .mbr-section-title,
.cid-tH8GOIO0F6 .mbr-section-btn,
.cid-tH8GOIO0F6 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8JsRmi0T {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8JsRmi0T .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8JsRmi0T .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8JsRmi0T .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8JsRmi0T .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8JsRmi0T .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8JsRmi0T .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8JsRmi0T .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8JsRmi0T .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8JsRmi0T .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8JsRmi0T .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8JsRmi0T .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8JsRmi0T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8JsRmi0T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8JsRmi0T .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8JsRmi0T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8JsRmi0T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8JsRmi0T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8JsRmi0T .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8JsRmi0T .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8JsRmi0T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8JsRmi0T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8JsRmi0T .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8JsRmi0T .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8JsRmi0T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8JsRmi0T .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8JsRmi0T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8JsRmi0T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8JsRmi0T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8JsRmi0T .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8JsRmi0T .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8JsRmi0T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8JsRmi0T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8JsRmi0T .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8JsRmi0T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8JsRmi0T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8JsRmi0T .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8JsRmi0T .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8JsRmi0T .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8JsRmi0T .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8JsRmi0T .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8JsRmi0T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8JsRmi0T .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8JsRmi0T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8JsRmi0T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8JsRmi0T .dropdown-item.active,
.cid-tH8JsRmi0T .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8JsRmi0T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8JsRmi0T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8JsRmi0T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8JsRmi0T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8JsRmi0T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8JsRmi0T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8JsRmi0T ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8JsRmi0T .navbar-buttons {
  text-align: center;
}
.cid-tH8JsRmi0T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8JsRmi0T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8JsRmi0T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8JsRmi0T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8JsRmi0T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8JsRmi0T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8JsRmi0T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8JsRmi0T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8JsRmi0T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8JsRmi0T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8JsRmi0T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8JsRmi0T .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8JsRmi0T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8JsRmi0T .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8JsRmi0T .nav-link:hover,
.cid-tH8JsRmi0T .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8JsRmi0T .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8JsRmi0T .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8JsRmi0T .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8JsS6Yhb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8JsS6Yhb {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8JsS6Yhb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8JsS6Yhb H1 {
  color: #000000;
}
.cid-tH8JsS6Yhb .mbr-text,
.cid-tH8JsS6Yhb .mbr-section-btn {
  color: #132c70;
}
.cid-tH8JsS6Yhb H3 {
  color: #132c70;
}
.cid-tH8JsS6Yhb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8JsS6Yhb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8JsS6Yhb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8JsS6Yhb .link:hover {
  color: #000000 !important;
}
.cid-tH8JsS6Yhb .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8JsS6Yhb DIV {
  color: #57468b;
}
.cid-tH8JsS6Yhb .text-1 {
  line-height: 1;
}
.cid-tH8JsS6Yhb .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8JsS6Yhb .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8JsS6Yhb .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8JsSAo7g {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8JsSAo7g {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8JsSAo7g h1 {
  color: #ffffff;
}
.cid-tH8JsSAo7g h2 {
  color: #ffffff;
}
.cid-tH8JsSAo7g a {
  color: #ffffff;
}
.cid-tH8JsSAo7g .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8JsSAo7g .animated-element {
  color: #efefef;
}
.cid-tH8JsSAo7g .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8JsSAo7g .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8JsSAo7g .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8JsSAo7g .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8JsSAo7g .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8JsSAo7g .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8JsSAo7g .container-fluid {
  max-width: 1300px;
}
.cid-tH8JsSAo7g .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8JsSAo7g .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8JsSAo7g .btn-line {
  margin-top: 3rem;
}
.cid-tH8JsSAo7g .mbr-section-subtitle,
.cid-tH8JsSAo7g .mbr-section-btn {
  color: #000000;
}
.cid-tH8JsTcCSH {
  background-color: #ffffff;
}
.cid-tH8JsTcCSH H2 {
  color: #132c70;
}
.cid-tH8JsTcCSH H3 {
  color: #132c70;
}
.cid-tH8JsTcCSH .mbr-text,
.cid-tH8JsTcCSH .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8JsTcCSH .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8JsTcCSH img {
  filter: invert(0.5);
}
.cid-tH8JsTcCSH .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8JsTcCSH {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8JsTcCSH .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8JsTcCSH {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8JsTcCSH .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8JsTI3p9 {
  background-color: #fbf2e7;
}
.cid-tH8JsTI3p9 .photo-split img {
  width: 100%;
}
.cid-tH8JsTI3p9 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8JsTI3p9 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8JsTI3p9 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8JsTI3p9 .wrap-block {
  padding-left: 2rem;
}
.cid-tH8JsTI3p9 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8JsTI3p9 .wrap-block ul li {
  display: inline-block;
}
.cid-tH8JsTI3p9 .wrap-block ul li span {
  text-align: center;
}
.cid-tH8JsTI3p9 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8JsTI3p9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8JsTI3p9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8JsTI3p9 .mbr-list,
.cid-tH8JsTI3p9 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8JsTI3p9 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8JsTI3p9 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8JsTI3p9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8JsTI3p9 .mbr-section-title,
  .cid-tH8JsTI3p9 .mbr-section-subtitle,
  .cid-tH8JsTI3p9 .mbr-text {
    text-align: center !important;
  }
  .cid-tH8JsTI3p9 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8JsTI3p9 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8JsTI3p9 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8JsTI3p9 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8JsTI3p9 .btn-line {
  margin-top: 3rem;
}
.cid-tH8JsTI3p9 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8JsTI3p9 .col-lg-8 {
    order: 2;
  }
  .cid-tH8JsTI3p9 .col-lg-4 {
    order: 1;
  }
}
.cid-tH8JsTI3p9 .mbr-section-title {
  color: #000000;
}
.cid-tH8JsTI3p9 .mbr-text {
  color: #000000;
}
.cid-tH8JsUbhRH {
  background-color: #ffffff;
}
.cid-tH8JsUbhRH .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8JsUbhRH .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8JsUbhRH .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8JsUbhRH .social-media {
  margin-top: 1.5rem;
}
.cid-tH8JsUbhRH .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8JsUbhRH .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8JsUbhRH .mbr-text,
.cid-tH8JsUbhRH .mbr-offer {
  line-height: 1.5;
}
.cid-tH8JsUbhRH .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8JsUbhRH {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8JsUbhRH .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8JsUbhRH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8JsUbhRH .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8JsUbhRH .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8JsUbhRH .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8JsUbhRH {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8JsUbhRH .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8JsUbhRH .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8JsUbhRH .container-fluid {
  max-width: 1300px;
}
.cid-tH8JsUbhRH li {
  font-weight: 400;
}
.cid-tH8JsUKAiF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8JsUKAiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8JsUKAiF .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-tH8JsUKAiF .container {
    padding: 0 20px;
  }
}
.cid-tH8JsUKAiF .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8JsUKAiF .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8JsUKAiF .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8JsUKAiF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8JsUKAiF .mbr-section-title {
  color: #ffffff;
}
.cid-tH8JsUKAiF .mbr-section-title,
.cid-tH8JsUKAiF .mbr-section-btn,
.cid-tH8JsUKAiF .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8LBRouXV {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8LBRouXV .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8LBRouXV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8LBRouXV .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8LBRouXV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8LBRouXV .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8LBRouXV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8LBRouXV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8LBRouXV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8LBRouXV .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8LBRouXV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8LBRouXV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8LBRouXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8LBRouXV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8LBRouXV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8LBRouXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8LBRouXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8LBRouXV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8LBRouXV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8LBRouXV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8LBRouXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8LBRouXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8LBRouXV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8LBRouXV .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8LBRouXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8LBRouXV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8LBRouXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8LBRouXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8LBRouXV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8LBRouXV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8LBRouXV .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8LBRouXV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8LBRouXV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8LBRouXV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8LBRouXV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8LBRouXV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8LBRouXV .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8LBRouXV .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8LBRouXV .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8LBRouXV .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8LBRouXV .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8LBRouXV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8LBRouXV .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8LBRouXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8LBRouXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8LBRouXV .dropdown-item.active,
.cid-tH8LBRouXV .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8LBRouXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8LBRouXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8LBRouXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8LBRouXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8LBRouXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8LBRouXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8LBRouXV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8LBRouXV .navbar-buttons {
  text-align: center;
}
.cid-tH8LBRouXV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8LBRouXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8LBRouXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8LBRouXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8LBRouXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8LBRouXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8LBRouXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8LBRouXV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8LBRouXV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8LBRouXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8LBRouXV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8LBRouXV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8LBRouXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8LBRouXV .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8LBRouXV .nav-link:hover,
.cid-tH8LBRouXV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8LBRouXV .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8LBRouXV .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8LBRouXV .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8LBS7NGb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8LBS7NGb {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8LBS7NGb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8LBS7NGb H1 {
  color: #000000;
}
.cid-tH8LBS7NGb .mbr-text,
.cid-tH8LBS7NGb .mbr-section-btn {
  color: #132c70;
}
.cid-tH8LBS7NGb H3 {
  color: #132c70;
}
.cid-tH8LBS7NGb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8LBS7NGb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8LBS7NGb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8LBS7NGb .link:hover {
  color: #000000 !important;
}
.cid-tH8LBS7NGb .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8LBS7NGb DIV {
  color: #57468b;
}
.cid-tH8LBS7NGb .text-1 {
  line-height: 1;
}
.cid-tH8LBS7NGb .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8LBS7NGb .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8LBS7NGb .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8LBSBwe5 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8LBSBwe5 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8LBSBwe5 h1 {
  color: #ffffff;
}
.cid-tH8LBSBwe5 h2 {
  color: #ffffff;
}
.cid-tH8LBSBwe5 a {
  color: #ffffff;
}
.cid-tH8LBSBwe5 .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8LBSBwe5 .animated-element {
  color: #efefef;
}
.cid-tH8LBSBwe5 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8LBSBwe5 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8LBSBwe5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8LBSBwe5 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8LBSBwe5 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8LBSBwe5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8LBSBwe5 .container-fluid {
  max-width: 1300px;
}
.cid-tH8LBSBwe5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8LBSBwe5 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8LBSBwe5 .btn-line {
  margin-top: 3rem;
}
.cid-tH8LBSBwe5 .mbr-section-subtitle,
.cid-tH8LBSBwe5 .mbr-section-btn {
  color: #000000;
}
.cid-tInqxiwOgg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #444444;
}
.cid-tInqxiwOgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tInqxiwOgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tInqxiwOgg .container,
.cid-tInqxiwOgg .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tInqxiwOgg .container,
  .cid-tInqxiwOgg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tInqxiwOgg .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tInqxiwOgg .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tInqxiwOgg .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #d7a105;
}
@media (max-width: 992px) {
  .cid-tInqxiwOgg .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tInqxiwOgg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tInqxiwOgg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tInpSlvQ8l {
  background-color: #444444;
}
.cid-tInpSlvQ8l .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tInpSlvQ8l .card .card-wrapper {
  height: 1%;
}
.cid-tInpSlvQ8l .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tInpSlvQ8l .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tInpSlvQ8l .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tInpSlvQ8l .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tInpSlvQ8l .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tInpSlvQ8l {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tInpSlvQ8l .container-fluid {
    padding: 0 1rem;
  }
  .cid-tInpSlvQ8l .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tInpSlvQ8l {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tInpSlvQ8l .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tInpSlvQ8l .card-btn {
    opacity: 1;
  }
}
.cid-tInpSlvQ8l p {
  margin-bottom: 0;
}
.cid-tInpSlvQ8l h2 {
  margin-bottom: 1rem;
}
.cid-tInpSlvQ8l .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tInpSlvQ8l .btn-line {
  margin-top: 3rem;
}
.cid-tInpSlvQ8l .mbr-text,
.cid-tInpSlvQ8l .card-btn {
  color: #000000;
}
.cid-tInpSlvQ8l H2 {
  color: #000000;
}
.cid-tInpSlvQ8l .mbr-section-subtitle,
.cid-tInpSlvQ8l .title-btn {
  color: #444444;
}
.cid-tIJAJ0U59m {
  background-color: #444444;
}
.cid-tIJAJ0U59m .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tIJAJ0U59m .card .card-wrapper {
  height: 1%;
}
.cid-tIJAJ0U59m .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tIJAJ0U59m .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tIJAJ0U59m .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tIJAJ0U59m .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tIJAJ0U59m .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tIJAJ0U59m {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tIJAJ0U59m .container-fluid {
    padding: 0 1rem;
  }
  .cid-tIJAJ0U59m .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIJAJ0U59m {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tIJAJ0U59m .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tIJAJ0U59m .card-btn {
    opacity: 1;
  }
}
.cid-tIJAJ0U59m p {
  margin-bottom: 0;
}
.cid-tIJAJ0U59m h2 {
  margin-bottom: 1rem;
}
.cid-tIJAJ0U59m .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tIJAJ0U59m .btn-line {
  margin-top: 3rem;
}
.cid-tIJAJ0U59m .mbr-text,
.cid-tIJAJ0U59m .card-btn {
  color: #000000;
}
.cid-tIJBkauV92 {
  background-color: #444444;
}
.cid-tIJBkauV92 .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tIJBkauV92 .card .card-wrapper {
  height: 1%;
}
.cid-tIJBkauV92 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tIJBkauV92 .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tIJBkauV92 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tIJBkauV92 .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tIJBkauV92 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tIJBkauV92 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tIJBkauV92 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tIJBkauV92 .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIJBkauV92 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tIJBkauV92 .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tIJBkauV92 .card-btn {
    opacity: 1;
  }
}
.cid-tIJBkauV92 p {
  margin-bottom: 0;
}
.cid-tIJBkauV92 h2 {
  margin-bottom: 1rem;
}
.cid-tIJBkauV92 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tIJBkauV92 .btn-line {
  margin-top: 3rem;
}
.cid-tIJBkauV92 .mbr-text,
.cid-tIJBkauV92 .card-btn {
  color: #000000;
}
.cid-tH8LBTwO88 {
  background-color: #fbf2e7;
}
.cid-tH8LBTwO88 .photo-split img {
  width: 100%;
}
.cid-tH8LBTwO88 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8LBTwO88 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8LBTwO88 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8LBTwO88 .wrap-block {
  padding-left: 2rem;
}
.cid-tH8LBTwO88 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8LBTwO88 .wrap-block ul li {
  display: inline-block;
}
.cid-tH8LBTwO88 .wrap-block ul li span {
  text-align: center;
}
.cid-tH8LBTwO88 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8LBTwO88 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8LBTwO88 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8LBTwO88 .mbr-list,
.cid-tH8LBTwO88 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8LBTwO88 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8LBTwO88 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8LBTwO88 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8LBTwO88 .mbr-section-title,
  .cid-tH8LBTwO88 .mbr-section-subtitle,
  .cid-tH8LBTwO88 .mbr-text {
    text-align: center !important;
  }
  .cid-tH8LBTwO88 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8LBTwO88 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8LBTwO88 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8LBTwO88 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8LBTwO88 .btn-line {
  margin-top: 3rem;
}
.cid-tH8LBTwO88 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8LBTwO88 .col-lg-8 {
    order: 2;
  }
  .cid-tH8LBTwO88 .col-lg-4 {
    order: 1;
  }
}
.cid-tH8LBTwO88 .mbr-section-title {
  color: #000000;
}
.cid-tH8LBTwO88 .mbr-text {
  color: #000000;
}
.cid-tH8LBU19hY {
  background-color: #ffffff;
}
.cid-tH8LBU19hY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8LBU19hY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8LBU19hY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8LBU19hY .social-media {
  margin-top: 1.5rem;
}
.cid-tH8LBU19hY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8LBU19hY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8LBU19hY .mbr-text,
.cid-tH8LBU19hY .mbr-offer {
  line-height: 1.5;
}
.cid-tH8LBU19hY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8LBU19hY {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8LBU19hY .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8LBU19hY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8LBU19hY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8LBU19hY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8LBU19hY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8LBU19hY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8LBU19hY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8LBU19hY .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8LBU19hY .container-fluid {
  max-width: 1300px;
}
.cid-tH8LBU19hY li {
  font-weight: 400;
}
.cid-tH8LBUARF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8LBUARF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8LBUARF3 .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-tH8LBUARF3 .container {
    padding: 0 20px;
  }
}
.cid-tH8LBUARF3 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8LBUARF3 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8LBUARF3 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8LBUARF3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8LBUARF3 .mbr-section-title {
  color: #ffffff;
}
.cid-tH8LBUARF3 .mbr-section-title,
.cid-tH8LBUARF3 .mbr-section-btn,
.cid-tH8LBUARF3 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8NYgKVry {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8NYgKVry .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8NYgKVry .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8NYgKVry .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8NYgKVry .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8NYgKVry .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8NYgKVry .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8NYgKVry .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8NYgKVry .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8NYgKVry .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8NYgKVry .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8NYgKVry .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8NYgKVry .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8NYgKVry .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8NYgKVry .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8NYgKVry .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8NYgKVry .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8NYgKVry .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8NYgKVry .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8NYgKVry .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8NYgKVry .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8NYgKVry .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8NYgKVry .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8NYgKVry .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8NYgKVry .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8NYgKVry .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8NYgKVry .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8NYgKVry .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8NYgKVry .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8NYgKVry .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8NYgKVry .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8NYgKVry .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8NYgKVry .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8NYgKVry .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8NYgKVry .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8NYgKVry .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8NYgKVry .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8NYgKVry .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8NYgKVry .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8NYgKVry .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8NYgKVry .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8NYgKVry .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8NYgKVry .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8NYgKVry .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8NYgKVry .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8NYgKVry .dropdown-item.active,
.cid-tH8NYgKVry .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8NYgKVry .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8NYgKVry .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8NYgKVry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8NYgKVry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8NYgKVry .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8NYgKVry .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8NYgKVry ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8NYgKVry .navbar-buttons {
  text-align: center;
}
.cid-tH8NYgKVry button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8NYgKVry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8NYgKVry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8NYgKVry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8NYgKVry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8NYgKVry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8NYgKVry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8NYgKVry nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8NYgKVry nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8NYgKVry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8NYgKVry a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8NYgKVry .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8NYgKVry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8NYgKVry .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8NYgKVry .nav-link:hover,
.cid-tH8NYgKVry .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8NYgKVry .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8NYgKVry .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8NYgKVry .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8NYhrm6j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8NYhrm6j {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8NYhrm6j img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8NYhrm6j H1 {
  color: #000000;
}
.cid-tH8NYhrm6j .mbr-text,
.cid-tH8NYhrm6j .mbr-section-btn {
  color: #132c70;
}
.cid-tH8NYhrm6j H3 {
  color: #132c70;
}
.cid-tH8NYhrm6j .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8NYhrm6j .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8NYhrm6j .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8NYhrm6j .link:hover {
  color: #000000 !important;
}
.cid-tH8NYhrm6j .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8NYhrm6j DIV {
  color: #57468b;
}
.cid-tH8NYhrm6j .text-1 {
  line-height: 1;
}
.cid-tH8NYhrm6j .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8NYhrm6j .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8NYhrm6j .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8NYhVBkn {
  background-color: #fbf2e7;
}
.cid-tH8NYhVBkn .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tH8NYhVBkn .card .card-wrapper {
  height: 1%;
}
.cid-tH8NYhVBkn .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tH8NYhVBkn .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tH8NYhVBkn .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tH8NYhVBkn .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tH8NYhVBkn .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tH8NYhVBkn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tH8NYhVBkn .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8NYhVBkn .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8NYhVBkn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tH8NYhVBkn .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tH8NYhVBkn .card-btn {
    opacity: 1;
  }
}
.cid-tH8NYhVBkn p {
  margin-bottom: 0;
}
.cid-tH8NYhVBkn h2 {
  margin-bottom: 1rem;
}
.cid-tH8NYhVBkn .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8NYhVBkn .btn-line {
  margin-top: 3rem;
}
.cid-tH8NYhVBkn .mbr-text,
.cid-tH8NYhVBkn .card-btn {
  color: #000000;
}
.cid-tH8NYiASj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tH8NYiASj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8NYiASj6 .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-tH8NYiASj6 .container {
    padding: 0 16px;
  }
}
.cid-tH8NYiASj6 .card {
  position: relative;
  justify-content: center;
}
.cid-tH8NYiASj6 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tH8NYiASj6 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tH8NYiASj6 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tH8NYiASj6 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tH8NYiASj6 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tH8NYiASj6 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tH8NYiASj6 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tH8NYiASj6 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tH8NYiASj6 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tH8NYiASj6 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tH8NYiASj6 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tH8NYiASj6 .mbr-text {
  color: #000000;
}
.cid-tH8NYiASj6 .mbr-name {
  color: #000000;
}
.cid-tH8NYiASj6 .mbr-desc {
  color: #dce2e3;
}
.cid-tH8NYj7aSH {
  background-color: #ffffff;
}
.cid-tH8NYj7aSH .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8NYj7aSH .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8NYj7aSH .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8NYj7aSH .social-media {
  margin-top: 1.5rem;
}
.cid-tH8NYj7aSH .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8NYj7aSH .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8NYj7aSH .mbr-text,
.cid-tH8NYj7aSH .mbr-offer {
  line-height: 1.5;
}
.cid-tH8NYj7aSH .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8NYj7aSH {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8NYj7aSH .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8NYj7aSH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8NYj7aSH .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8NYj7aSH .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8NYj7aSH .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8NYj7aSH {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8NYj7aSH .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8NYj7aSH .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8NYj7aSH .container-fluid {
  max-width: 1300px;
}
.cid-tH8NYj7aSH li {
  font-weight: 400;
}
.cid-tH8NYjI5jx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8NYjI5jx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8NYjI5jx .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-tH8NYjI5jx .container {
    padding: 0 20px;
  }
}
.cid-tH8NYjI5jx .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8NYjI5jx .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8NYjI5jx .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8NYjI5jx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8NYjI5jx .mbr-section-title {
  color: #ffffff;
}
.cid-tH8NYjI5jx .mbr-section-title,
.cid-tH8NYjI5jx .mbr-section-btn,
.cid-tH8NYjI5jx .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8PjTG0m6 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8PjTG0m6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8PjTG0m6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8PjTG0m6 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8PjTG0m6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8PjTG0m6 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8PjTG0m6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8PjTG0m6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8PjTG0m6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8PjTG0m6 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8PjTG0m6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8PjTG0m6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8PjTG0m6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8PjTG0m6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8PjTG0m6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8PjTG0m6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8PjTG0m6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8PjTG0m6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8PjTG0m6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8PjTG0m6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8PjTG0m6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8PjTG0m6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8PjTG0m6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8PjTG0m6 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8PjTG0m6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8PjTG0m6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8PjTG0m6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8PjTG0m6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8PjTG0m6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8PjTG0m6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8PjTG0m6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8PjTG0m6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8PjTG0m6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8PjTG0m6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8PjTG0m6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8PjTG0m6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8PjTG0m6 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8PjTG0m6 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8PjTG0m6 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8PjTG0m6 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8PjTG0m6 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8PjTG0m6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8PjTG0m6 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8PjTG0m6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8PjTG0m6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8PjTG0m6 .dropdown-item.active,
.cid-tH8PjTG0m6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8PjTG0m6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8PjTG0m6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8PjTG0m6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8PjTG0m6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8PjTG0m6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8PjTG0m6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8PjTG0m6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8PjTG0m6 .navbar-buttons {
  text-align: center;
}
.cid-tH8PjTG0m6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8PjTG0m6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8PjTG0m6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8PjTG0m6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8PjTG0m6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8PjTG0m6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8PjTG0m6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8PjTG0m6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8PjTG0m6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8PjTG0m6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8PjTG0m6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8PjTG0m6 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8PjTG0m6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8PjTG0m6 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8PjTG0m6 .nav-link:hover,
.cid-tH8PjTG0m6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8PjTG0m6 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8PjTG0m6 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8PjTG0m6 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8PjUluub {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8PjUluub {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8PjUluub img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8PjUluub H1 {
  color: #000000;
}
.cid-tH8PjUluub .mbr-text,
.cid-tH8PjUluub .mbr-section-btn {
  color: #132c70;
}
.cid-tH8PjUluub H3 {
  color: #132c70;
}
.cid-tH8PjUluub .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8PjUluub .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8PjUluub .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8PjUluub .link:hover {
  color: #000000 !important;
}
.cid-tH8PjUluub .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8PjUluub DIV {
  color: #57468b;
}
.cid-tH8PjUluub .text-1 {
  line-height: 1;
}
.cid-tH8PjUluub .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8PjUluub .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8PjUluub .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8PjUR9Tv {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8PjUR9Tv {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8PjUR9Tv h1 {
  color: #ffffff;
}
.cid-tH8PjUR9Tv h2 {
  color: #ffffff;
}
.cid-tH8PjUR9Tv a {
  color: #ffffff;
}
.cid-tH8PjUR9Tv .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8PjUR9Tv .animated-element {
  color: #efefef;
}
.cid-tH8PjUR9Tv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8PjUR9Tv .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8PjUR9Tv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8PjUR9Tv .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8PjUR9Tv .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8PjUR9Tv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8PjUR9Tv .container-fluid {
  max-width: 1300px;
}
.cid-tH8PjUR9Tv .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8PjUR9Tv .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8PjUR9Tv .btn-line {
  margin-top: 3rem;
}
.cid-tH8PjUR9Tv .mbr-section-subtitle,
.cid-tH8PjUR9Tv .mbr-section-btn {
  color: #000000;
}
.cid-tH8PjVgrVC {
  background-color: #ffffff;
}
.cid-tH8PjVgrVC H2 {
  color: #132c70;
}
.cid-tH8PjVgrVC H3 {
  color: #132c70;
}
.cid-tH8PjVgrVC .mbr-text,
.cid-tH8PjVgrVC .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8PjVgrVC .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8PjVgrVC img {
  filter: invert(0.5);
}
.cid-tH8PjVgrVC .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8PjVgrVC {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8PjVgrVC .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8PjVgrVC {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8PjVgrVC .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8PjVOxtC {
  background-color: #fbf2e7;
}
.cid-tH8PjVOxtC .photo-split img {
  width: 100%;
}
.cid-tH8PjVOxtC .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8PjVOxtC .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8PjVOxtC .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8PjVOxtC .wrap-block {
  padding-left: 2rem;
}
.cid-tH8PjVOxtC .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8PjVOxtC .wrap-block ul li {
  display: inline-block;
}
.cid-tH8PjVOxtC .wrap-block ul li span {
  text-align: center;
}
.cid-tH8PjVOxtC .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8PjVOxtC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8PjVOxtC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8PjVOxtC .mbr-list,
.cid-tH8PjVOxtC .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8PjVOxtC {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8PjVOxtC .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8PjVOxtC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8PjVOxtC .mbr-section-title,
  .cid-tH8PjVOxtC .mbr-section-subtitle,
  .cid-tH8PjVOxtC .mbr-text {
    text-align: center !important;
  }
  .cid-tH8PjVOxtC .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8PjVOxtC {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8PjVOxtC .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8PjVOxtC .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8PjVOxtC .btn-line {
  margin-top: 3rem;
}
.cid-tH8PjVOxtC .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8PjVOxtC .col-lg-8 {
    order: 2;
  }
  .cid-tH8PjVOxtC .col-lg-4 {
    order: 1;
  }
}
.cid-tH8PjVOxtC .mbr-section-title {
  color: #000000;
}
.cid-tH8PjVOxtC .mbr-text {
  color: #000000;
}
.cid-tH8PjWjAgW {
  background-color: #ffffff;
}
.cid-tH8PjWjAgW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8PjWjAgW .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8PjWjAgW .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8PjWjAgW .social-media {
  margin-top: 1.5rem;
}
.cid-tH8PjWjAgW .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8PjWjAgW .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8PjWjAgW .mbr-text,
.cid-tH8PjWjAgW .mbr-offer {
  line-height: 1.5;
}
.cid-tH8PjWjAgW .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8PjWjAgW {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8PjWjAgW .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8PjWjAgW .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8PjWjAgW .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8PjWjAgW .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8PjWjAgW .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8PjWjAgW {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8PjWjAgW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8PjWjAgW .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8PjWjAgW .container-fluid {
  max-width: 1300px;
}
.cid-tH8PjWjAgW li {
  font-weight: 400;
}
.cid-tH8PjWSp4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8PjWSp4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8PjWSp4x .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-tH8PjWSp4x .container {
    padding: 0 20px;
  }
}
.cid-tH8PjWSp4x .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8PjWSp4x .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8PjWSp4x .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8PjWSp4x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8PjWSp4x .mbr-section-title {
  color: #ffffff;
}
.cid-tH8PjWSp4x .mbr-section-title,
.cid-tH8PjWSp4x .mbr-section-btn,
.cid-tH8PjWSp4x .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8SbMcrw7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8SbMcrw7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8SbMcrw7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8SbMcrw7 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8SbMcrw7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8SbMcrw7 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8SbMcrw7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8SbMcrw7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8SbMcrw7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8SbMcrw7 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8SbMcrw7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8SbMcrw7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8SbMcrw7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8SbMcrw7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8SbMcrw7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8SbMcrw7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8SbMcrw7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8SbMcrw7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8SbMcrw7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8SbMcrw7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8SbMcrw7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8SbMcrw7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8SbMcrw7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8SbMcrw7 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8SbMcrw7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8SbMcrw7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8SbMcrw7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8SbMcrw7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8SbMcrw7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8SbMcrw7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8SbMcrw7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8SbMcrw7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8SbMcrw7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8SbMcrw7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8SbMcrw7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8SbMcrw7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8SbMcrw7 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8SbMcrw7 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8SbMcrw7 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8SbMcrw7 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8SbMcrw7 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8SbMcrw7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8SbMcrw7 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8SbMcrw7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8SbMcrw7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8SbMcrw7 .dropdown-item.active,
.cid-tH8SbMcrw7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8SbMcrw7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8SbMcrw7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8SbMcrw7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8SbMcrw7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8SbMcrw7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8SbMcrw7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8SbMcrw7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8SbMcrw7 .navbar-buttons {
  text-align: center;
}
.cid-tH8SbMcrw7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8SbMcrw7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8SbMcrw7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8SbMcrw7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8SbMcrw7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8SbMcrw7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8SbMcrw7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8SbMcrw7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8SbMcrw7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8SbMcrw7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8SbMcrw7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8SbMcrw7 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8SbMcrw7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8SbMcrw7 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8SbMcrw7 .nav-link:hover,
.cid-tH8SbMcrw7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8SbMcrw7 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8SbMcrw7 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8SbMcrw7 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8SbMXwP5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8SbMXwP5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8SbMXwP5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8SbMXwP5 H1 {
  color: #000000;
}
.cid-tH8SbMXwP5 .mbr-text,
.cid-tH8SbMXwP5 .mbr-section-btn {
  color: #132c70;
}
.cid-tH8SbMXwP5 H3 {
  color: #132c70;
}
.cid-tH8SbMXwP5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8SbMXwP5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8SbMXwP5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8SbMXwP5 .link:hover {
  color: #000000 !important;
}
.cid-tH8SbMXwP5 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8SbMXwP5 DIV {
  color: #57468b;
}
.cid-tH8SbMXwP5 .text-1 {
  line-height: 1;
}
.cid-tH8SbMXwP5 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8SbMXwP5 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8SbMXwP5 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8SbNvFw5 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8SbNvFw5 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8SbNvFw5 h1 {
  color: #ffffff;
}
.cid-tH8SbNvFw5 h2 {
  color: #ffffff;
}
.cid-tH8SbNvFw5 a {
  color: #ffffff;
}
.cid-tH8SbNvFw5 .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8SbNvFw5 .animated-element {
  color: #efefef;
}
.cid-tH8SbNvFw5 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8SbNvFw5 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8SbNvFw5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8SbNvFw5 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8SbNvFw5 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8SbNvFw5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8SbNvFw5 .container-fluid {
  max-width: 1300px;
}
.cid-tH8SbNvFw5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8SbNvFw5 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8SbNvFw5 .btn-line {
  margin-top: 3rem;
}
.cid-tH8SbNvFw5 .mbr-section-subtitle,
.cid-tH8SbNvFw5 .mbr-section-btn {
  color: #000000;
}
.cid-tH8SbO7e3R {
  background-color: #ffffff;
}
.cid-tH8SbO7e3R H2 {
  color: #132c70;
}
.cid-tH8SbO7e3R H3 {
  color: #132c70;
}
.cid-tH8SbO7e3R .mbr-text,
.cid-tH8SbO7e3R .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8SbO7e3R .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8SbO7e3R img {
  filter: invert(0.5);
}
.cid-tH8SbO7e3R .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8SbO7e3R {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8SbO7e3R .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8SbO7e3R {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8SbO7e3R .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8SbOF1iJ {
  background-color: #fbf2e7;
}
.cid-tH8SbOF1iJ .photo-split img {
  width: 100%;
}
.cid-tH8SbOF1iJ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8SbOF1iJ .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8SbOF1iJ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8SbOF1iJ .wrap-block {
  padding-left: 2rem;
}
.cid-tH8SbOF1iJ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8SbOF1iJ .wrap-block ul li {
  display: inline-block;
}
.cid-tH8SbOF1iJ .wrap-block ul li span {
  text-align: center;
}
.cid-tH8SbOF1iJ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8SbOF1iJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8SbOF1iJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8SbOF1iJ .mbr-list,
.cid-tH8SbOF1iJ .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8SbOF1iJ {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8SbOF1iJ .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8SbOF1iJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8SbOF1iJ .mbr-section-title,
  .cid-tH8SbOF1iJ .mbr-section-subtitle,
  .cid-tH8SbOF1iJ .mbr-text {
    text-align: center !important;
  }
  .cid-tH8SbOF1iJ .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8SbOF1iJ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8SbOF1iJ .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8SbOF1iJ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8SbOF1iJ .btn-line {
  margin-top: 3rem;
}
.cid-tH8SbOF1iJ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8SbOF1iJ .col-lg-8 {
    order: 2;
  }
  .cid-tH8SbOF1iJ .col-lg-4 {
    order: 1;
  }
}
.cid-tH8SbOF1iJ .mbr-section-title {
  color: #000000;
}
.cid-tH8SbOF1iJ .mbr-text {
  color: #000000;
}
.cid-tH8SbPbm6d {
  background-color: #ffffff;
}
.cid-tH8SbPbm6d .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8SbPbm6d .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8SbPbm6d .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8SbPbm6d .social-media {
  margin-top: 1.5rem;
}
.cid-tH8SbPbm6d .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8SbPbm6d .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8SbPbm6d .mbr-text,
.cid-tH8SbPbm6d .mbr-offer {
  line-height: 1.5;
}
.cid-tH8SbPbm6d .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8SbPbm6d {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8SbPbm6d .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8SbPbm6d .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8SbPbm6d .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8SbPbm6d .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8SbPbm6d .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8SbPbm6d {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8SbPbm6d .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8SbPbm6d .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8SbPbm6d .container-fluid {
  max-width: 1300px;
}
.cid-tH8SbPbm6d li {
  font-weight: 400;
}
.cid-tH8SbPMVOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8SbPMVOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8SbPMVOq .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-tH8SbPMVOq .container {
    padding: 0 20px;
  }
}
.cid-tH8SbPMVOq .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8SbPMVOq .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8SbPMVOq .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8SbPMVOq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8SbPMVOq .mbr-section-title {
  color: #ffffff;
}
.cid-tH8SbPMVOq .mbr-section-title,
.cid-tH8SbPMVOq .mbr-section-btn,
.cid-tH8SbPMVOq .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tH8VrUrYF4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tH8VrUrYF4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tH8VrUrYF4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tH8VrUrYF4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tH8VrUrYF4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tH8VrUrYF4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tH8VrUrYF4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tH8VrUrYF4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tH8VrUrYF4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH8VrUrYF4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tH8VrUrYF4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tH8VrUrYF4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tH8VrUrYF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH8VrUrYF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tH8VrUrYF4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tH8VrUrYF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH8VrUrYF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH8VrUrYF4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH8VrUrYF4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tH8VrUrYF4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tH8VrUrYF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH8VrUrYF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tH8VrUrYF4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tH8VrUrYF4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tH8VrUrYF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH8VrUrYF4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tH8VrUrYF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH8VrUrYF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH8VrUrYF4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH8VrUrYF4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tH8VrUrYF4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tH8VrUrYF4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH8VrUrYF4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tH8VrUrYF4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tH8VrUrYF4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tH8VrUrYF4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH8VrUrYF4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tH8VrUrYF4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tH8VrUrYF4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tH8VrUrYF4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tH8VrUrYF4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tH8VrUrYF4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH8VrUrYF4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tH8VrUrYF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH8VrUrYF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH8VrUrYF4 .dropdown-item.active,
.cid-tH8VrUrYF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH8VrUrYF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tH8VrUrYF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH8VrUrYF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH8VrUrYF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH8VrUrYF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tH8VrUrYF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH8VrUrYF4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tH8VrUrYF4 .navbar-buttons {
  text-align: center;
}
.cid-tH8VrUrYF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH8VrUrYF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH8VrUrYF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH8VrUrYF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8VrUrYF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH8VrUrYF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH8VrUrYF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8VrUrYF4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH8VrUrYF4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH8VrUrYF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH8VrUrYF4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tH8VrUrYF4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tH8VrUrYF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tH8VrUrYF4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tH8VrUrYF4 .nav-link:hover,
.cid-tH8VrUrYF4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tH8VrUrYF4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tH8VrUrYF4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tH8VrUrYF4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tH8VrVbWWw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tH8VrVbWWw {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tH8VrVbWWw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tH8VrVbWWw H1 {
  color: #000000;
}
.cid-tH8VrVbWWw .mbr-text,
.cid-tH8VrVbWWw .mbr-section-btn {
  color: #132c70;
}
.cid-tH8VrVbWWw H3 {
  color: #132c70;
}
.cid-tH8VrVbWWw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tH8VrVbWWw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tH8VrVbWWw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tH8VrVbWWw .link:hover {
  color: #000000 !important;
}
.cid-tH8VrVbWWw .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tH8VrVbWWw DIV {
  color: #57468b;
}
.cid-tH8VrVbWWw .text-1 {
  line-height: 1;
}
.cid-tH8VrVbWWw .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tH8VrVbWWw .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tH8VrVbWWw .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tH8VrVM065 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tH8VrVM065 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tH8VrVM065 h1 {
  color: #ffffff;
}
.cid-tH8VrVM065 h2 {
  color: #ffffff;
}
.cid-tH8VrVM065 a {
  color: #ffffff;
}
.cid-tH8VrVM065 .btn-line::after {
  background-color: #ffffff;
}
.cid-tH8VrVM065 .animated-element {
  color: #efefef;
}
.cid-tH8VrVM065 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tH8VrVM065 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tH8VrVM065 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8VrVM065 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8VrVM065 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tH8VrVM065 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8VrVM065 .container-fluid {
  max-width: 1300px;
}
.cid-tH8VrVM065 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tH8VrVM065 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tH8VrVM065 .btn-line {
  margin-top: 3rem;
}
.cid-tH8VrVM065 .mbr-section-subtitle,
.cid-tH8VrVM065 .mbr-section-btn {
  color: #000000;
}
.cid-tH8VrWj5mo {
  background-color: #ffffff;
}
.cid-tH8VrWj5mo H2 {
  color: #132c70;
}
.cid-tH8VrWj5mo H3 {
  color: #132c70;
}
.cid-tH8VrWj5mo .mbr-text,
.cid-tH8VrWj5mo .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tH8VrWj5mo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tH8VrWj5mo img {
  filter: invert(0.5);
}
.cid-tH8VrWj5mo .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tH8VrWj5mo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tH8VrWj5mo .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8VrWj5mo {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tH8VrWj5mo .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8VrWQqUw {
  background-color: #fbf2e7;
}
.cid-tH8VrWQqUw .photo-split img {
  width: 100%;
}
.cid-tH8VrWQqUw .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tH8VrWQqUw .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tH8VrWQqUw .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tH8VrWQqUw .wrap-block {
  padding-left: 2rem;
}
.cid-tH8VrWQqUw .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tH8VrWQqUw .wrap-block ul li {
  display: inline-block;
}
.cid-tH8VrWQqUw .wrap-block ul li span {
  text-align: center;
}
.cid-tH8VrWQqUw .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tH8VrWQqUw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8VrWQqUw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tH8VrWQqUw .mbr-list,
.cid-tH8VrWQqUw .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tH8VrWQqUw {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tH8VrWQqUw .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tH8VrWQqUw .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8VrWQqUw .mbr-section-title,
  .cid-tH8VrWQqUw .mbr-section-subtitle,
  .cid-tH8VrWQqUw .mbr-text {
    text-align: center !important;
  }
  .cid-tH8VrWQqUw .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tH8VrWQqUw {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8VrWQqUw .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tH8VrWQqUw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tH8VrWQqUw .btn-line {
  margin-top: 3rem;
}
.cid-tH8VrWQqUw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tH8VrWQqUw .col-lg-8 {
    order: 2;
  }
  .cid-tH8VrWQqUw .col-lg-4 {
    order: 1;
  }
}
.cid-tH8VrWQqUw .mbr-section-title {
  color: #000000;
}
.cid-tH8VrWQqUw .mbr-text {
  color: #000000;
}
.cid-tH8VrXotK7 {
  background-color: #ffffff;
}
.cid-tH8VrXotK7 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tH8VrXotK7 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tH8VrXotK7 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tH8VrXotK7 .social-media {
  margin-top: 1.5rem;
}
.cid-tH8VrXotK7 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tH8VrXotK7 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tH8VrXotK7 .mbr-text,
.cid-tH8VrXotK7 .mbr-offer {
  line-height: 1.5;
}
.cid-tH8VrXotK7 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tH8VrXotK7 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tH8VrXotK7 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tH8VrXotK7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH8VrXotK7 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tH8VrXotK7 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tH8VrXotK7 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tH8VrXotK7 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tH8VrXotK7 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tH8VrXotK7 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tH8VrXotK7 .container-fluid {
  max-width: 1300px;
}
.cid-tH8VrXotK7 li {
  font-weight: 400;
}
.cid-tH8VrY0RdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tH8VrY0RdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH8VrY0RdF .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-tH8VrY0RdF .container {
    padding: 0 20px;
  }
}
.cid-tH8VrY0RdF .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tH8VrY0RdF .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tH8VrY0RdF .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tH8VrY0RdF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tH8VrY0RdF .mbr-section-title {
  color: #ffffff;
}
.cid-tH8VrY0RdF .mbr-section-title,
.cid-tH8VrY0RdF .mbr-section-btn,
.cid-tH8VrY0RdF .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHeDvSE8i2 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHeDvSE8i2 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHeDvSE8i2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHeDvSE8i2 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHeDvSE8i2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHeDvSE8i2 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHeDvSE8i2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHeDvSE8i2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHeDvSE8i2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHeDvSE8i2 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHeDvSE8i2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHeDvSE8i2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHeDvSE8i2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeDvSE8i2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHeDvSE8i2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHeDvSE8i2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeDvSE8i2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeDvSE8i2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHeDvSE8i2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHeDvSE8i2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHeDvSE8i2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeDvSE8i2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHeDvSE8i2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHeDvSE8i2 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHeDvSE8i2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeDvSE8i2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHeDvSE8i2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeDvSE8i2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeDvSE8i2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHeDvSE8i2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHeDvSE8i2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHeDvSE8i2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHeDvSE8i2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHeDvSE8i2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHeDvSE8i2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHeDvSE8i2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHeDvSE8i2 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHeDvSE8i2 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHeDvSE8i2 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHeDvSE8i2 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHeDvSE8i2 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHeDvSE8i2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHeDvSE8i2 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHeDvSE8i2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeDvSE8i2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeDvSE8i2 .dropdown-item.active,
.cid-tHeDvSE8i2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeDvSE8i2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHeDvSE8i2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeDvSE8i2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeDvSE8i2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHeDvSE8i2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHeDvSE8i2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHeDvSE8i2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHeDvSE8i2 .navbar-buttons {
  text-align: center;
}
.cid-tHeDvSE8i2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHeDvSE8i2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHeDvSE8i2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHeDvSE8i2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeDvSE8i2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeDvSE8i2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHeDvSE8i2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeDvSE8i2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHeDvSE8i2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHeDvSE8i2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeDvSE8i2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHeDvSE8i2 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHeDvSE8i2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHeDvSE8i2 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHeDvSE8i2 .nav-link:hover,
.cid-tHeDvSE8i2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHeDvSE8i2 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHeDvSE8i2 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHeDvSE8i2 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHeDvTmFy5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHeDvTmFy5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHeDvTmFy5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHeDvTmFy5 H1 {
  color: #000000;
}
.cid-tHeDvTmFy5 .mbr-text,
.cid-tHeDvTmFy5 .mbr-section-btn {
  color: #132c70;
}
.cid-tHeDvTmFy5 H3 {
  color: #132c70;
}
.cid-tHeDvTmFy5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHeDvTmFy5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHeDvTmFy5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHeDvTmFy5 .link:hover {
  color: #000000 !important;
}
.cid-tHeDvTmFy5 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHeDvTmFy5 DIV {
  color: #57468b;
}
.cid-tHeDvTmFy5 .text-1 {
  line-height: 1;
}
.cid-tHeDvTmFy5 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHeDvTmFy5 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHeDvTmFy5 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHeDvTDR1A {
  background-color: #fbf2e7;
}
.cid-tHeDvTDR1A .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHeDvTDR1A .card .card-wrapper {
  height: 1%;
}
.cid-tHeDvTDR1A .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHeDvTDR1A .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHeDvTDR1A .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHeDvTDR1A .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHeDvTDR1A .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHeDvTDR1A {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHeDvTDR1A .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeDvTDR1A .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeDvTDR1A {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHeDvTDR1A .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHeDvTDR1A .card-btn {
    opacity: 1;
  }
}
.cid-tHeDvTDR1A p {
  margin-bottom: 0;
}
.cid-tHeDvTDR1A h2 {
  margin-bottom: 1rem;
}
.cid-tHeDvTDR1A .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHeDvTDR1A .btn-line {
  margin-top: 3rem;
}
.cid-tHeDvTDR1A .mbr-text,
.cid-tHeDvTDR1A .card-btn {
  color: #000000;
}
.cid-tHeDvUs5Xc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHeDvUs5Xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeDvUs5Xc .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-tHeDvUs5Xc .container {
    padding: 0 16px;
  }
}
.cid-tHeDvUs5Xc .card {
  position: relative;
  justify-content: center;
}
.cid-tHeDvUs5Xc .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHeDvUs5Xc .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHeDvUs5Xc .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHeDvUs5Xc .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHeDvUs5Xc .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHeDvUs5Xc .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHeDvUs5Xc .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHeDvUs5Xc .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHeDvUs5Xc .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHeDvUs5Xc .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHeDvUs5Xc .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHeDvUs5Xc .mbr-text {
  color: #000000;
}
.cid-tHeDvUs5Xc .mbr-name {
  color: #000000;
}
.cid-tHeDvUs5Xc .mbr-desc {
  color: #dce2e3;
}
.cid-tHeDvUWkmG {
  background-color: #ffffff;
}
.cid-tHeDvUWkmG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHeDvUWkmG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHeDvUWkmG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHeDvUWkmG .social-media {
  margin-top: 1.5rem;
}
.cid-tHeDvUWkmG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeDvUWkmG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHeDvUWkmG .mbr-text,
.cid-tHeDvUWkmG .mbr-offer {
  line-height: 1.5;
}
.cid-tHeDvUWkmG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHeDvUWkmG {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHeDvUWkmG .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHeDvUWkmG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeDvUWkmG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHeDvUWkmG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHeDvUWkmG .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeDvUWkmG {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeDvUWkmG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHeDvUWkmG .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHeDvUWkmG .container-fluid {
  max-width: 1300px;
}
.cid-tHeDvUWkmG li {
  font-weight: 400;
}
.cid-tHeDvVvFxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHeDvVvFxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeDvVvFxX .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-tHeDvVvFxX .container {
    padding: 0 20px;
  }
}
.cid-tHeDvVvFxX .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHeDvVvFxX .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHeDvVvFxX .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHeDvVvFxX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHeDvVvFxX .mbr-section-title {
  color: #ffffff;
}
.cid-tHeDvVvFxX .mbr-section-title,
.cid-tHeDvVvFxX .mbr-section-btn,
.cid-tHeDvVvFxX .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHeGU3x0K2 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHeGU3x0K2 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHeGU3x0K2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHeGU3x0K2 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHeGU3x0K2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHeGU3x0K2 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHeGU3x0K2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHeGU3x0K2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHeGU3x0K2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHeGU3x0K2 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHeGU3x0K2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHeGU3x0K2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHeGU3x0K2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeGU3x0K2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHeGU3x0K2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHeGU3x0K2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeGU3x0K2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeGU3x0K2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHeGU3x0K2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHeGU3x0K2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHeGU3x0K2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeGU3x0K2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHeGU3x0K2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHeGU3x0K2 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHeGU3x0K2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeGU3x0K2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHeGU3x0K2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeGU3x0K2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeGU3x0K2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHeGU3x0K2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHeGU3x0K2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHeGU3x0K2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHeGU3x0K2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHeGU3x0K2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHeGU3x0K2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHeGU3x0K2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHeGU3x0K2 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHeGU3x0K2 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHeGU3x0K2 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHeGU3x0K2 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHeGU3x0K2 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHeGU3x0K2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHeGU3x0K2 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHeGU3x0K2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeGU3x0K2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeGU3x0K2 .dropdown-item.active,
.cid-tHeGU3x0K2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeGU3x0K2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHeGU3x0K2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeGU3x0K2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeGU3x0K2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHeGU3x0K2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHeGU3x0K2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHeGU3x0K2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHeGU3x0K2 .navbar-buttons {
  text-align: center;
}
.cid-tHeGU3x0K2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHeGU3x0K2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHeGU3x0K2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHeGU3x0K2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeGU3x0K2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeGU3x0K2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHeGU3x0K2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeGU3x0K2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHeGU3x0K2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHeGU3x0K2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeGU3x0K2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHeGU3x0K2 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHeGU3x0K2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHeGU3x0K2 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHeGU3x0K2 .nav-link:hover,
.cid-tHeGU3x0K2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHeGU3x0K2 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHeGU3x0K2 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHeGU3x0K2 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHeGU4a8Md {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHeGU4a8Md {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHeGU4a8Md img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHeGU4a8Md H1 {
  color: #000000;
}
.cid-tHeGU4a8Md .mbr-text,
.cid-tHeGU4a8Md .mbr-section-btn {
  color: #132c70;
}
.cid-tHeGU4a8Md H3 {
  color: #132c70;
}
.cid-tHeGU4a8Md .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHeGU4a8Md .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHeGU4a8Md .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHeGU4a8Md .link:hover {
  color: #000000 !important;
}
.cid-tHeGU4a8Md .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHeGU4a8Md DIV {
  color: #57468b;
}
.cid-tHeGU4a8Md .text-1 {
  line-height: 1;
}
.cid-tHeGU4a8Md .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHeGU4a8Md .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHeGU4a8Md .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHeGU4BvEv {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHeGU4BvEv {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHeGU4BvEv h1 {
  color: #ffffff;
}
.cid-tHeGU4BvEv h2 {
  color: #ffffff;
}
.cid-tHeGU4BvEv a {
  color: #ffffff;
}
.cid-tHeGU4BvEv .btn-line::after {
  background-color: #ffffff;
}
.cid-tHeGU4BvEv .animated-element {
  color: #efefef;
}
.cid-tHeGU4BvEv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHeGU4BvEv .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHeGU4BvEv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeGU4BvEv .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeGU4BvEv .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHeGU4BvEv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeGU4BvEv .container-fluid {
  max-width: 1300px;
}
.cid-tHeGU4BvEv .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHeGU4BvEv .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHeGU4BvEv .btn-line {
  margin-top: 3rem;
}
.cid-tHeGU4BvEv .mbr-section-subtitle,
.cid-tHeGU4BvEv .mbr-section-btn {
  color: #000000;
}
.cid-tHeGU575nD {
  background-color: #ffffff;
}
.cid-tHeGU575nD H2 {
  color: #132c70;
}
.cid-tHeGU575nD H3 {
  color: #132c70;
}
.cid-tHeGU575nD .mbr-text,
.cid-tHeGU575nD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHeGU575nD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHeGU575nD img {
  filter: invert(0.5);
}
.cid-tHeGU575nD .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHeGU575nD {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHeGU575nD .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeGU575nD {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHeGU575nD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeIQdeqIK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHeGU5A8lT {
  background-color: #fbf2e7;
}
.cid-tHeGU5A8lT .photo-split img {
  width: 100%;
}
.cid-tHeGU5A8lT .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHeGU5A8lT .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHeGU5A8lT .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHeGU5A8lT .wrap-block {
  padding-left: 2rem;
}
.cid-tHeGU5A8lT .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHeGU5A8lT .wrap-block ul li {
  display: inline-block;
}
.cid-tHeGU5A8lT .wrap-block ul li span {
  text-align: center;
}
.cid-tHeGU5A8lT .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHeGU5A8lT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeGU5A8lT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHeGU5A8lT .mbr-list,
.cid-tHeGU5A8lT .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHeGU5A8lT {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHeGU5A8lT .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHeGU5A8lT .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeGU5A8lT .mbr-section-title,
  .cid-tHeGU5A8lT .mbr-section-subtitle,
  .cid-tHeGU5A8lT .mbr-text {
    text-align: center !important;
  }
  .cid-tHeGU5A8lT .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHeGU5A8lT {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeGU5A8lT .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHeGU5A8lT .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeGU5A8lT .btn-line {
  margin-top: 3rem;
}
.cid-tHeGU5A8lT .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHeGU5A8lT .col-lg-8 {
    order: 2;
  }
  .cid-tHeGU5A8lT .col-lg-4 {
    order: 1;
  }
}
.cid-tHeGU5A8lT .mbr-section-title {
  color: #000000;
}
.cid-tHeGU5A8lT .mbr-text {
  color: #000000;
}
.cid-tHeGU62zai {
  background-color: #ffffff;
}
.cid-tHeGU62zai .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHeGU62zai .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHeGU62zai .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHeGU62zai .social-media {
  margin-top: 1.5rem;
}
.cid-tHeGU62zai .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeGU62zai .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHeGU62zai .mbr-text,
.cid-tHeGU62zai .mbr-offer {
  line-height: 1.5;
}
.cid-tHeGU62zai .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHeGU62zai {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHeGU62zai .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHeGU62zai .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeGU62zai .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHeGU62zai .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHeGU62zai .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeGU62zai {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeGU62zai .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHeGU62zai .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHeGU62zai .container-fluid {
  max-width: 1300px;
}
.cid-tHeGU62zai li {
  font-weight: 400;
}
.cid-tHeGU6AG4L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHeGU6AG4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeGU6AG4L .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-tHeGU6AG4L .container {
    padding: 0 20px;
  }
}
.cid-tHeGU6AG4L .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHeGU6AG4L .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHeGU6AG4L .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHeGU6AG4L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHeGU6AG4L .mbr-section-title {
  color: #ffffff;
}
.cid-tHeGU6AG4L .mbr-section-title,
.cid-tHeGU6AG4L .mbr-section-btn,
.cid-tHeGU6AG4L .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHeJkYXh4S {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHeJkYXh4S .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHeJkYXh4S .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHeJkYXh4S .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHeJkYXh4S .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHeJkYXh4S .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHeJkYXh4S .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHeJkYXh4S .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHeJkYXh4S .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHeJkYXh4S .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHeJkYXh4S .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHeJkYXh4S .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHeJkYXh4S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeJkYXh4S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHeJkYXh4S .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHeJkYXh4S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeJkYXh4S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeJkYXh4S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHeJkYXh4S .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHeJkYXh4S .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHeJkYXh4S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeJkYXh4S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHeJkYXh4S .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHeJkYXh4S .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHeJkYXh4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeJkYXh4S .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHeJkYXh4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeJkYXh4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeJkYXh4S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHeJkYXh4S .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHeJkYXh4S .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHeJkYXh4S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHeJkYXh4S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHeJkYXh4S .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHeJkYXh4S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHeJkYXh4S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHeJkYXh4S .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHeJkYXh4S .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHeJkYXh4S .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHeJkYXh4S .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHeJkYXh4S .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHeJkYXh4S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHeJkYXh4S .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHeJkYXh4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeJkYXh4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeJkYXh4S .dropdown-item.active,
.cid-tHeJkYXh4S .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeJkYXh4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHeJkYXh4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeJkYXh4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeJkYXh4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHeJkYXh4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHeJkYXh4S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHeJkYXh4S ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHeJkYXh4S .navbar-buttons {
  text-align: center;
}
.cid-tHeJkYXh4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHeJkYXh4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHeJkYXh4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHeJkYXh4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeJkYXh4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeJkYXh4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHeJkYXh4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeJkYXh4S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHeJkYXh4S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHeJkYXh4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeJkYXh4S a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHeJkYXh4S .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHeJkYXh4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHeJkYXh4S .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHeJkYXh4S .nav-link:hover,
.cid-tHeJkYXh4S .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHeJkYXh4S .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHeJkYXh4S .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHeJkYXh4S .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHeJkZDOSh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHeJkZDOSh {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHeJkZDOSh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHeJkZDOSh H1 {
  color: #000000;
}
.cid-tHeJkZDOSh .mbr-text,
.cid-tHeJkZDOSh .mbr-section-btn {
  color: #132c70;
}
.cid-tHeJkZDOSh H3 {
  color: #132c70;
}
.cid-tHeJkZDOSh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHeJkZDOSh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHeJkZDOSh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHeJkZDOSh .link:hover {
  color: #000000 !important;
}
.cid-tHeJkZDOSh .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHeJkZDOSh DIV {
  color: #57468b;
}
.cid-tHeJkZDOSh .text-1 {
  line-height: 1;
}
.cid-tHeJkZDOSh .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHeJkZDOSh .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHeJkZDOSh .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHeJl0420K {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHeJl0420K {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHeJl0420K h1 {
  color: #ffffff;
}
.cid-tHeJl0420K h2 {
  color: #ffffff;
}
.cid-tHeJl0420K a {
  color: #ffffff;
}
.cid-tHeJl0420K .btn-line::after {
  background-color: #ffffff;
}
.cid-tHeJl0420K .animated-element {
  color: #efefef;
}
.cid-tHeJl0420K .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHeJl0420K .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHeJl0420K .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeJl0420K .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeJl0420K .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHeJl0420K .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeJl0420K .container-fluid {
  max-width: 1300px;
}
.cid-tHeJl0420K .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHeJl0420K .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHeJl0420K .btn-line {
  margin-top: 3rem;
}
.cid-tHeJl0420K .mbr-section-subtitle,
.cid-tHeJl0420K .mbr-section-btn {
  color: #000000;
}
.cid-tHeJl0zLLN {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e8d4bc;
}
@media (max-width: 991px) {
  .cid-tHeJl0zLLN {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tHeJl0zLLN .animated-element {
  color: #efefef;
}
.cid-tHeJl0zLLN .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHeJl0zLLN .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHeJl0zLLN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeJl0zLLN .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeJl0zLLN .mbr-white {
    padding-left: 5rem;
  }
  .cid-tHeJl0zLLN .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-tHeJl0zLLN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeJl0zLLN .container-fluid {
  max-width: 1300px;
}
.cid-tHeJl0zLLN .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHeJl0zLLN .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHeJl0zLLN .btn-line {
  margin-top: 3rem;
}
.cid-tHeJl0zLLN .mbr-section-subtitle,
.cid-tHeJl0zLLN .mbr-section-btn {
  color: #000000;
}
.cid-tHeJl18lkz {
  background-color: #fbf2e7;
}
.cid-tHeJl18lkz .photo-split img {
  width: 100%;
}
.cid-tHeJl18lkz .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHeJl18lkz .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHeJl18lkz .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHeJl18lkz .wrap-block {
  padding-left: 2rem;
}
.cid-tHeJl18lkz .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHeJl18lkz .wrap-block ul li {
  display: inline-block;
}
.cid-tHeJl18lkz .wrap-block ul li span {
  text-align: center;
}
.cid-tHeJl18lkz .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHeJl18lkz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeJl18lkz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHeJl18lkz .mbr-list,
.cid-tHeJl18lkz .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHeJl18lkz {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHeJl18lkz .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHeJl18lkz .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeJl18lkz .mbr-section-title,
  .cid-tHeJl18lkz .mbr-section-subtitle,
  .cid-tHeJl18lkz .mbr-text {
    text-align: center !important;
  }
  .cid-tHeJl18lkz .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHeJl18lkz {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeJl18lkz .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHeJl18lkz .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeJl18lkz .btn-line {
  margin-top: 3rem;
}
.cid-tHeJl18lkz .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHeJl18lkz .col-lg-8 {
    order: 2;
  }
  .cid-tHeJl18lkz .col-lg-4 {
    order: 1;
  }
}
.cid-tHeJl18lkz .mbr-section-title {
  color: #000000;
}
.cid-tHeJl18lkz .mbr-text {
  color: #000000;
}
.cid-tHeJl1BUhx {
  background-color: #ffffff;
}
.cid-tHeJl1BUhx .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHeJl1BUhx .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHeJl1BUhx .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHeJl1BUhx .social-media {
  margin-top: 1.5rem;
}
.cid-tHeJl1BUhx .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeJl1BUhx .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHeJl1BUhx .mbr-text,
.cid-tHeJl1BUhx .mbr-offer {
  line-height: 1.5;
}
.cid-tHeJl1BUhx .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHeJl1BUhx {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHeJl1BUhx .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHeJl1BUhx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeJl1BUhx .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHeJl1BUhx .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHeJl1BUhx .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeJl1BUhx {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeJl1BUhx .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHeJl1BUhx .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHeJl1BUhx .container-fluid {
  max-width: 1300px;
}
.cid-tHeJl1BUhx li {
  font-weight: 400;
}
.cid-tHeJl284fX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHeJl284fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeJl284fX .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-tHeJl284fX .container {
    padding: 0 20px;
  }
}
.cid-tHeJl284fX .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHeJl284fX .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHeJl284fX .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHeJl284fX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHeJl284fX .mbr-section-title {
  color: #ffffff;
}
.cid-tHeJl284fX .mbr-section-title,
.cid-tHeJl284fX .mbr-section-btn,
.cid-tHeJl284fX .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHePgPAUEm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHePgPAUEm .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHePgPAUEm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHePgPAUEm .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHePgPAUEm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHePgPAUEm .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHePgPAUEm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHePgPAUEm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHePgPAUEm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHePgPAUEm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHePgPAUEm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHePgPAUEm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHePgPAUEm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHePgPAUEm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHePgPAUEm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHePgPAUEm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHePgPAUEm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHePgPAUEm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHePgPAUEm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHePgPAUEm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHePgPAUEm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHePgPAUEm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHePgPAUEm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHePgPAUEm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHePgPAUEm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHePgPAUEm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHePgPAUEm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHePgPAUEm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHePgPAUEm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHePgPAUEm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHePgPAUEm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHePgPAUEm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHePgPAUEm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHePgPAUEm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHePgPAUEm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHePgPAUEm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHePgPAUEm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHePgPAUEm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHePgPAUEm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHePgPAUEm .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHePgPAUEm .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHePgPAUEm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHePgPAUEm .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHePgPAUEm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHePgPAUEm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHePgPAUEm .dropdown-item.active,
.cid-tHePgPAUEm .dropdown-item:active {
  background-color: transparent;
}
.cid-tHePgPAUEm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHePgPAUEm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHePgPAUEm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHePgPAUEm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHePgPAUEm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHePgPAUEm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHePgPAUEm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHePgPAUEm .navbar-buttons {
  text-align: center;
}
.cid-tHePgPAUEm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHePgPAUEm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHePgPAUEm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHePgPAUEm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHePgPAUEm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHePgPAUEm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHePgPAUEm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHePgPAUEm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHePgPAUEm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHePgPAUEm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHePgPAUEm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHePgPAUEm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHePgPAUEm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHePgPAUEm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHePgPAUEm .nav-link:hover,
.cid-tHePgPAUEm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHePgPAUEm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHePgPAUEm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHePgPAUEm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHePgQn26P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHePgQn26P {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHePgQn26P img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHePgQn26P H1 {
  color: #000000;
}
.cid-tHePgQn26P .mbr-text,
.cid-tHePgQn26P .mbr-section-btn {
  color: #132c70;
}
.cid-tHePgQn26P H3 {
  color: #132c70;
}
.cid-tHePgQn26P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHePgQn26P .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHePgQn26P .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHePgQn26P .link:hover {
  color: #000000 !important;
}
.cid-tHePgQn26P .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHePgQn26P DIV {
  color: #57468b;
}
.cid-tHePgQn26P .text-1 {
  line-height: 1;
}
.cid-tHePgQn26P .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHePgQn26P .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHePgQn26P .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHePgQXXsH {
  background-color: #fbf2e7;
}
.cid-tHePgQXXsH .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHePgQXXsH .card .card-wrapper {
  height: 1%;
}
.cid-tHePgQXXsH .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHePgQXXsH .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHePgQXXsH .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHePgQXXsH .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHePgQXXsH .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHePgQXXsH {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHePgQXXsH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHePgQXXsH .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHePgQXXsH {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHePgQXXsH .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHePgQXXsH .card-btn {
    opacity: 1;
  }
}
.cid-tHePgQXXsH p {
  margin-bottom: 0;
}
.cid-tHePgQXXsH h2 {
  margin-bottom: 1rem;
}
.cid-tHePgQXXsH .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHePgQXXsH .btn-line {
  margin-top: 3rem;
}
.cid-tHePgQXXsH .mbr-text,
.cid-tHePgQXXsH .card-btn {
  color: #000000;
}
.cid-tHePgRMC5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHePgRMC5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHePgRMC5C .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-tHePgRMC5C .container {
    padding: 0 16px;
  }
}
.cid-tHePgRMC5C .card {
  position: relative;
  justify-content: center;
}
.cid-tHePgRMC5C .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHePgRMC5C .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHePgRMC5C .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHePgRMC5C .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHePgRMC5C .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHePgRMC5C .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHePgRMC5C .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHePgRMC5C .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHePgRMC5C .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHePgRMC5C .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHePgRMC5C .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHePgRMC5C .mbr-text {
  color: #000000;
}
.cid-tHePgRMC5C .mbr-name {
  color: #000000;
}
.cid-tHePgRMC5C .mbr-desc {
  color: #dce2e3;
}
.cid-tHePgSlOja {
  background-color: #ffffff;
}
.cid-tHePgSlOja .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHePgSlOja .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHePgSlOja .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHePgSlOja .social-media {
  margin-top: 1.5rem;
}
.cid-tHePgSlOja .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHePgSlOja .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHePgSlOja .mbr-text,
.cid-tHePgSlOja .mbr-offer {
  line-height: 1.5;
}
.cid-tHePgSlOja .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHePgSlOja {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHePgSlOja .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHePgSlOja .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHePgSlOja .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHePgSlOja .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHePgSlOja .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHePgSlOja {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHePgSlOja .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHePgSlOja .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHePgSlOja .container-fluid {
  max-width: 1300px;
}
.cid-tHePgSlOja li {
  font-weight: 400;
}
.cid-tHePgT3uuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHePgT3uuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHePgT3uuL .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-tHePgT3uuL .container {
    padding: 0 20px;
  }
}
.cid-tHePgT3uuL .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHePgT3uuL .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHePgT3uuL .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHePgT3uuL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHePgT3uuL .mbr-section-title {
  color: #ffffff;
}
.cid-tHePgT3uuL .mbr-section-title,
.cid-tHePgT3uuL .mbr-section-btn,
.cid-tHePgT3uuL .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHeRZq9N0g {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHeRZq9N0g .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHeRZq9N0g .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHeRZq9N0g .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHeRZq9N0g .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHeRZq9N0g .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHeRZq9N0g .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHeRZq9N0g .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHeRZq9N0g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHeRZq9N0g .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHeRZq9N0g .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHeRZq9N0g .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHeRZq9N0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeRZq9N0g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHeRZq9N0g .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHeRZq9N0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeRZq9N0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeRZq9N0g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHeRZq9N0g .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHeRZq9N0g .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHeRZq9N0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeRZq9N0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHeRZq9N0g .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHeRZq9N0g .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHeRZq9N0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeRZq9N0g .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHeRZq9N0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeRZq9N0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeRZq9N0g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHeRZq9N0g .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHeRZq9N0g .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHeRZq9N0g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHeRZq9N0g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHeRZq9N0g .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHeRZq9N0g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHeRZq9N0g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHeRZq9N0g .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHeRZq9N0g .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHeRZq9N0g .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHeRZq9N0g .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHeRZq9N0g .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHeRZq9N0g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHeRZq9N0g .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHeRZq9N0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeRZq9N0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeRZq9N0g .dropdown-item.active,
.cid-tHeRZq9N0g .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeRZq9N0g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHeRZq9N0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeRZq9N0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeRZq9N0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHeRZq9N0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHeRZq9N0g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHeRZq9N0g ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHeRZq9N0g .navbar-buttons {
  text-align: center;
}
.cid-tHeRZq9N0g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHeRZq9N0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHeRZq9N0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHeRZq9N0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeRZq9N0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHeRZq9N0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHeRZq9N0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeRZq9N0g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHeRZq9N0g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHeRZq9N0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHeRZq9N0g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHeRZq9N0g .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHeRZq9N0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHeRZq9N0g .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHeRZq9N0g .nav-link:hover,
.cid-tHeRZq9N0g .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHeRZq9N0g .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHeRZq9N0g .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHeRZq9N0g .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHeRZqPmwZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHeRZqPmwZ {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHeRZqPmwZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHeRZqPmwZ H1 {
  color: #000000;
}
.cid-tHeRZqPmwZ .mbr-text,
.cid-tHeRZqPmwZ .mbr-section-btn {
  color: #132c70;
}
.cid-tHeRZqPmwZ H3 {
  color: #132c70;
}
.cid-tHeRZqPmwZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHeRZqPmwZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHeRZqPmwZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHeRZqPmwZ .link:hover {
  color: #000000 !important;
}
.cid-tHeRZqPmwZ .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHeRZqPmwZ DIV {
  color: #57468b;
}
.cid-tHeRZqPmwZ .text-1 {
  line-height: 1;
}
.cid-tHeRZqPmwZ .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHeRZqPmwZ .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHeRZqPmwZ .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHeRZrr6uG {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHeRZrr6uG {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHeRZrr6uG h1 {
  color: #ffffff;
}
.cid-tHeRZrr6uG h2 {
  color: #ffffff;
}
.cid-tHeRZrr6uG a {
  color: #ffffff;
}
.cid-tHeRZrr6uG .btn-line::after {
  background-color: #ffffff;
}
.cid-tHeRZrr6uG .animated-element {
  color: #efefef;
}
.cid-tHeRZrr6uG .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHeRZrr6uG .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHeRZrr6uG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeRZrr6uG .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeRZrr6uG .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHeRZrr6uG .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeRZrr6uG .container-fluid {
  max-width: 1300px;
}
.cid-tHeRZrr6uG .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHeRZrr6uG .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHeRZrr6uG .btn-line {
  margin-top: 3rem;
}
.cid-tHeRZrr6uG .mbr-section-subtitle,
.cid-tHeRZrr6uG .mbr-section-btn {
  color: #000000;
}
.cid-tHeRZs1Whj {
  background-color: #ffffff;
}
.cid-tHeRZs1Whj H2 {
  color: #132c70;
}
.cid-tHeRZs1Whj H3 {
  color: #132c70;
}
.cid-tHeRZs1Whj .mbr-text,
.cid-tHeRZs1Whj .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHeRZs1Whj .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHeRZs1Whj img {
  filter: invert(0.5);
}
.cid-tHeRZs1Whj .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHeRZs1Whj {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHeRZs1Whj .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeRZs1Whj {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHeRZs1Whj .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeRZsCQpd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHeRZt6fko {
  background-color: #fbf2e7;
}
.cid-tHeRZt6fko .photo-split img {
  width: 100%;
}
.cid-tHeRZt6fko .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHeRZt6fko .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHeRZt6fko .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHeRZt6fko .wrap-block {
  padding-left: 2rem;
}
.cid-tHeRZt6fko .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHeRZt6fko .wrap-block ul li {
  display: inline-block;
}
.cid-tHeRZt6fko .wrap-block ul li span {
  text-align: center;
}
.cid-tHeRZt6fko .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHeRZt6fko .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeRZt6fko .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHeRZt6fko .mbr-list,
.cid-tHeRZt6fko .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHeRZt6fko {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHeRZt6fko .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHeRZt6fko .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeRZt6fko .mbr-section-title,
  .cid-tHeRZt6fko .mbr-section-subtitle,
  .cid-tHeRZt6fko .mbr-text {
    text-align: center !important;
  }
  .cid-tHeRZt6fko .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHeRZt6fko {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeRZt6fko .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHeRZt6fko .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHeRZt6fko .btn-line {
  margin-top: 3rem;
}
.cid-tHeRZt6fko .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHeRZt6fko .col-lg-8 {
    order: 2;
  }
  .cid-tHeRZt6fko .col-lg-4 {
    order: 1;
  }
}
.cid-tHeRZt6fko .mbr-section-title {
  color: #000000;
}
.cid-tHeRZt6fko .mbr-text {
  color: #000000;
}
.cid-tHeRZtD16B {
  background-color: #ffffff;
}
.cid-tHeRZtD16B .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHeRZtD16B .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHeRZtD16B .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHeRZtD16B .social-media {
  margin-top: 1.5rem;
}
.cid-tHeRZtD16B .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHeRZtD16B .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHeRZtD16B .mbr-text,
.cid-tHeRZtD16B .mbr-offer {
  line-height: 1.5;
}
.cid-tHeRZtD16B .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHeRZtD16B {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHeRZtD16B .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHeRZtD16B .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHeRZtD16B .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHeRZtD16B .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHeRZtD16B .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHeRZtD16B {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHeRZtD16B .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHeRZtD16B .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHeRZtD16B .container-fluid {
  max-width: 1300px;
}
.cid-tHeRZtD16B li {
  font-weight: 400;
}
.cid-tHeRZueZqR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHeRZueZqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeRZueZqR .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-tHeRZueZqR .container {
    padding: 0 20px;
  }
}
.cid-tHeRZueZqR .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHeRZueZqR .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHeRZueZqR .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHeRZueZqR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHeRZueZqR .mbr-section-title {
  color: #ffffff;
}
.cid-tHeRZueZqR .mbr-section-title,
.cid-tHeRZueZqR .mbr-section-btn,
.cid-tHeRZueZqR .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHfkwB5uUQ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHfkwB5uUQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHfkwB5uUQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHfkwB5uUQ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHfkwB5uUQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHfkwB5uUQ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHfkwB5uUQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHfkwB5uUQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHfkwB5uUQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHfkwB5uUQ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHfkwB5uUQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHfkwB5uUQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHfkwB5uUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHfkwB5uUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHfkwB5uUQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHfkwB5uUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHfkwB5uUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHfkwB5uUQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHfkwB5uUQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHfkwB5uUQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHfkwB5uUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHfkwB5uUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHfkwB5uUQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHfkwB5uUQ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHfkwB5uUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHfkwB5uUQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHfkwB5uUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHfkwB5uUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHfkwB5uUQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHfkwB5uUQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHfkwB5uUQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHfkwB5uUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHfkwB5uUQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHfkwB5uUQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHfkwB5uUQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHfkwB5uUQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHfkwB5uUQ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHfkwB5uUQ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHfkwB5uUQ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHfkwB5uUQ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHfkwB5uUQ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHfkwB5uUQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHfkwB5uUQ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHfkwB5uUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHfkwB5uUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHfkwB5uUQ .dropdown-item.active,
.cid-tHfkwB5uUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tHfkwB5uUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHfkwB5uUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHfkwB5uUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHfkwB5uUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHfkwB5uUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHfkwB5uUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHfkwB5uUQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHfkwB5uUQ .navbar-buttons {
  text-align: center;
}
.cid-tHfkwB5uUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHfkwB5uUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHfkwB5uUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHfkwB5uUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfkwB5uUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfkwB5uUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHfkwB5uUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfkwB5uUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHfkwB5uUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHfkwB5uUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfkwB5uUQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHfkwB5uUQ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHfkwB5uUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHfkwB5uUQ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHfkwB5uUQ .nav-link:hover,
.cid-tHfkwB5uUQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHfkwB5uUQ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHfkwB5uUQ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHfkwB5uUQ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHfkwCo5Nm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHfkwCo5Nm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHfkwCo5Nm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHfkwCo5Nm H1 {
  color: #000000;
}
.cid-tHfkwCo5Nm .mbr-text,
.cid-tHfkwCo5Nm .mbr-section-btn {
  color: #132c70;
}
.cid-tHfkwCo5Nm H3 {
  color: #132c70;
}
.cid-tHfkwCo5Nm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHfkwCo5Nm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHfkwCo5Nm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHfkwCo5Nm .link:hover {
  color: #000000 !important;
}
.cid-tHfkwCo5Nm .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHfkwCo5Nm DIV {
  color: #57468b;
}
.cid-tHfkwCo5Nm .text-1 {
  line-height: 1;
}
.cid-tHfkwCo5Nm .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHfkwCo5Nm .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHfkwCo5Nm .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHfkwD05Ux {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHfkwD05Ux {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHfkwD05Ux h1 {
  color: #ffffff;
}
.cid-tHfkwD05Ux h2 {
  color: #ffffff;
}
.cid-tHfkwD05Ux a {
  color: #ffffff;
}
.cid-tHfkwD05Ux .btn-line::after {
  background-color: #ffffff;
}
.cid-tHfkwD05Ux .animated-element {
  color: #efefef;
}
.cid-tHfkwD05Ux .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHfkwD05Ux .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHfkwD05Ux .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfkwD05Ux .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfkwD05Ux .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHfkwD05Ux .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfkwD05Ux .container-fluid {
  max-width: 1300px;
}
.cid-tHfkwD05Ux .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHfkwD05Ux .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHfkwD05Ux .btn-line {
  margin-top: 3rem;
}
.cid-tHfkwD05Ux .mbr-section-subtitle,
.cid-tHfkwD05Ux .mbr-section-btn {
  color: #000000;
}
.cid-tHfkwDFQzt {
  background-color: #ffffff;
}
.cid-tHfkwDFQzt H2 {
  color: #132c70;
}
.cid-tHfkwDFQzt H3 {
  color: #132c70;
}
.cid-tHfkwDFQzt .mbr-text,
.cid-tHfkwDFQzt .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHfkwDFQzt .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHfkwDFQzt img {
  filter: invert(0.5);
}
.cid-tHfkwDFQzt .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHfkwDFQzt {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHfkwDFQzt .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfkwDFQzt {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHfkwDFQzt .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfkwEk6cK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHfkwEMfii {
  background-color: #fbf2e7;
}
.cid-tHfkwEMfii .photo-split img {
  width: 100%;
}
.cid-tHfkwEMfii .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHfkwEMfii .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHfkwEMfii .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHfkwEMfii .wrap-block {
  padding-left: 2rem;
}
.cid-tHfkwEMfii .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHfkwEMfii .wrap-block ul li {
  display: inline-block;
}
.cid-tHfkwEMfii .wrap-block ul li span {
  text-align: center;
}
.cid-tHfkwEMfii .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHfkwEMfii .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfkwEMfii .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHfkwEMfii .mbr-list,
.cid-tHfkwEMfii .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHfkwEMfii {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHfkwEMfii .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHfkwEMfii .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfkwEMfii .mbr-section-title,
  .cid-tHfkwEMfii .mbr-section-subtitle,
  .cid-tHfkwEMfii .mbr-text {
    text-align: center !important;
  }
  .cid-tHfkwEMfii .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHfkwEMfii {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfkwEMfii .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHfkwEMfii .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfkwEMfii .btn-line {
  margin-top: 3rem;
}
.cid-tHfkwEMfii .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHfkwEMfii .col-lg-8 {
    order: 2;
  }
  .cid-tHfkwEMfii .col-lg-4 {
    order: 1;
  }
}
.cid-tHfkwEMfii .mbr-section-title {
  color: #000000;
}
.cid-tHfkwEMfii .mbr-text {
  color: #000000;
}
.cid-tHfkwFjDrZ {
  background-color: #ffffff;
}
.cid-tHfkwFjDrZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHfkwFjDrZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHfkwFjDrZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHfkwFjDrZ .social-media {
  margin-top: 1.5rem;
}
.cid-tHfkwFjDrZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfkwFjDrZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHfkwFjDrZ .mbr-text,
.cid-tHfkwFjDrZ .mbr-offer {
  line-height: 1.5;
}
.cid-tHfkwFjDrZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHfkwFjDrZ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHfkwFjDrZ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHfkwFjDrZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfkwFjDrZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHfkwFjDrZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHfkwFjDrZ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfkwFjDrZ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfkwFjDrZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHfkwFjDrZ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHfkwFjDrZ .container-fluid {
  max-width: 1300px;
}
.cid-tHfkwFjDrZ li {
  font-weight: 400;
}
.cid-tHfkwFZcNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHfkwFZcNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfkwFZcNF .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-tHfkwFZcNF .container {
    padding: 0 20px;
  }
}
.cid-tHfkwFZcNF .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHfkwFZcNF .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHfkwFZcNF .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHfkwFZcNF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHfkwFZcNF .mbr-section-title {
  color: #ffffff;
}
.cid-tHfkwFZcNF .mbr-section-title,
.cid-tHfkwFZcNF .mbr-section-btn,
.cid-tHfkwFZcNF .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHfmbAMLcp {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHfmbAMLcp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHfmbAMLcp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHfmbAMLcp .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHfmbAMLcp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHfmbAMLcp .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHfmbAMLcp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHfmbAMLcp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHfmbAMLcp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHfmbAMLcp .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHfmbAMLcp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHfmbAMLcp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHfmbAMLcp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHfmbAMLcp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHfmbAMLcp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHfmbAMLcp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHfmbAMLcp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHfmbAMLcp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHfmbAMLcp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHfmbAMLcp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHfmbAMLcp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHfmbAMLcp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHfmbAMLcp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHfmbAMLcp .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHfmbAMLcp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHfmbAMLcp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHfmbAMLcp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHfmbAMLcp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHfmbAMLcp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHfmbAMLcp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHfmbAMLcp .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHfmbAMLcp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHfmbAMLcp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHfmbAMLcp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHfmbAMLcp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHfmbAMLcp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHfmbAMLcp .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHfmbAMLcp .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHfmbAMLcp .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHfmbAMLcp .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHfmbAMLcp .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHfmbAMLcp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHfmbAMLcp .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHfmbAMLcp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHfmbAMLcp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHfmbAMLcp .dropdown-item.active,
.cid-tHfmbAMLcp .dropdown-item:active {
  background-color: transparent;
}
.cid-tHfmbAMLcp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHfmbAMLcp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHfmbAMLcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHfmbAMLcp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHfmbAMLcp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHfmbAMLcp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHfmbAMLcp ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHfmbAMLcp .navbar-buttons {
  text-align: center;
}
.cid-tHfmbAMLcp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHfmbAMLcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHfmbAMLcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHfmbAMLcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfmbAMLcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfmbAMLcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHfmbAMLcp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfmbAMLcp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHfmbAMLcp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHfmbAMLcp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfmbAMLcp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHfmbAMLcp .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHfmbAMLcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHfmbAMLcp .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHfmbAMLcp .nav-link:hover,
.cid-tHfmbAMLcp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHfmbAMLcp .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHfmbAMLcp .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHfmbAMLcp .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHfmbC6CGO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHfmbC6CGO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHfmbC6CGO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHfmbC6CGO H1 {
  color: #000000;
}
.cid-tHfmbC6CGO .mbr-text,
.cid-tHfmbC6CGO .mbr-section-btn {
  color: #132c70;
}
.cid-tHfmbC6CGO H3 {
  color: #132c70;
}
.cid-tHfmbC6CGO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHfmbC6CGO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHfmbC6CGO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHfmbC6CGO .link:hover {
  color: #000000 !important;
}
.cid-tHfmbC6CGO .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHfmbC6CGO DIV {
  color: #57468b;
}
.cid-tHfmbC6CGO .text-1 {
  line-height: 1;
}
.cid-tHfmbC6CGO .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHfmbC6CGO .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHfmbC6CGO .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHfmbCNYrv {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHfmbCNYrv {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHfmbCNYrv h1 {
  color: #ffffff;
}
.cid-tHfmbCNYrv h2 {
  color: #ffffff;
}
.cid-tHfmbCNYrv a {
  color: #ffffff;
}
.cid-tHfmbCNYrv .btn-line::after {
  background-color: #ffffff;
}
.cid-tHfmbCNYrv .animated-element {
  color: #efefef;
}
.cid-tHfmbCNYrv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHfmbCNYrv .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHfmbCNYrv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfmbCNYrv .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfmbCNYrv .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHfmbCNYrv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfmbCNYrv .container-fluid {
  max-width: 1300px;
}
.cid-tHfmbCNYrv .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHfmbCNYrv .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHfmbCNYrv .btn-line {
  margin-top: 3rem;
}
.cid-tHfmbCNYrv .mbr-section-subtitle,
.cid-tHfmbCNYrv .mbr-section-btn {
  color: #000000;
}
.cid-tHfmbDttWl {
  background-color: #ffffff;
}
.cid-tHfmbDttWl H2 {
  color: #132c70;
}
.cid-tHfmbDttWl H3 {
  color: #132c70;
}
.cid-tHfmbDttWl .mbr-text,
.cid-tHfmbDttWl .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHfmbDttWl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHfmbDttWl img {
  filter: invert(0.5);
}
.cid-tHfmbDttWl .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHfmbDttWl {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHfmbDttWl .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfmbDttWl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHfmbDttWl .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfmbE9bTr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHfmbEErHE {
  background-color: #fbf2e7;
}
.cid-tHfmbEErHE .photo-split img {
  width: 100%;
}
.cid-tHfmbEErHE .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHfmbEErHE .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHfmbEErHE .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHfmbEErHE .wrap-block {
  padding-left: 2rem;
}
.cid-tHfmbEErHE .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHfmbEErHE .wrap-block ul li {
  display: inline-block;
}
.cid-tHfmbEErHE .wrap-block ul li span {
  text-align: center;
}
.cid-tHfmbEErHE .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHfmbEErHE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfmbEErHE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHfmbEErHE .mbr-list,
.cid-tHfmbEErHE .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHfmbEErHE {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHfmbEErHE .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHfmbEErHE .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfmbEErHE .mbr-section-title,
  .cid-tHfmbEErHE .mbr-section-subtitle,
  .cid-tHfmbEErHE .mbr-text {
    text-align: center !important;
  }
  .cid-tHfmbEErHE .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHfmbEErHE {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfmbEErHE .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHfmbEErHE .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfmbEErHE .btn-line {
  margin-top: 3rem;
}
.cid-tHfmbEErHE .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHfmbEErHE .col-lg-8 {
    order: 2;
  }
  .cid-tHfmbEErHE .col-lg-4 {
    order: 1;
  }
}
.cid-tHfmbEErHE .mbr-section-title {
  color: #000000;
}
.cid-tHfmbEErHE .mbr-text {
  color: #000000;
}
.cid-tHfmbFf0gk {
  background-color: #ffffff;
}
.cid-tHfmbFf0gk .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHfmbFf0gk .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHfmbFf0gk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHfmbFf0gk .social-media {
  margin-top: 1.5rem;
}
.cid-tHfmbFf0gk .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfmbFf0gk .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHfmbFf0gk .mbr-text,
.cid-tHfmbFf0gk .mbr-offer {
  line-height: 1.5;
}
.cid-tHfmbFf0gk .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHfmbFf0gk {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHfmbFf0gk .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHfmbFf0gk .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfmbFf0gk .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHfmbFf0gk .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHfmbFf0gk .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfmbFf0gk {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfmbFf0gk .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHfmbFf0gk .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHfmbFf0gk .container-fluid {
  max-width: 1300px;
}
.cid-tHfmbFf0gk li {
  font-weight: 400;
}
.cid-tHfmbGbQZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHfmbGbQZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfmbGbQZ3 .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-tHfmbGbQZ3 .container {
    padding: 0 20px;
  }
}
.cid-tHfmbGbQZ3 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHfmbGbQZ3 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHfmbGbQZ3 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHfmbGbQZ3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHfmbGbQZ3 .mbr-section-title {
  color: #ffffff;
}
.cid-tHfmbGbQZ3 .mbr-section-title,
.cid-tHfmbGbQZ3 .mbr-section-btn,
.cid-tHfmbGbQZ3 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHfo3kW799 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHfo3kW799 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHfo3kW799 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHfo3kW799 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHfo3kW799 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHfo3kW799 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHfo3kW799 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHfo3kW799 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHfo3kW799 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHfo3kW799 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHfo3kW799 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHfo3kW799 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHfo3kW799 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHfo3kW799 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHfo3kW799 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHfo3kW799 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHfo3kW799 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHfo3kW799 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHfo3kW799 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHfo3kW799 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHfo3kW799 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHfo3kW799 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHfo3kW799 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHfo3kW799 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHfo3kW799 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHfo3kW799 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHfo3kW799 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHfo3kW799 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHfo3kW799 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHfo3kW799 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHfo3kW799 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHfo3kW799 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHfo3kW799 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHfo3kW799 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHfo3kW799 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHfo3kW799 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHfo3kW799 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHfo3kW799 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHfo3kW799 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHfo3kW799 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHfo3kW799 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHfo3kW799 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHfo3kW799 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHfo3kW799 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHfo3kW799 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHfo3kW799 .dropdown-item.active,
.cid-tHfo3kW799 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHfo3kW799 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHfo3kW799 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHfo3kW799 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHfo3kW799 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHfo3kW799 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHfo3kW799 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHfo3kW799 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHfo3kW799 .navbar-buttons {
  text-align: center;
}
.cid-tHfo3kW799 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHfo3kW799 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHfo3kW799 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHfo3kW799 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfo3kW799 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfo3kW799 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHfo3kW799 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfo3kW799 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHfo3kW799 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHfo3kW799 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfo3kW799 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHfo3kW799 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHfo3kW799 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHfo3kW799 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHfo3kW799 .nav-link:hover,
.cid-tHfo3kW799 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHfo3kW799 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHfo3kW799 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHfo3kW799 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHfo3meqnV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHfo3meqnV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHfo3meqnV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHfo3meqnV H1 {
  color: #000000;
}
.cid-tHfo3meqnV .mbr-text,
.cid-tHfo3meqnV .mbr-section-btn {
  color: #132c70;
}
.cid-tHfo3meqnV H3 {
  color: #132c70;
}
.cid-tHfo3meqnV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHfo3meqnV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHfo3meqnV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHfo3meqnV .link:hover {
  color: #000000 !important;
}
.cid-tHfo3meqnV .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHfo3meqnV DIV {
  color: #57468b;
}
.cid-tHfo3meqnV .text-1 {
  line-height: 1;
}
.cid-tHfo3meqnV .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHfo3meqnV .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHfo3meqnV .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHfo3mTr07 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHfo3mTr07 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHfo3mTr07 h1 {
  color: #ffffff;
}
.cid-tHfo3mTr07 h2 {
  color: #ffffff;
}
.cid-tHfo3mTr07 a {
  color: #ffffff;
}
.cid-tHfo3mTr07 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHfo3mTr07 .animated-element {
  color: #efefef;
}
.cid-tHfo3mTr07 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHfo3mTr07 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHfo3mTr07 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfo3mTr07 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfo3mTr07 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHfo3mTr07 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfo3mTr07 .container-fluid {
  max-width: 1300px;
}
.cid-tHfo3mTr07 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHfo3mTr07 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHfo3mTr07 .btn-line {
  margin-top: 3rem;
}
.cid-tHfo3mTr07 .mbr-section-subtitle,
.cid-tHfo3mTr07 .mbr-section-btn {
  color: #000000;
}
.cid-tHfo3nDX61 {
  background-color: #ffffff;
}
.cid-tHfo3nDX61 H2 {
  color: #132c70;
}
.cid-tHfo3nDX61 H3 {
  color: #132c70;
}
.cid-tHfo3nDX61 .mbr-text,
.cid-tHfo3nDX61 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHfo3nDX61 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHfo3nDX61 img {
  filter: invert(0.5);
}
.cid-tHfo3nDX61 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHfo3nDX61 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHfo3nDX61 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfo3nDX61 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHfo3nDX61 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfo3ogOh2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHfo3oNK70 {
  background-color: #fbf2e7;
}
.cid-tHfo3oNK70 .photo-split img {
  width: 100%;
}
.cid-tHfo3oNK70 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHfo3oNK70 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHfo3oNK70 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHfo3oNK70 .wrap-block {
  padding-left: 2rem;
}
.cid-tHfo3oNK70 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHfo3oNK70 .wrap-block ul li {
  display: inline-block;
}
.cid-tHfo3oNK70 .wrap-block ul li span {
  text-align: center;
}
.cid-tHfo3oNK70 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHfo3oNK70 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfo3oNK70 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHfo3oNK70 .mbr-list,
.cid-tHfo3oNK70 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHfo3oNK70 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHfo3oNK70 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHfo3oNK70 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfo3oNK70 .mbr-section-title,
  .cid-tHfo3oNK70 .mbr-section-subtitle,
  .cid-tHfo3oNK70 .mbr-text {
    text-align: center !important;
  }
  .cid-tHfo3oNK70 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHfo3oNK70 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfo3oNK70 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHfo3oNK70 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfo3oNK70 .btn-line {
  margin-top: 3rem;
}
.cid-tHfo3oNK70 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHfo3oNK70 .col-lg-8 {
    order: 2;
  }
  .cid-tHfo3oNK70 .col-lg-4 {
    order: 1;
  }
}
.cid-tHfo3oNK70 .mbr-section-title {
  color: #000000;
}
.cid-tHfo3oNK70 .mbr-text {
  color: #000000;
}
.cid-tHfo3pn92b {
  background-color: #ffffff;
}
.cid-tHfo3pn92b .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHfo3pn92b .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHfo3pn92b .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHfo3pn92b .social-media {
  margin-top: 1.5rem;
}
.cid-tHfo3pn92b .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfo3pn92b .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHfo3pn92b .mbr-text,
.cid-tHfo3pn92b .mbr-offer {
  line-height: 1.5;
}
.cid-tHfo3pn92b .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHfo3pn92b {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHfo3pn92b .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHfo3pn92b .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfo3pn92b .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHfo3pn92b .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHfo3pn92b .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfo3pn92b {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfo3pn92b .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHfo3pn92b .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHfo3pn92b .container-fluid {
  max-width: 1300px;
}
.cid-tHfo3pn92b li {
  font-weight: 400;
}
.cid-tHfo3q4aR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHfo3q4aR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfo3q4aR2 .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-tHfo3q4aR2 .container {
    padding: 0 20px;
  }
}
.cid-tHfo3q4aR2 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHfo3q4aR2 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHfo3q4aR2 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHfo3q4aR2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHfo3q4aR2 .mbr-section-title {
  color: #ffffff;
}
.cid-tHfo3q4aR2 .mbr-section-title,
.cid-tHfo3q4aR2 .mbr-section-btn,
.cid-tHfo3q4aR2 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHfpQQAA35 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHfpQQAA35 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHfpQQAA35 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHfpQQAA35 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHfpQQAA35 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHfpQQAA35 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHfpQQAA35 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHfpQQAA35 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHfpQQAA35 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHfpQQAA35 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHfpQQAA35 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHfpQQAA35 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHfpQQAA35 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHfpQQAA35 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHfpQQAA35 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHfpQQAA35 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHfpQQAA35 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHfpQQAA35 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHfpQQAA35 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHfpQQAA35 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHfpQQAA35 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHfpQQAA35 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHfpQQAA35 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHfpQQAA35 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHfpQQAA35 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHfpQQAA35 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHfpQQAA35 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHfpQQAA35 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHfpQQAA35 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHfpQQAA35 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHfpQQAA35 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHfpQQAA35 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHfpQQAA35 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHfpQQAA35 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHfpQQAA35 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHfpQQAA35 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHfpQQAA35 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHfpQQAA35 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHfpQQAA35 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHfpQQAA35 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHfpQQAA35 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHfpQQAA35 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHfpQQAA35 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHfpQQAA35 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHfpQQAA35 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHfpQQAA35 .dropdown-item.active,
.cid-tHfpQQAA35 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHfpQQAA35 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHfpQQAA35 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHfpQQAA35 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHfpQQAA35 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHfpQQAA35 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHfpQQAA35 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHfpQQAA35 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHfpQQAA35 .navbar-buttons {
  text-align: center;
}
.cid-tHfpQQAA35 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHfpQQAA35 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHfpQQAA35 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHfpQQAA35 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfpQQAA35 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfpQQAA35 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHfpQQAA35 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfpQQAA35 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHfpQQAA35 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHfpQQAA35 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfpQQAA35 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHfpQQAA35 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHfpQQAA35 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHfpQQAA35 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHfpQQAA35 .nav-link:hover,
.cid-tHfpQQAA35 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHfpQQAA35 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHfpQQAA35 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHfpQQAA35 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHfpQRIZY2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHfpQRIZY2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHfpQRIZY2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHfpQRIZY2 H1 {
  color: #000000;
}
.cid-tHfpQRIZY2 .mbr-text,
.cid-tHfpQRIZY2 .mbr-section-btn {
  color: #132c70;
}
.cid-tHfpQRIZY2 H3 {
  color: #132c70;
}
.cid-tHfpQRIZY2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHfpQRIZY2 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHfpQRIZY2 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHfpQRIZY2 .link:hover {
  color: #000000 !important;
}
.cid-tHfpQRIZY2 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHfpQRIZY2 DIV {
  color: #57468b;
}
.cid-tHfpQRIZY2 .text-1 {
  line-height: 1;
}
.cid-tHfpQRIZY2 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHfpQRIZY2 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHfpQRIZY2 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHfpQSm2hj {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHfpQSm2hj {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHfpQSm2hj h1 {
  color: #ffffff;
}
.cid-tHfpQSm2hj h2 {
  color: #ffffff;
}
.cid-tHfpQSm2hj a {
  color: #ffffff;
}
.cid-tHfpQSm2hj .btn-line::after {
  background-color: #ffffff;
}
.cid-tHfpQSm2hj .animated-element {
  color: #efefef;
}
.cid-tHfpQSm2hj .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHfpQSm2hj .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHfpQSm2hj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfpQSm2hj .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfpQSm2hj .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHfpQSm2hj .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfpQSm2hj .container-fluid {
  max-width: 1300px;
}
.cid-tHfpQSm2hj .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHfpQSm2hj .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHfpQSm2hj .btn-line {
  margin-top: 3rem;
}
.cid-tHfpQSm2hj .mbr-section-subtitle,
.cid-tHfpQSm2hj .mbr-section-btn {
  color: #000000;
}
.cid-tHfpQT2PDr {
  background-color: #ffffff;
}
.cid-tHfpQT2PDr H2 {
  color: #132c70;
}
.cid-tHfpQT2PDr H3 {
  color: #132c70;
}
.cid-tHfpQT2PDr .mbr-text,
.cid-tHfpQT2PDr .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHfpQT2PDr .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHfpQT2PDr img {
  filter: invert(0.5);
}
.cid-tHfpQT2PDr .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHfpQT2PDr {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHfpQT2PDr .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfpQT2PDr {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHfpQT2PDr .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfpQTGhFd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHfpQUdkXp {
  background-color: #fbf2e7;
}
.cid-tHfpQUdkXp .photo-split img {
  width: 100%;
}
.cid-tHfpQUdkXp .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHfpQUdkXp .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHfpQUdkXp .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHfpQUdkXp .wrap-block {
  padding-left: 2rem;
}
.cid-tHfpQUdkXp .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHfpQUdkXp .wrap-block ul li {
  display: inline-block;
}
.cid-tHfpQUdkXp .wrap-block ul li span {
  text-align: center;
}
.cid-tHfpQUdkXp .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHfpQUdkXp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfpQUdkXp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHfpQUdkXp .mbr-list,
.cid-tHfpQUdkXp .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHfpQUdkXp {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHfpQUdkXp .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHfpQUdkXp .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfpQUdkXp .mbr-section-title,
  .cid-tHfpQUdkXp .mbr-section-subtitle,
  .cid-tHfpQUdkXp .mbr-text {
    text-align: center !important;
  }
  .cid-tHfpQUdkXp .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHfpQUdkXp {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfpQUdkXp .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHfpQUdkXp .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfpQUdkXp .btn-line {
  margin-top: 3rem;
}
.cid-tHfpQUdkXp .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHfpQUdkXp .col-lg-8 {
    order: 2;
  }
  .cid-tHfpQUdkXp .col-lg-4 {
    order: 1;
  }
}
.cid-tHfpQUdkXp .mbr-section-title {
  color: #000000;
}
.cid-tHfpQUdkXp .mbr-text {
  color: #000000;
}
.cid-tHfpQULEdn {
  background-color: #ffffff;
}
.cid-tHfpQULEdn .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHfpQULEdn .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHfpQULEdn .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHfpQULEdn .social-media {
  margin-top: 1.5rem;
}
.cid-tHfpQULEdn .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfpQULEdn .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHfpQULEdn .mbr-text,
.cid-tHfpQULEdn .mbr-offer {
  line-height: 1.5;
}
.cid-tHfpQULEdn .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHfpQULEdn {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHfpQULEdn .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHfpQULEdn .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfpQULEdn .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHfpQULEdn .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHfpQULEdn .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfpQULEdn {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfpQULEdn .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHfpQULEdn .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHfpQULEdn .container-fluid {
  max-width: 1300px;
}
.cid-tHfpQULEdn li {
  font-weight: 400;
}
.cid-tHfpQVpxfw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHfpQVpxfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfpQVpxfw .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-tHfpQVpxfw .container {
    padding: 0 20px;
  }
}
.cid-tHfpQVpxfw .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHfpQVpxfw .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHfpQVpxfw .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHfpQVpxfw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHfpQVpxfw .mbr-section-title {
  color: #ffffff;
}
.cid-tHfpQVpxfw .mbr-section-title,
.cid-tHfpQVpxfw .mbr-section-btn,
.cid-tHfpQVpxfw .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHfrzoMjTF {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHfrzoMjTF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHfrzoMjTF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHfrzoMjTF .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHfrzoMjTF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHfrzoMjTF .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHfrzoMjTF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHfrzoMjTF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHfrzoMjTF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHfrzoMjTF .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHfrzoMjTF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHfrzoMjTF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHfrzoMjTF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHfrzoMjTF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHfrzoMjTF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHfrzoMjTF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHfrzoMjTF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHfrzoMjTF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHfrzoMjTF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHfrzoMjTF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHfrzoMjTF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHfrzoMjTF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHfrzoMjTF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHfrzoMjTF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHfrzoMjTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHfrzoMjTF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHfrzoMjTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHfrzoMjTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHfrzoMjTF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHfrzoMjTF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHfrzoMjTF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHfrzoMjTF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHfrzoMjTF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHfrzoMjTF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHfrzoMjTF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHfrzoMjTF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHfrzoMjTF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHfrzoMjTF .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHfrzoMjTF .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHfrzoMjTF .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHfrzoMjTF .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHfrzoMjTF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHfrzoMjTF .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHfrzoMjTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHfrzoMjTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHfrzoMjTF .dropdown-item.active,
.cid-tHfrzoMjTF .dropdown-item:active {
  background-color: transparent;
}
.cid-tHfrzoMjTF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHfrzoMjTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHfrzoMjTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHfrzoMjTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHfrzoMjTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHfrzoMjTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHfrzoMjTF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHfrzoMjTF .navbar-buttons {
  text-align: center;
}
.cid-tHfrzoMjTF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHfrzoMjTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHfrzoMjTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHfrzoMjTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfrzoMjTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHfrzoMjTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHfrzoMjTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfrzoMjTF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHfrzoMjTF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHfrzoMjTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHfrzoMjTF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHfrzoMjTF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHfrzoMjTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHfrzoMjTF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHfrzoMjTF .nav-link:hover,
.cid-tHfrzoMjTF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHfrzoMjTF .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHfrzoMjTF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHfrzoMjTF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHfrzpL4RX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHfrzpL4RX {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHfrzpL4RX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHfrzpL4RX H1 {
  color: #000000;
}
.cid-tHfrzpL4RX .mbr-text,
.cid-tHfrzpL4RX .mbr-section-btn {
  color: #132c70;
}
.cid-tHfrzpL4RX H3 {
  color: #132c70;
}
.cid-tHfrzpL4RX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHfrzpL4RX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHfrzpL4RX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHfrzpL4RX .link:hover {
  color: #000000 !important;
}
.cid-tHfrzpL4RX .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHfrzpL4RX DIV {
  color: #57468b;
}
.cid-tHfrzpL4RX .text-1 {
  line-height: 1;
}
.cid-tHfrzpL4RX .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHfrzpL4RX .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHfrzpL4RX .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHfrzqiOh9 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHfrzqiOh9 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHfrzqiOh9 h1 {
  color: #ffffff;
}
.cid-tHfrzqiOh9 h2 {
  color: #ffffff;
}
.cid-tHfrzqiOh9 a {
  color: #ffffff;
}
.cid-tHfrzqiOh9 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHfrzqiOh9 .animated-element {
  color: #efefef;
}
.cid-tHfrzqiOh9 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHfrzqiOh9 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHfrzqiOh9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfrzqiOh9 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfrzqiOh9 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHfrzqiOh9 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfrzqiOh9 .container-fluid {
  max-width: 1300px;
}
.cid-tHfrzqiOh9 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHfrzqiOh9 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHfrzqiOh9 .btn-line {
  margin-top: 3rem;
}
.cid-tHfrzqiOh9 .mbr-section-subtitle,
.cid-tHfrzqiOh9 .mbr-section-btn {
  color: #000000;
}
.cid-tIJEqPM7rS {
  background-color: #444444;
}
.cid-tIJEqPM7rS .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tIJEqPM7rS .card .card-wrapper {
  height: 1%;
}
.cid-tIJEqPM7rS .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tIJEqPM7rS .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tIJEqPM7rS .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tIJEqPM7rS .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tIJEqPM7rS .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tIJEqPM7rS {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tIJEqPM7rS .container-fluid {
    padding: 0 1rem;
  }
  .cid-tIJEqPM7rS .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIJEqPM7rS {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tIJEqPM7rS .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tIJEqPM7rS .card-btn {
    opacity: 1;
  }
}
.cid-tIJEqPM7rS p {
  margin-bottom: 0;
}
.cid-tIJEqPM7rS h2 {
  margin-bottom: 1rem;
}
.cid-tIJEqPM7rS .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tIJEqPM7rS .btn-line {
  margin-top: 3rem;
}
.cid-tIJEqPM7rS .mbr-text,
.cid-tIJEqPM7rS .card-btn {
  color: #000000;
}
.cid-tIK12deeGY {
  background-color: #444444;
}
.cid-tIK12deeGY .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tIK12deeGY .card .card-wrapper {
  height: 1%;
}
.cid-tIK12deeGY .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tIK12deeGY .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tIK12deeGY .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tIK12deeGY .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tIK12deeGY .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tIK12deeGY {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tIK12deeGY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tIK12deeGY .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIK12deeGY {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tIK12deeGY .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tIK12deeGY .card-btn {
    opacity: 1;
  }
}
.cid-tIK12deeGY p {
  margin-bottom: 0;
}
.cid-tIK12deeGY h2 {
  margin-bottom: 1rem;
}
.cid-tIK12deeGY .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tIK12deeGY .btn-line {
  margin-top: 3rem;
}
.cid-tIK12deeGY .mbr-text,
.cid-tIK12deeGY .card-btn {
  color: #000000;
}
.cid-tIK1riVHWN {
  background-color: #444444;
}
.cid-tIK1riVHWN .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tIK1riVHWN .card .card-wrapper {
  height: 1%;
}
.cid-tIK1riVHWN .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tIK1riVHWN .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tIK1riVHWN .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tIK1riVHWN .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tIK1riVHWN .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tIK1riVHWN {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tIK1riVHWN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tIK1riVHWN .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tIK1riVHWN {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tIK1riVHWN .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tIK1riVHWN .card-btn {
    opacity: 1;
  }
}
.cid-tIK1riVHWN p {
  margin-bottom: 0;
}
.cid-tIK1riVHWN h2 {
  margin-bottom: 1rem;
}
.cid-tIK1riVHWN .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tIK1riVHWN .btn-line {
  margin-top: 3rem;
}
.cid-tIK1riVHWN .mbr-text,
.cid-tIK1riVHWN .card-btn {
  color: #000000;
}
.cid-tHfrzrA1Qp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHfrzs5ZHG {
  background-color: #fbf2e7;
}
.cid-tHfrzs5ZHG .photo-split img {
  width: 100%;
}
.cid-tHfrzs5ZHG .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHfrzs5ZHG .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHfrzs5ZHG .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHfrzs5ZHG .wrap-block {
  padding-left: 2rem;
}
.cid-tHfrzs5ZHG .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHfrzs5ZHG .wrap-block ul li {
  display: inline-block;
}
.cid-tHfrzs5ZHG .wrap-block ul li span {
  text-align: center;
}
.cid-tHfrzs5ZHG .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHfrzs5ZHG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfrzs5ZHG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHfrzs5ZHG .mbr-list,
.cid-tHfrzs5ZHG .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHfrzs5ZHG {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHfrzs5ZHG .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHfrzs5ZHG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfrzs5ZHG .mbr-section-title,
  .cid-tHfrzs5ZHG .mbr-section-subtitle,
  .cid-tHfrzs5ZHG .mbr-text {
    text-align: center !important;
  }
  .cid-tHfrzs5ZHG .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHfrzs5ZHG {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfrzs5ZHG .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHfrzs5ZHG .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHfrzs5ZHG .btn-line {
  margin-top: 3rem;
}
.cid-tHfrzs5ZHG .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHfrzs5ZHG .col-lg-8 {
    order: 2;
  }
  .cid-tHfrzs5ZHG .col-lg-4 {
    order: 1;
  }
}
.cid-tHfrzs5ZHG .mbr-section-title {
  color: #000000;
}
.cid-tHfrzs5ZHG .mbr-text {
  color: #000000;
}
.cid-tHfrzsISkk {
  background-color: #ffffff;
}
.cid-tHfrzsISkk .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHfrzsISkk .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHfrzsISkk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHfrzsISkk .social-media {
  margin-top: 1.5rem;
}
.cid-tHfrzsISkk .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHfrzsISkk .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHfrzsISkk .mbr-text,
.cid-tHfrzsISkk .mbr-offer {
  line-height: 1.5;
}
.cid-tHfrzsISkk .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHfrzsISkk {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHfrzsISkk .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHfrzsISkk .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHfrzsISkk .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHfrzsISkk .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHfrzsISkk .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHfrzsISkk {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHfrzsISkk .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHfrzsISkk .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHfrzsISkk .container-fluid {
  max-width: 1300px;
}
.cid-tHfrzsISkk li {
  font-weight: 400;
}
.cid-tHfrztzZ9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHfrztzZ9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfrztzZ9w .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-tHfrztzZ9w .container {
    padding: 0 20px;
  }
}
.cid-tHfrztzZ9w .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHfrztzZ9w .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHfrztzZ9w .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHfrztzZ9w .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHfrztzZ9w .mbr-section-title {
  color: #ffffff;
}
.cid-tHfrztzZ9w .mbr-section-title,
.cid-tHfrztzZ9w .mbr-section-btn,
.cid-tHfrztzZ9w .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkAyBvUKB {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkAyBvUKB .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkAyBvUKB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkAyBvUKB .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkAyBvUKB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkAyBvUKB .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkAyBvUKB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkAyBvUKB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkAyBvUKB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkAyBvUKB .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkAyBvUKB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkAyBvUKB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkAyBvUKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkAyBvUKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkAyBvUKB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkAyBvUKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkAyBvUKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkAyBvUKB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkAyBvUKB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkAyBvUKB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkAyBvUKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkAyBvUKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkAyBvUKB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkAyBvUKB .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkAyBvUKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkAyBvUKB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkAyBvUKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkAyBvUKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkAyBvUKB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkAyBvUKB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkAyBvUKB .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkAyBvUKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkAyBvUKB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkAyBvUKB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkAyBvUKB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkAyBvUKB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkAyBvUKB .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkAyBvUKB .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkAyBvUKB .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkAyBvUKB .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkAyBvUKB .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkAyBvUKB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkAyBvUKB .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkAyBvUKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkAyBvUKB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkAyBvUKB .dropdown-item.active,
.cid-tHkAyBvUKB .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkAyBvUKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkAyBvUKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkAyBvUKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkAyBvUKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkAyBvUKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkAyBvUKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkAyBvUKB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkAyBvUKB .navbar-buttons {
  text-align: center;
}
.cid-tHkAyBvUKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkAyBvUKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkAyBvUKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkAyBvUKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkAyBvUKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkAyBvUKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkAyBvUKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkAyBvUKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkAyBvUKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkAyBvUKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkAyBvUKB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkAyBvUKB .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkAyBvUKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkAyBvUKB .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkAyBvUKB .nav-link:hover,
.cid-tHkAyBvUKB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkAyBvUKB .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkAyBvUKB .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkAyBvUKB .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkAyC6JG6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkAyC6JG6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkAyC6JG6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkAyC6JG6 H1 {
  color: #000000;
}
.cid-tHkAyC6JG6 .mbr-text,
.cid-tHkAyC6JG6 .mbr-section-btn {
  color: #132c70;
}
.cid-tHkAyC6JG6 H3 {
  color: #132c70;
}
.cid-tHkAyC6JG6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkAyC6JG6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkAyC6JG6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkAyC6JG6 .link:hover {
  color: #000000 !important;
}
.cid-tHkAyC6JG6 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkAyC6JG6 DIV {
  color: #57468b;
}
.cid-tHkAyC6JG6 .text-1 {
  line-height: 1;
}
.cid-tHkAyC6JG6 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkAyC6JG6 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkAyC6JG6 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkAyCuBSy {
  background-color: #fbf2e7;
}
.cid-tHkAyCuBSy .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHkAyCuBSy .card .card-wrapper {
  height: 1%;
}
.cid-tHkAyCuBSy .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHkAyCuBSy .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHkAyCuBSy .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHkAyCuBSy .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHkAyCuBSy .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHkAyCuBSy {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHkAyCuBSy .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkAyCuBSy .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkAyCuBSy {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHkAyCuBSy .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHkAyCuBSy .card-btn {
    opacity: 1;
  }
}
.cid-tHkAyCuBSy p {
  margin-bottom: 0;
}
.cid-tHkAyCuBSy h2 {
  margin-bottom: 1rem;
}
.cid-tHkAyCuBSy .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkAyCuBSy .btn-line {
  margin-top: 3rem;
}
.cid-tHkAyCuBSy .mbr-text,
.cid-tHkAyCuBSy .card-btn {
  color: #000000;
}
.cid-tHkAyD8G9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHkAyD8G9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkAyD8G9B .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-tHkAyD8G9B .container {
    padding: 0 16px;
  }
}
.cid-tHkAyD8G9B .card {
  position: relative;
  justify-content: center;
}
.cid-tHkAyD8G9B .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHkAyD8G9B .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHkAyD8G9B .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHkAyD8G9B .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHkAyD8G9B .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHkAyD8G9B .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHkAyD8G9B .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHkAyD8G9B .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHkAyD8G9B .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHkAyD8G9B .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHkAyD8G9B .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHkAyD8G9B .mbr-text {
  color: #000000;
}
.cid-tHkAyD8G9B .mbr-name {
  color: #000000;
}
.cid-tHkAyD8G9B .mbr-desc {
  color: #dce2e3;
}
.cid-tHkAyDAKFx {
  background-color: #ffffff;
}
.cid-tHkAyDAKFx .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkAyDAKFx .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkAyDAKFx .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkAyDAKFx .social-media {
  margin-top: 1.5rem;
}
.cid-tHkAyDAKFx .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkAyDAKFx .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkAyDAKFx .mbr-text,
.cid-tHkAyDAKFx .mbr-offer {
  line-height: 1.5;
}
.cid-tHkAyDAKFx .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkAyDAKFx {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkAyDAKFx .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkAyDAKFx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkAyDAKFx .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkAyDAKFx .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkAyDAKFx .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkAyDAKFx {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkAyDAKFx .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkAyDAKFx .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkAyDAKFx .container-fluid {
  max-width: 1300px;
}
.cid-tHkAyDAKFx li {
  font-weight: 400;
}
.cid-tHkAyE6av2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkAyE6av2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkAyE6av2 .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-tHkAyE6av2 .container {
    padding: 0 20px;
  }
}
.cid-tHkAyE6av2 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkAyE6av2 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkAyE6av2 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkAyE6av2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkAyE6av2 .mbr-section-title {
  color: #ffffff;
}
.cid-tHkAyE6av2 .mbr-section-title,
.cid-tHkAyE6av2 .mbr-section-btn,
.cid-tHkAyE6av2 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkBWAr38l {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkBWAr38l .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkBWAr38l .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkBWAr38l .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkBWAr38l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkBWAr38l .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkBWAr38l .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkBWAr38l .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkBWAr38l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkBWAr38l .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkBWAr38l .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkBWAr38l .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkBWAr38l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkBWAr38l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkBWAr38l .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkBWAr38l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkBWAr38l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkBWAr38l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkBWAr38l .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkBWAr38l .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkBWAr38l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkBWAr38l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkBWAr38l .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkBWAr38l .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkBWAr38l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkBWAr38l .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkBWAr38l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkBWAr38l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkBWAr38l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkBWAr38l .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkBWAr38l .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkBWAr38l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkBWAr38l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkBWAr38l .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkBWAr38l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkBWAr38l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkBWAr38l .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkBWAr38l .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkBWAr38l .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkBWAr38l .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkBWAr38l .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkBWAr38l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkBWAr38l .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkBWAr38l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkBWAr38l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkBWAr38l .dropdown-item.active,
.cid-tHkBWAr38l .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkBWAr38l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkBWAr38l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkBWAr38l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkBWAr38l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkBWAr38l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkBWAr38l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkBWAr38l ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkBWAr38l .navbar-buttons {
  text-align: center;
}
.cid-tHkBWAr38l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkBWAr38l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkBWAr38l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkBWAr38l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkBWAr38l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkBWAr38l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkBWAr38l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkBWAr38l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkBWAr38l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkBWAr38l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkBWAr38l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkBWAr38l .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkBWAr38l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkBWAr38l .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkBWAr38l .nav-link:hover,
.cid-tHkBWAr38l .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkBWAr38l .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkBWAr38l .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkBWAr38l .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkBWB5xOM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkBWB5xOM {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkBWB5xOM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkBWB5xOM H1 {
  color: #000000;
}
.cid-tHkBWB5xOM .mbr-text,
.cid-tHkBWB5xOM .mbr-section-btn {
  color: #132c70;
}
.cid-tHkBWB5xOM H3 {
  color: #132c70;
}
.cid-tHkBWB5xOM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkBWB5xOM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkBWB5xOM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkBWB5xOM .link:hover {
  color: #000000 !important;
}
.cid-tHkBWB5xOM .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkBWB5xOM DIV {
  color: #57468b;
}
.cid-tHkBWB5xOM .text-1 {
  line-height: 1;
}
.cid-tHkBWB5xOM .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkBWB5xOM .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkBWB5xOM .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkBWBvH8B {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkBWBvH8B {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkBWBvH8B h1 {
  color: #ffffff;
}
.cid-tHkBWBvH8B h2 {
  color: #ffffff;
}
.cid-tHkBWBvH8B a {
  color: #ffffff;
}
.cid-tHkBWBvH8B .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkBWBvH8B .animated-element {
  color: #efefef;
}
.cid-tHkBWBvH8B .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkBWBvH8B .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkBWBvH8B .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkBWBvH8B .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkBWBvH8B .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkBWBvH8B .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkBWBvH8B .container-fluid {
  max-width: 1300px;
}
.cid-tHkBWBvH8B .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkBWBvH8B .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkBWBvH8B .btn-line {
  margin-top: 3rem;
}
.cid-tHkBWBvH8B .mbr-section-subtitle,
.cid-tHkBWBvH8B .mbr-section-btn {
  color: #000000;
}
.cid-tHkBWBYfMF {
  background-color: #ffffff;
}
.cid-tHkBWBYfMF H2 {
  color: #132c70;
}
.cid-tHkBWBYfMF H3 {
  color: #132c70;
}
.cid-tHkBWBYfMF .mbr-text,
.cid-tHkBWBYfMF .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkBWBYfMF .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkBWBYfMF img {
  filter: invert(0.5);
}
.cid-tHkBWBYfMF .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkBWBYfMF {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkBWBYfMF .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkBWBYfMF {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkBWBYfMF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkBWCSvXO {
  background-color: #fbf2e7;
}
.cid-tHkBWCSvXO .photo-split img {
  width: 100%;
}
.cid-tHkBWCSvXO .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkBWCSvXO .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkBWCSvXO .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkBWCSvXO .wrap-block {
  padding-left: 2rem;
}
.cid-tHkBWCSvXO .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkBWCSvXO .wrap-block ul li {
  display: inline-block;
}
.cid-tHkBWCSvXO .wrap-block ul li span {
  text-align: center;
}
.cid-tHkBWCSvXO .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkBWCSvXO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkBWCSvXO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkBWCSvXO .mbr-list,
.cid-tHkBWCSvXO .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkBWCSvXO {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkBWCSvXO .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkBWCSvXO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkBWCSvXO .mbr-section-title,
  .cid-tHkBWCSvXO .mbr-section-subtitle,
  .cid-tHkBWCSvXO .mbr-text {
    text-align: center !important;
  }
  .cid-tHkBWCSvXO .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkBWCSvXO {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkBWCSvXO .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkBWCSvXO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkBWCSvXO .btn-line {
  margin-top: 3rem;
}
.cid-tHkBWCSvXO .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkBWCSvXO .col-lg-8 {
    order: 2;
  }
  .cid-tHkBWCSvXO .col-lg-4 {
    order: 1;
  }
}
.cid-tHkBWCSvXO .mbr-section-title {
  color: #000000;
}
.cid-tHkBWCSvXO .mbr-text {
  color: #000000;
}
.cid-tHkBWDme0U {
  background-color: #ffffff;
}
.cid-tHkBWDme0U .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkBWDme0U .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkBWDme0U .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkBWDme0U .social-media {
  margin-top: 1.5rem;
}
.cid-tHkBWDme0U .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkBWDme0U .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkBWDme0U .mbr-text,
.cid-tHkBWDme0U .mbr-offer {
  line-height: 1.5;
}
.cid-tHkBWDme0U .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkBWDme0U {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkBWDme0U .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkBWDme0U .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkBWDme0U .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkBWDme0U .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkBWDme0U .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkBWDme0U {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkBWDme0U .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkBWDme0U .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkBWDme0U .container-fluid {
  max-width: 1300px;
}
.cid-tHkBWDme0U li {
  font-weight: 400;
}
.cid-tHkBWDU44S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkBWDU44S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkBWDU44S .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-tHkBWDU44S .container {
    padding: 0 20px;
  }
}
.cid-tHkBWDU44S .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkBWDU44S .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkBWDU44S .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkBWDU44S .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkBWDU44S .mbr-section-title {
  color: #ffffff;
}
.cid-tHkBWDU44S .mbr-section-title,
.cid-tHkBWDU44S .mbr-section-btn,
.cid-tHkBWDU44S .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkDUf05sM {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkDUf05sM .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkDUf05sM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkDUf05sM .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkDUf05sM .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkDUf05sM .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkDUf05sM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkDUf05sM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkDUf05sM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkDUf05sM .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkDUf05sM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkDUf05sM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkDUf05sM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkDUf05sM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkDUf05sM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkDUf05sM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkDUf05sM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkDUf05sM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkDUf05sM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkDUf05sM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkDUf05sM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkDUf05sM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkDUf05sM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkDUf05sM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkDUf05sM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkDUf05sM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkDUf05sM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkDUf05sM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkDUf05sM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkDUf05sM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkDUf05sM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkDUf05sM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkDUf05sM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkDUf05sM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkDUf05sM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkDUf05sM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkDUf05sM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkDUf05sM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkDUf05sM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkDUf05sM .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkDUf05sM .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkDUf05sM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkDUf05sM .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkDUf05sM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkDUf05sM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkDUf05sM .dropdown-item.active,
.cid-tHkDUf05sM .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkDUf05sM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkDUf05sM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkDUf05sM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkDUf05sM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkDUf05sM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkDUf05sM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkDUf05sM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkDUf05sM .navbar-buttons {
  text-align: center;
}
.cid-tHkDUf05sM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkDUf05sM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkDUf05sM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkDUf05sM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkDUf05sM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkDUf05sM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkDUf05sM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkDUf05sM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkDUf05sM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkDUf05sM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkDUf05sM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkDUf05sM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkDUf05sM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkDUf05sM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkDUf05sM .nav-link:hover,
.cid-tHkDUf05sM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkDUf05sM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkDUf05sM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkDUf05sM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkDUfPJxZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkDUfPJxZ {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkDUfPJxZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkDUfPJxZ H1 {
  color: #000000;
}
.cid-tHkDUfPJxZ .mbr-text,
.cid-tHkDUfPJxZ .mbr-section-btn {
  color: #132c70;
}
.cid-tHkDUfPJxZ H3 {
  color: #132c70;
}
.cid-tHkDUfPJxZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkDUfPJxZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkDUfPJxZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkDUfPJxZ .link:hover {
  color: #000000 !important;
}
.cid-tHkDUfPJxZ .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkDUfPJxZ DIV {
  color: #57468b;
}
.cid-tHkDUfPJxZ .text-1 {
  line-height: 1;
}
.cid-tHkDUfPJxZ .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkDUfPJxZ .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkDUfPJxZ .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkDUgq6zG {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkDUgq6zG {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkDUgq6zG h1 {
  color: #ffffff;
}
.cid-tHkDUgq6zG h2 {
  color: #ffffff;
}
.cid-tHkDUgq6zG a {
  color: #ffffff;
}
.cid-tHkDUgq6zG .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkDUgq6zG .animated-element {
  color: #efefef;
}
.cid-tHkDUgq6zG .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkDUgq6zG .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkDUgq6zG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkDUgq6zG .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkDUgq6zG .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkDUgq6zG .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkDUgq6zG .container-fluid {
  max-width: 1300px;
}
.cid-tHkDUgq6zG .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkDUgq6zG .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkDUgq6zG .btn-line {
  margin-top: 3rem;
}
.cid-tHkDUgq6zG .mbr-section-subtitle,
.cid-tHkDUgq6zG .mbr-section-btn {
  color: #000000;
}
.cid-tHkDUh1S37 {
  background-color: #ffffff;
}
.cid-tHkDUh1S37 H2 {
  color: #132c70;
}
.cid-tHkDUh1S37 H3 {
  color: #132c70;
}
.cid-tHkDUh1S37 .mbr-text,
.cid-tHkDUh1S37 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkDUh1S37 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkDUh1S37 img {
  filter: invert(0.5);
}
.cid-tHkDUh1S37 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkDUh1S37 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkDUh1S37 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkDUh1S37 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkDUh1S37 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkDUhAPq4 {
  background-color: #fbf2e7;
}
.cid-tHkDUhAPq4 .photo-split img {
  width: 100%;
}
.cid-tHkDUhAPq4 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkDUhAPq4 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkDUhAPq4 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkDUhAPq4 .wrap-block {
  padding-left: 2rem;
}
.cid-tHkDUhAPq4 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkDUhAPq4 .wrap-block ul li {
  display: inline-block;
}
.cid-tHkDUhAPq4 .wrap-block ul li span {
  text-align: center;
}
.cid-tHkDUhAPq4 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkDUhAPq4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkDUhAPq4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkDUhAPq4 .mbr-list,
.cid-tHkDUhAPq4 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkDUhAPq4 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkDUhAPq4 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkDUhAPq4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkDUhAPq4 .mbr-section-title,
  .cid-tHkDUhAPq4 .mbr-section-subtitle,
  .cid-tHkDUhAPq4 .mbr-text {
    text-align: center !important;
  }
  .cid-tHkDUhAPq4 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkDUhAPq4 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkDUhAPq4 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkDUhAPq4 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkDUhAPq4 .btn-line {
  margin-top: 3rem;
}
.cid-tHkDUhAPq4 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkDUhAPq4 .col-lg-8 {
    order: 2;
  }
  .cid-tHkDUhAPq4 .col-lg-4 {
    order: 1;
  }
}
.cid-tHkDUhAPq4 .mbr-section-title {
  color: #000000;
}
.cid-tHkDUhAPq4 .mbr-text {
  color: #000000;
}
.cid-tHkDUi6ROR {
  background-color: #ffffff;
}
.cid-tHkDUi6ROR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkDUi6ROR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkDUi6ROR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkDUi6ROR .social-media {
  margin-top: 1.5rem;
}
.cid-tHkDUi6ROR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkDUi6ROR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkDUi6ROR .mbr-text,
.cid-tHkDUi6ROR .mbr-offer {
  line-height: 1.5;
}
.cid-tHkDUi6ROR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkDUi6ROR {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkDUi6ROR .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkDUi6ROR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkDUi6ROR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkDUi6ROR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkDUi6ROR .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkDUi6ROR {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkDUi6ROR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkDUi6ROR .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkDUi6ROR .container-fluid {
  max-width: 1300px;
}
.cid-tHkDUi6ROR li {
  font-weight: 400;
}
.cid-tHkDUiFEvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkDUiFEvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkDUiFEvy .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-tHkDUiFEvy .container {
    padding: 0 20px;
  }
}
.cid-tHkDUiFEvy .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkDUiFEvy .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkDUiFEvy .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkDUiFEvy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkDUiFEvy .mbr-section-title {
  color: #ffffff;
}
.cid-tHkDUiFEvy .mbr-section-title,
.cid-tHkDUiFEvy .mbr-section-btn,
.cid-tHkDUiFEvy .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkFZmJfWH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkFZmJfWH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkFZmJfWH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkFZmJfWH .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkFZmJfWH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkFZmJfWH .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkFZmJfWH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkFZmJfWH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkFZmJfWH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkFZmJfWH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkFZmJfWH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkFZmJfWH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkFZmJfWH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkFZmJfWH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkFZmJfWH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkFZmJfWH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkFZmJfWH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkFZmJfWH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkFZmJfWH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkFZmJfWH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkFZmJfWH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkFZmJfWH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkFZmJfWH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkFZmJfWH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkFZmJfWH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkFZmJfWH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkFZmJfWH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkFZmJfWH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkFZmJfWH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkFZmJfWH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkFZmJfWH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkFZmJfWH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkFZmJfWH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkFZmJfWH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkFZmJfWH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkFZmJfWH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkFZmJfWH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkFZmJfWH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkFZmJfWH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkFZmJfWH .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkFZmJfWH .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkFZmJfWH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkFZmJfWH .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkFZmJfWH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkFZmJfWH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkFZmJfWH .dropdown-item.active,
.cid-tHkFZmJfWH .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkFZmJfWH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkFZmJfWH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkFZmJfWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkFZmJfWH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkFZmJfWH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkFZmJfWH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkFZmJfWH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkFZmJfWH .navbar-buttons {
  text-align: center;
}
.cid-tHkFZmJfWH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkFZmJfWH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkFZmJfWH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkFZmJfWH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkFZmJfWH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkFZmJfWH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkFZmJfWH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkFZmJfWH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkFZmJfWH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkFZmJfWH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkFZmJfWH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkFZmJfWH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkFZmJfWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkFZmJfWH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkFZmJfWH .nav-link:hover,
.cid-tHkFZmJfWH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkFZmJfWH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkFZmJfWH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkFZmJfWH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkFZnr94X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkFZnr94X {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkFZnr94X img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkFZnr94X H1 {
  color: #000000;
}
.cid-tHkFZnr94X .mbr-text,
.cid-tHkFZnr94X .mbr-section-btn {
  color: #132c70;
}
.cid-tHkFZnr94X H3 {
  color: #132c70;
}
.cid-tHkFZnr94X .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkFZnr94X .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkFZnr94X .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkFZnr94X .link:hover {
  color: #000000 !important;
}
.cid-tHkFZnr94X .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkFZnr94X DIV {
  color: #57468b;
}
.cid-tHkFZnr94X .text-1 {
  line-height: 1;
}
.cid-tHkFZnr94X .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkFZnr94X .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkFZnr94X .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkFZo0QzN {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkFZo0QzN {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkFZo0QzN h1 {
  color: #ffffff;
}
.cid-tHkFZo0QzN h2 {
  color: #ffffff;
}
.cid-tHkFZo0QzN a {
  color: #ffffff;
}
.cid-tHkFZo0QzN .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkFZo0QzN .animated-element {
  color: #efefef;
}
.cid-tHkFZo0QzN .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkFZo0QzN .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkFZo0QzN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkFZo0QzN .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkFZo0QzN .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkFZo0QzN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkFZo0QzN .container-fluid {
  max-width: 1300px;
}
.cid-tHkFZo0QzN .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkFZo0QzN .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkFZo0QzN .btn-line {
  margin-top: 3rem;
}
.cid-tHkFZo0QzN .mbr-section-subtitle,
.cid-tHkFZo0QzN .mbr-section-btn {
  color: #000000;
}
.cid-tHkFZoBEiO {
  background-color: #ffffff;
}
.cid-tHkFZoBEiO H2 {
  color: #132c70;
}
.cid-tHkFZoBEiO H3 {
  color: #132c70;
}
.cid-tHkFZoBEiO .mbr-text,
.cid-tHkFZoBEiO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkFZoBEiO .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkFZoBEiO img {
  filter: invert(0.5);
}
.cid-tHkFZoBEiO .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkFZoBEiO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkFZoBEiO .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkFZoBEiO {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkFZoBEiO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkFZp67lL {
  background-color: #fbf2e7;
}
.cid-tHkFZp67lL .photo-split img {
  width: 100%;
}
.cid-tHkFZp67lL .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkFZp67lL .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkFZp67lL .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkFZp67lL .wrap-block {
  padding-left: 2rem;
}
.cid-tHkFZp67lL .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkFZp67lL .wrap-block ul li {
  display: inline-block;
}
.cid-tHkFZp67lL .wrap-block ul li span {
  text-align: center;
}
.cid-tHkFZp67lL .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkFZp67lL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkFZp67lL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkFZp67lL .mbr-list,
.cid-tHkFZp67lL .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkFZp67lL {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkFZp67lL .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkFZp67lL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkFZp67lL .mbr-section-title,
  .cid-tHkFZp67lL .mbr-section-subtitle,
  .cid-tHkFZp67lL .mbr-text {
    text-align: center !important;
  }
  .cid-tHkFZp67lL .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkFZp67lL {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkFZp67lL .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkFZp67lL .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkFZp67lL .btn-line {
  margin-top: 3rem;
}
.cid-tHkFZp67lL .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkFZp67lL .col-lg-8 {
    order: 2;
  }
  .cid-tHkFZp67lL .col-lg-4 {
    order: 1;
  }
}
.cid-tHkFZp67lL .mbr-section-title {
  color: #000000;
}
.cid-tHkFZp67lL .mbr-text {
  color: #000000;
}
.cid-tHkFZpDKgJ {
  background-color: #ffffff;
}
.cid-tHkFZpDKgJ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkFZpDKgJ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkFZpDKgJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkFZpDKgJ .social-media {
  margin-top: 1.5rem;
}
.cid-tHkFZpDKgJ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkFZpDKgJ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkFZpDKgJ .mbr-text,
.cid-tHkFZpDKgJ .mbr-offer {
  line-height: 1.5;
}
.cid-tHkFZpDKgJ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkFZpDKgJ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkFZpDKgJ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkFZpDKgJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkFZpDKgJ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkFZpDKgJ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkFZpDKgJ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkFZpDKgJ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkFZpDKgJ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkFZpDKgJ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkFZpDKgJ .container-fluid {
  max-width: 1300px;
}
.cid-tHkFZpDKgJ li {
  font-weight: 400;
}
.cid-tHkFZqdaky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkFZqdaky .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkFZqdaky .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-tHkFZqdaky .container {
    padding: 0 20px;
  }
}
.cid-tHkFZqdaky .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkFZqdaky .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkFZqdaky .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkFZqdaky .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkFZqdaky .mbr-section-title {
  color: #ffffff;
}
.cid-tHkFZqdaky .mbr-section-title,
.cid-tHkFZqdaky .mbr-section-btn,
.cid-tHkFZqdaky .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkIaNYqxG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkIaNYqxG .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkIaNYqxG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkIaNYqxG .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkIaNYqxG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkIaNYqxG .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkIaNYqxG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkIaNYqxG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkIaNYqxG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkIaNYqxG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkIaNYqxG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkIaNYqxG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkIaNYqxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkIaNYqxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkIaNYqxG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkIaNYqxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkIaNYqxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkIaNYqxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkIaNYqxG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkIaNYqxG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkIaNYqxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkIaNYqxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkIaNYqxG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkIaNYqxG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkIaNYqxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkIaNYqxG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkIaNYqxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkIaNYqxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkIaNYqxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkIaNYqxG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkIaNYqxG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkIaNYqxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkIaNYqxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkIaNYqxG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkIaNYqxG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkIaNYqxG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkIaNYqxG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkIaNYqxG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkIaNYqxG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkIaNYqxG .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkIaNYqxG .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkIaNYqxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkIaNYqxG .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkIaNYqxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkIaNYqxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkIaNYqxG .dropdown-item.active,
.cid-tHkIaNYqxG .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkIaNYqxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkIaNYqxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkIaNYqxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkIaNYqxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkIaNYqxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkIaNYqxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkIaNYqxG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkIaNYqxG .navbar-buttons {
  text-align: center;
}
.cid-tHkIaNYqxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkIaNYqxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkIaNYqxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkIaNYqxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkIaNYqxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkIaNYqxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkIaNYqxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkIaNYqxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkIaNYqxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkIaNYqxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkIaNYqxG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkIaNYqxG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkIaNYqxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkIaNYqxG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkIaNYqxG .nav-link:hover,
.cid-tHkIaNYqxG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkIaNYqxG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkIaNYqxG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkIaNYqxG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkIaOF4U4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkIaOF4U4 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkIaOF4U4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkIaOF4U4 H1 {
  color: #000000;
}
.cid-tHkIaOF4U4 .mbr-text,
.cid-tHkIaOF4U4 .mbr-section-btn {
  color: #132c70;
}
.cid-tHkIaOF4U4 H3 {
  color: #132c70;
}
.cid-tHkIaOF4U4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkIaOF4U4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkIaOF4U4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkIaOF4U4 .link:hover {
  color: #000000 !important;
}
.cid-tHkIaOF4U4 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkIaOF4U4 DIV {
  color: #57468b;
}
.cid-tHkIaOF4U4 .text-1 {
  line-height: 1;
}
.cid-tHkIaOF4U4 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkIaOF4U4 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkIaOF4U4 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkIaP8n7B {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkIaP8n7B {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkIaP8n7B h1 {
  color: #ffffff;
}
.cid-tHkIaP8n7B h2 {
  color: #ffffff;
}
.cid-tHkIaP8n7B a {
  color: #ffffff;
}
.cid-tHkIaP8n7B .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkIaP8n7B .animated-element {
  color: #efefef;
}
.cid-tHkIaP8n7B .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkIaP8n7B .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkIaP8n7B .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkIaP8n7B .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkIaP8n7B .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkIaP8n7B .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkIaP8n7B .container-fluid {
  max-width: 1300px;
}
.cid-tHkIaP8n7B .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkIaP8n7B .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkIaP8n7B .btn-line {
  margin-top: 3rem;
}
.cid-tHkIaP8n7B .mbr-section-subtitle,
.cid-tHkIaP8n7B .mbr-section-btn {
  color: #000000;
}
.cid-tHkIaPHmGo {
  background-color: #ffffff;
}
.cid-tHkIaPHmGo H2 {
  color: #132c70;
}
.cid-tHkIaPHmGo H3 {
  color: #132c70;
}
.cid-tHkIaPHmGo .mbr-text,
.cid-tHkIaPHmGo .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkIaPHmGo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkIaPHmGo img {
  filter: invert(0.5);
}
.cid-tHkIaPHmGo .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkIaPHmGo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkIaPHmGo .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkIaPHmGo {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkIaPHmGo .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkIaQeCkC {
  background-color: #fbf2e7;
}
.cid-tHkIaQeCkC .photo-split img {
  width: 100%;
}
.cid-tHkIaQeCkC .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkIaQeCkC .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkIaQeCkC .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkIaQeCkC .wrap-block {
  padding-left: 2rem;
}
.cid-tHkIaQeCkC .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkIaQeCkC .wrap-block ul li {
  display: inline-block;
}
.cid-tHkIaQeCkC .wrap-block ul li span {
  text-align: center;
}
.cid-tHkIaQeCkC .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkIaQeCkC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkIaQeCkC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkIaQeCkC .mbr-list,
.cid-tHkIaQeCkC .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkIaQeCkC {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkIaQeCkC .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkIaQeCkC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkIaQeCkC .mbr-section-title,
  .cid-tHkIaQeCkC .mbr-section-subtitle,
  .cid-tHkIaQeCkC .mbr-text {
    text-align: center !important;
  }
  .cid-tHkIaQeCkC .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkIaQeCkC {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkIaQeCkC .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkIaQeCkC .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkIaQeCkC .btn-line {
  margin-top: 3rem;
}
.cid-tHkIaQeCkC .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkIaQeCkC .col-lg-8 {
    order: 2;
  }
  .cid-tHkIaQeCkC .col-lg-4 {
    order: 1;
  }
}
.cid-tHkIaQeCkC .mbr-section-title {
  color: #000000;
}
.cid-tHkIaQeCkC .mbr-text {
  color: #000000;
}
.cid-tHkIaQLFU5 {
  background-color: #ffffff;
}
.cid-tHkIaQLFU5 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkIaQLFU5 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkIaQLFU5 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkIaQLFU5 .social-media {
  margin-top: 1.5rem;
}
.cid-tHkIaQLFU5 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkIaQLFU5 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkIaQLFU5 .mbr-text,
.cid-tHkIaQLFU5 .mbr-offer {
  line-height: 1.5;
}
.cid-tHkIaQLFU5 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkIaQLFU5 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkIaQLFU5 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkIaQLFU5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkIaQLFU5 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkIaQLFU5 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkIaQLFU5 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkIaQLFU5 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkIaQLFU5 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkIaQLFU5 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkIaQLFU5 .container-fluid {
  max-width: 1300px;
}
.cid-tHkIaQLFU5 li {
  font-weight: 400;
}
.cid-tHkIaRibLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkIaRibLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkIaRibLZ .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-tHkIaRibLZ .container {
    padding: 0 20px;
  }
}
.cid-tHkIaRibLZ .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkIaRibLZ .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkIaRibLZ .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkIaRibLZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkIaRibLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tHkIaRibLZ .mbr-section-title,
.cid-tHkIaRibLZ .mbr-section-btn,
.cid-tHkIaRibLZ .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkILNBjtQ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkILNBjtQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkILNBjtQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkILNBjtQ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkILNBjtQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkILNBjtQ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkILNBjtQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkILNBjtQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkILNBjtQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkILNBjtQ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkILNBjtQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkILNBjtQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkILNBjtQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkILNBjtQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkILNBjtQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkILNBjtQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkILNBjtQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkILNBjtQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkILNBjtQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkILNBjtQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkILNBjtQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkILNBjtQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkILNBjtQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkILNBjtQ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkILNBjtQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkILNBjtQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkILNBjtQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkILNBjtQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkILNBjtQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkILNBjtQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkILNBjtQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkILNBjtQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkILNBjtQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkILNBjtQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkILNBjtQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkILNBjtQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkILNBjtQ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkILNBjtQ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkILNBjtQ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkILNBjtQ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkILNBjtQ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkILNBjtQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkILNBjtQ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkILNBjtQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkILNBjtQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkILNBjtQ .dropdown-item.active,
.cid-tHkILNBjtQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkILNBjtQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkILNBjtQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkILNBjtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkILNBjtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkILNBjtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkILNBjtQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkILNBjtQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkILNBjtQ .navbar-buttons {
  text-align: center;
}
.cid-tHkILNBjtQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkILNBjtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkILNBjtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkILNBjtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkILNBjtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkILNBjtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkILNBjtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkILNBjtQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkILNBjtQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkILNBjtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkILNBjtQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkILNBjtQ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkILNBjtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkILNBjtQ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkILNBjtQ .nav-link:hover,
.cid-tHkILNBjtQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkILNBjtQ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkILNBjtQ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkILNBjtQ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkILO9Ixs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkILO9Ixs {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkILO9Ixs img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkILO9Ixs H1 {
  color: #000000;
}
.cid-tHkILO9Ixs .mbr-text,
.cid-tHkILO9Ixs .mbr-section-btn {
  color: #132c70;
}
.cid-tHkILO9Ixs H3 {
  color: #132c70;
}
.cid-tHkILO9Ixs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkILO9Ixs .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkILO9Ixs .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkILO9Ixs .link:hover {
  color: #000000 !important;
}
.cid-tHkILO9Ixs .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkILO9Ixs DIV {
  color: #57468b;
}
.cid-tHkILO9Ixs .text-1 {
  line-height: 1;
}
.cid-tHkILO9Ixs .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkILO9Ixs .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkILO9Ixs .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkILOFyBd {
  background-color: #fbf2e7;
}
.cid-tHkILOFyBd .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHkILOFyBd .card .card-wrapper {
  height: 1%;
}
.cid-tHkILOFyBd .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHkILOFyBd .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHkILOFyBd .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHkILOFyBd .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHkILOFyBd .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHkILOFyBd {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHkILOFyBd .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkILOFyBd .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkILOFyBd {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHkILOFyBd .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHkILOFyBd .card-btn {
    opacity: 1;
  }
}
.cid-tHkILOFyBd p {
  margin-bottom: 0;
}
.cid-tHkILOFyBd h2 {
  margin-bottom: 1rem;
}
.cid-tHkILOFyBd .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkILOFyBd .btn-line {
  margin-top: 3rem;
}
.cid-tHkILOFyBd .mbr-text,
.cid-tHkILOFyBd .card-btn {
  color: #000000;
}
.cid-tHkILPl1xQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHkILPl1xQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkILPl1xQ .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-tHkILPl1xQ .container {
    padding: 0 16px;
  }
}
.cid-tHkILPl1xQ .card {
  position: relative;
  justify-content: center;
}
.cid-tHkILPl1xQ .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHkILPl1xQ .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHkILPl1xQ .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHkILPl1xQ .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHkILPl1xQ .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHkILPl1xQ .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHkILPl1xQ .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHkILPl1xQ .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHkILPl1xQ .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHkILPl1xQ .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHkILPl1xQ .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHkILPl1xQ .mbr-text {
  color: #000000;
}
.cid-tHkILPl1xQ .mbr-name {
  color: #000000;
}
.cid-tHkILPl1xQ .mbr-desc {
  color: #dce2e3;
}
.cid-tHkILPPYYT {
  background-color: #ffffff;
}
.cid-tHkILPPYYT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkILPPYYT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkILPPYYT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkILPPYYT .social-media {
  margin-top: 1.5rem;
}
.cid-tHkILPPYYT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkILPPYYT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkILPPYYT .mbr-text,
.cid-tHkILPPYYT .mbr-offer {
  line-height: 1.5;
}
.cid-tHkILPPYYT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkILPPYYT {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkILPPYYT .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkILPPYYT .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkILPPYYT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkILPPYYT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkILPPYYT .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkILPPYYT {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkILPPYYT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkILPPYYT .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkILPPYYT .container-fluid {
  max-width: 1300px;
}
.cid-tHkILPPYYT li {
  font-weight: 400;
}
.cid-tHkILQmlr7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkILQmlr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkILQmlr7 .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-tHkILQmlr7 .container {
    padding: 0 20px;
  }
}
.cid-tHkILQmlr7 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkILQmlr7 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkILQmlr7 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkILQmlr7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkILQmlr7 .mbr-section-title {
  color: #ffffff;
}
.cid-tHkILQmlr7 .mbr-section-title,
.cid-tHkILQmlr7 .mbr-section-btn,
.cid-tHkILQmlr7 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkJJ3z6Zn {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkJJ3z6Zn .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkJJ3z6Zn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkJJ3z6Zn .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkJJ3z6Zn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkJJ3z6Zn .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkJJ3z6Zn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkJJ3z6Zn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkJJ3z6Zn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkJJ3z6Zn .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkJJ3z6Zn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkJJ3z6Zn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkJJ3z6Zn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkJJ3z6Zn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkJJ3z6Zn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkJJ3z6Zn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkJJ3z6Zn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkJJ3z6Zn .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkJJ3z6Zn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkJJ3z6Zn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkJJ3z6Zn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkJJ3z6Zn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkJJ3z6Zn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkJJ3z6Zn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkJJ3z6Zn .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkJJ3z6Zn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkJJ3z6Zn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkJJ3z6Zn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkJJ3z6Zn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkJJ3z6Zn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkJJ3z6Zn .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkJJ3z6Zn .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkJJ3z6Zn .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkJJ3z6Zn .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkJJ3z6Zn .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkJJ3z6Zn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkJJ3z6Zn .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkJJ3z6Zn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkJJ3z6Zn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkJJ3z6Zn .dropdown-item.active,
.cid-tHkJJ3z6Zn .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkJJ3z6Zn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkJJ3z6Zn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkJJ3z6Zn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkJJ3z6Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkJJ3z6Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkJJ3z6Zn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkJJ3z6Zn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkJJ3z6Zn .navbar-buttons {
  text-align: center;
}
.cid-tHkJJ3z6Zn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkJJ3z6Zn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkJJ3z6Zn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkJJ3z6Zn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkJJ3z6Zn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkJJ3z6Zn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkJJ3z6Zn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkJJ3z6Zn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkJJ3z6Zn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkJJ3z6Zn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkJJ3z6Zn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkJJ3z6Zn .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkJJ3z6Zn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkJJ3z6Zn .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkJJ3z6Zn .nav-link:hover,
.cid-tHkJJ3z6Zn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkJJ3z6Zn .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkJJ3z6Zn .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkJJ3z6Zn .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkJJ4b2dz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkJJ4b2dz {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkJJ4b2dz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkJJ4b2dz H1 {
  color: #000000;
}
.cid-tHkJJ4b2dz .mbr-text,
.cid-tHkJJ4b2dz .mbr-section-btn {
  color: #132c70;
}
.cid-tHkJJ4b2dz H3 {
  color: #132c70;
}
.cid-tHkJJ4b2dz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkJJ4b2dz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkJJ4b2dz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkJJ4b2dz .link:hover {
  color: #000000 !important;
}
.cid-tHkJJ4b2dz .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkJJ4b2dz DIV {
  color: #57468b;
}
.cid-tHkJJ4b2dz .text-1 {
  line-height: 1;
}
.cid-tHkJJ4b2dz .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkJJ4b2dz .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkJJ4b2dz .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkJJ4Eiw4 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkJJ4Eiw4 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkJJ4Eiw4 h1 {
  color: #ffffff;
}
.cid-tHkJJ4Eiw4 h2 {
  color: #ffffff;
}
.cid-tHkJJ4Eiw4 a {
  color: #ffffff;
}
.cid-tHkJJ4Eiw4 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkJJ4Eiw4 .animated-element {
  color: #efefef;
}
.cid-tHkJJ4Eiw4 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkJJ4Eiw4 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkJJ4Eiw4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkJJ4Eiw4 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkJJ4Eiw4 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkJJ4Eiw4 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkJJ4Eiw4 .container-fluid {
  max-width: 1300px;
}
.cid-tHkJJ4Eiw4 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkJJ4Eiw4 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkJJ4Eiw4 .btn-line {
  margin-top: 3rem;
}
.cid-tHkJJ4Eiw4 .mbr-section-subtitle,
.cid-tHkJJ4Eiw4 .mbr-section-btn {
  color: #000000;
}
.cid-tHkJJ58QP5 {
  background-color: #ffffff;
}
.cid-tHkJJ58QP5 H2 {
  color: #132c70;
}
.cid-tHkJJ58QP5 H3 {
  color: #132c70;
}
.cid-tHkJJ58QP5 .mbr-text,
.cid-tHkJJ58QP5 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkJJ58QP5 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkJJ58QP5 img {
  filter: invert(0.5);
}
.cid-tHkJJ58QP5 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkJJ58QP5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkJJ58QP5 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkJJ58QP5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkJJ58QP5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkJJ5Cp6U {
  background-color: #fbf2e7;
}
.cid-tHkJJ5Cp6U .photo-split img {
  width: 100%;
}
.cid-tHkJJ5Cp6U .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkJJ5Cp6U .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkJJ5Cp6U .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkJJ5Cp6U .wrap-block {
  padding-left: 2rem;
}
.cid-tHkJJ5Cp6U .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkJJ5Cp6U .wrap-block ul li {
  display: inline-block;
}
.cid-tHkJJ5Cp6U .wrap-block ul li span {
  text-align: center;
}
.cid-tHkJJ5Cp6U .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkJJ5Cp6U .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkJJ5Cp6U .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkJJ5Cp6U .mbr-list,
.cid-tHkJJ5Cp6U .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkJJ5Cp6U {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkJJ5Cp6U .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkJJ5Cp6U .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkJJ5Cp6U .mbr-section-title,
  .cid-tHkJJ5Cp6U .mbr-section-subtitle,
  .cid-tHkJJ5Cp6U .mbr-text {
    text-align: center !important;
  }
  .cid-tHkJJ5Cp6U .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkJJ5Cp6U {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkJJ5Cp6U .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkJJ5Cp6U .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkJJ5Cp6U .btn-line {
  margin-top: 3rem;
}
.cid-tHkJJ5Cp6U .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkJJ5Cp6U .col-lg-8 {
    order: 2;
  }
  .cid-tHkJJ5Cp6U .col-lg-4 {
    order: 1;
  }
}
.cid-tHkJJ5Cp6U .mbr-section-title {
  color: #000000;
}
.cid-tHkJJ5Cp6U .mbr-text {
  color: #000000;
}
.cid-tHkJJ68nmv {
  background-color: #ffffff;
}
.cid-tHkJJ68nmv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkJJ68nmv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkJJ68nmv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkJJ68nmv .social-media {
  margin-top: 1.5rem;
}
.cid-tHkJJ68nmv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkJJ68nmv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkJJ68nmv .mbr-text,
.cid-tHkJJ68nmv .mbr-offer {
  line-height: 1.5;
}
.cid-tHkJJ68nmv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkJJ68nmv {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkJJ68nmv .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkJJ68nmv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkJJ68nmv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkJJ68nmv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkJJ68nmv .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkJJ68nmv {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkJJ68nmv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkJJ68nmv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkJJ68nmv .container-fluid {
  max-width: 1300px;
}
.cid-tHkJJ68nmv li {
  font-weight: 400;
}
.cid-tHkJJ6Fn46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkJJ6Fn46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkJJ6Fn46 .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-tHkJJ6Fn46 .container {
    padding: 0 20px;
  }
}
.cid-tHkJJ6Fn46 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkJJ6Fn46 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkJJ6Fn46 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkJJ6Fn46 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkJJ6Fn46 .mbr-section-title {
  color: #ffffff;
}
.cid-tHkJJ6Fn46 .mbr-section-title,
.cid-tHkJJ6Fn46 .mbr-section-btn,
.cid-tHkJJ6Fn46 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkLduN9tf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkLduN9tf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkLduN9tf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkLduN9tf .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkLduN9tf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkLduN9tf .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkLduN9tf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkLduN9tf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkLduN9tf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkLduN9tf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkLduN9tf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkLduN9tf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkLduN9tf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkLduN9tf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkLduN9tf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkLduN9tf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkLduN9tf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkLduN9tf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkLduN9tf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkLduN9tf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkLduN9tf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkLduN9tf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkLduN9tf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkLduN9tf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkLduN9tf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkLduN9tf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkLduN9tf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkLduN9tf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkLduN9tf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkLduN9tf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkLduN9tf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkLduN9tf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkLduN9tf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkLduN9tf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkLduN9tf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkLduN9tf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkLduN9tf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkLduN9tf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkLduN9tf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkLduN9tf .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkLduN9tf .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkLduN9tf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkLduN9tf .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkLduN9tf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkLduN9tf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkLduN9tf .dropdown-item.active,
.cid-tHkLduN9tf .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkLduN9tf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkLduN9tf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkLduN9tf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkLduN9tf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkLduN9tf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkLduN9tf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkLduN9tf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkLduN9tf .navbar-buttons {
  text-align: center;
}
.cid-tHkLduN9tf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkLduN9tf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkLduN9tf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkLduN9tf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkLduN9tf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkLduN9tf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkLduN9tf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkLduN9tf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkLduN9tf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkLduN9tf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkLduN9tf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkLduN9tf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkLduN9tf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkLduN9tf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkLduN9tf .nav-link:hover,
.cid-tHkLduN9tf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkLduN9tf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkLduN9tf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkLduN9tf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkLdvrxBp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkLdvrxBp {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkLdvrxBp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkLdvrxBp H1 {
  color: #000000;
}
.cid-tHkLdvrxBp .mbr-text,
.cid-tHkLdvrxBp .mbr-section-btn {
  color: #132c70;
}
.cid-tHkLdvrxBp H3 {
  color: #132c70;
}
.cid-tHkLdvrxBp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkLdvrxBp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkLdvrxBp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkLdvrxBp .link:hover {
  color: #000000 !important;
}
.cid-tHkLdvrxBp .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkLdvrxBp DIV {
  color: #57468b;
}
.cid-tHkLdvrxBp .text-1 {
  line-height: 1;
}
.cid-tHkLdvrxBp .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkLdvrxBp .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkLdvrxBp .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkLdvWG8e {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkLdvWG8e {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkLdvWG8e h1 {
  color: #ffffff;
}
.cid-tHkLdvWG8e h2 {
  color: #ffffff;
}
.cid-tHkLdvWG8e a {
  color: #ffffff;
}
.cid-tHkLdvWG8e .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkLdvWG8e .animated-element {
  color: #efefef;
}
.cid-tHkLdvWG8e .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkLdvWG8e .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkLdvWG8e .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkLdvWG8e .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkLdvWG8e .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkLdvWG8e .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkLdvWG8e .container-fluid {
  max-width: 1300px;
}
.cid-tHkLdvWG8e .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkLdvWG8e .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkLdvWG8e .btn-line {
  margin-top: 3rem;
}
.cid-tHkLdvWG8e .mbr-section-subtitle,
.cid-tHkLdvWG8e .mbr-section-btn {
  color: #000000;
}
.cid-tHkLdwAYyw {
  background-color: #ffffff;
}
.cid-tHkLdwAYyw H2 {
  color: #132c70;
}
.cid-tHkLdwAYyw H3 {
  color: #132c70;
}
.cid-tHkLdwAYyw .mbr-text,
.cid-tHkLdwAYyw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkLdwAYyw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkLdwAYyw img {
  filter: invert(0.5);
}
.cid-tHkLdwAYyw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkLdwAYyw {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkLdwAYyw .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkLdwAYyw {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkLdwAYyw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkLdx5tbr {
  background-color: #fbf2e7;
}
.cid-tHkLdx5tbr .photo-split img {
  width: 100%;
}
.cid-tHkLdx5tbr .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkLdx5tbr .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkLdx5tbr .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkLdx5tbr .wrap-block {
  padding-left: 2rem;
}
.cid-tHkLdx5tbr .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkLdx5tbr .wrap-block ul li {
  display: inline-block;
}
.cid-tHkLdx5tbr .wrap-block ul li span {
  text-align: center;
}
.cid-tHkLdx5tbr .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkLdx5tbr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkLdx5tbr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkLdx5tbr .mbr-list,
.cid-tHkLdx5tbr .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkLdx5tbr {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkLdx5tbr .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkLdx5tbr .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkLdx5tbr .mbr-section-title,
  .cid-tHkLdx5tbr .mbr-section-subtitle,
  .cid-tHkLdx5tbr .mbr-text {
    text-align: center !important;
  }
  .cid-tHkLdx5tbr .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkLdx5tbr {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkLdx5tbr .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkLdx5tbr .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkLdx5tbr .btn-line {
  margin-top: 3rem;
}
.cid-tHkLdx5tbr .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkLdx5tbr .col-lg-8 {
    order: 2;
  }
  .cid-tHkLdx5tbr .col-lg-4 {
    order: 1;
  }
}
.cid-tHkLdx5tbr .mbr-section-title {
  color: #000000;
}
.cid-tHkLdx5tbr .mbr-text {
  color: #000000;
}
.cid-tHkLdxyd2G {
  background-color: #ffffff;
}
.cid-tHkLdxyd2G .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkLdxyd2G .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkLdxyd2G .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkLdxyd2G .social-media {
  margin-top: 1.5rem;
}
.cid-tHkLdxyd2G .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkLdxyd2G .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkLdxyd2G .mbr-text,
.cid-tHkLdxyd2G .mbr-offer {
  line-height: 1.5;
}
.cid-tHkLdxyd2G .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkLdxyd2G {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkLdxyd2G .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkLdxyd2G .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkLdxyd2G .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkLdxyd2G .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkLdxyd2G .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkLdxyd2G {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkLdxyd2G .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkLdxyd2G .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkLdxyd2G .container-fluid {
  max-width: 1300px;
}
.cid-tHkLdxyd2G li {
  font-weight: 400;
}
.cid-tHkLdy6K2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkLdy6K2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkLdy6K2d .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-tHkLdy6K2d .container {
    padding: 0 20px;
  }
}
.cid-tHkLdy6K2d .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkLdy6K2d .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkLdy6K2d .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkLdy6K2d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkLdy6K2d .mbr-section-title {
  color: #ffffff;
}
.cid-tHkLdy6K2d .mbr-section-title,
.cid-tHkLdy6K2d .mbr-section-btn,
.cid-tHkLdy6K2d .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkNqWB0FD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkNqWB0FD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkNqWB0FD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkNqWB0FD .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkNqWB0FD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkNqWB0FD .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkNqWB0FD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkNqWB0FD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkNqWB0FD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkNqWB0FD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkNqWB0FD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkNqWB0FD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkNqWB0FD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkNqWB0FD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkNqWB0FD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkNqWB0FD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkNqWB0FD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkNqWB0FD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkNqWB0FD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkNqWB0FD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkNqWB0FD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkNqWB0FD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkNqWB0FD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkNqWB0FD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkNqWB0FD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkNqWB0FD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkNqWB0FD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkNqWB0FD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkNqWB0FD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkNqWB0FD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkNqWB0FD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkNqWB0FD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkNqWB0FD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkNqWB0FD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkNqWB0FD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkNqWB0FD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkNqWB0FD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkNqWB0FD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkNqWB0FD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkNqWB0FD .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkNqWB0FD .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkNqWB0FD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkNqWB0FD .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkNqWB0FD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkNqWB0FD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkNqWB0FD .dropdown-item.active,
.cid-tHkNqWB0FD .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkNqWB0FD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkNqWB0FD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkNqWB0FD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkNqWB0FD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkNqWB0FD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkNqWB0FD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkNqWB0FD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkNqWB0FD .navbar-buttons {
  text-align: center;
}
.cid-tHkNqWB0FD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkNqWB0FD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkNqWB0FD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkNqWB0FD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkNqWB0FD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkNqWB0FD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkNqWB0FD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkNqWB0FD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkNqWB0FD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkNqWB0FD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkNqWB0FD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkNqWB0FD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkNqWB0FD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkNqWB0FD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkNqWB0FD .nav-link:hover,
.cid-tHkNqWB0FD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkNqWB0FD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkNqWB0FD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkNqWB0FD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkNqXf2Sm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkNqXf2Sm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkNqXf2Sm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkNqXf2Sm H1 {
  color: #000000;
}
.cid-tHkNqXf2Sm .mbr-text,
.cid-tHkNqXf2Sm .mbr-section-btn {
  color: #132c70;
}
.cid-tHkNqXf2Sm H3 {
  color: #132c70;
}
.cid-tHkNqXf2Sm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkNqXf2Sm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkNqXf2Sm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkNqXf2Sm .link:hover {
  color: #000000 !important;
}
.cid-tHkNqXf2Sm .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkNqXf2Sm DIV {
  color: #57468b;
}
.cid-tHkNqXf2Sm .text-1 {
  line-height: 1;
}
.cid-tHkNqXf2Sm .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkNqXf2Sm .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkNqXf2Sm .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkNqXG7zM {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkNqXG7zM {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkNqXG7zM h1 {
  color: #ffffff;
}
.cid-tHkNqXG7zM h2 {
  color: #ffffff;
}
.cid-tHkNqXG7zM a {
  color: #ffffff;
}
.cid-tHkNqXG7zM .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkNqXG7zM .animated-element {
  color: #efefef;
}
.cid-tHkNqXG7zM .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkNqXG7zM .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkNqXG7zM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkNqXG7zM .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkNqXG7zM .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkNqXG7zM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkNqXG7zM .container-fluid {
  max-width: 1300px;
}
.cid-tHkNqXG7zM .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkNqXG7zM .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkNqXG7zM .btn-line {
  margin-top: 3rem;
}
.cid-tHkNqXG7zM .mbr-section-subtitle,
.cid-tHkNqXG7zM .mbr-section-btn {
  color: #000000;
}
.cid-tHkNqYfcqd {
  background-color: #ffffff;
}
.cid-tHkNqYfcqd H2 {
  color: #132c70;
}
.cid-tHkNqYfcqd H3 {
  color: #132c70;
}
.cid-tHkNqYfcqd .mbr-text,
.cid-tHkNqYfcqd .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkNqYfcqd .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkNqYfcqd img {
  filter: invert(0.5);
}
.cid-tHkNqYfcqd .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkNqYfcqd {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkNqYfcqd .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkNqYfcqd {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkNqYfcqd .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkNqYJe9V {
  background-color: #fbf2e7;
}
.cid-tHkNqYJe9V .photo-split img {
  width: 100%;
}
.cid-tHkNqYJe9V .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkNqYJe9V .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkNqYJe9V .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkNqYJe9V .wrap-block {
  padding-left: 2rem;
}
.cid-tHkNqYJe9V .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkNqYJe9V .wrap-block ul li {
  display: inline-block;
}
.cid-tHkNqYJe9V .wrap-block ul li span {
  text-align: center;
}
.cid-tHkNqYJe9V .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkNqYJe9V .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkNqYJe9V .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkNqYJe9V .mbr-list,
.cid-tHkNqYJe9V .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkNqYJe9V {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkNqYJe9V .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkNqYJe9V .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkNqYJe9V .mbr-section-title,
  .cid-tHkNqYJe9V .mbr-section-subtitle,
  .cid-tHkNqYJe9V .mbr-text {
    text-align: center !important;
  }
  .cid-tHkNqYJe9V .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkNqYJe9V {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkNqYJe9V .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkNqYJe9V .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkNqYJe9V .btn-line {
  margin-top: 3rem;
}
.cid-tHkNqYJe9V .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkNqYJe9V .col-lg-8 {
    order: 2;
  }
  .cid-tHkNqYJe9V .col-lg-4 {
    order: 1;
  }
}
.cid-tHkNqYJe9V .mbr-section-title {
  color: #000000;
}
.cid-tHkNqYJe9V .mbr-text {
  color: #000000;
}
.cid-tHkNqZeior {
  background-color: #ffffff;
}
.cid-tHkNqZeior .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkNqZeior .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkNqZeior .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkNqZeior .social-media {
  margin-top: 1.5rem;
}
.cid-tHkNqZeior .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkNqZeior .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkNqZeior .mbr-text,
.cid-tHkNqZeior .mbr-offer {
  line-height: 1.5;
}
.cid-tHkNqZeior .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkNqZeior {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkNqZeior .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkNqZeior .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkNqZeior .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkNqZeior .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkNqZeior .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkNqZeior {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkNqZeior .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkNqZeior .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkNqZeior .container-fluid {
  max-width: 1300px;
}
.cid-tHkNqZeior li {
  font-weight: 400;
}
.cid-tHkNqZOYDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkNqZOYDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkNqZOYDC .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-tHkNqZOYDC .container {
    padding: 0 20px;
  }
}
.cid-tHkNqZOYDC .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkNqZOYDC .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkNqZOYDC .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkNqZOYDC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkNqZOYDC .mbr-section-title {
  color: #ffffff;
}
.cid-tHkNqZOYDC .mbr-section-title,
.cid-tHkNqZOYDC .mbr-section-btn,
.cid-tHkNqZOYDC .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHkONCseDs {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHkONCseDs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHkONCseDs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHkONCseDs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHkONCseDs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHkONCseDs .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHkONCseDs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHkONCseDs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHkONCseDs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHkONCseDs .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHkONCseDs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHkONCseDs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHkONCseDs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHkONCseDs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHkONCseDs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHkONCseDs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkONCseDs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkONCseDs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHkONCseDs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHkONCseDs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHkONCseDs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkONCseDs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHkONCseDs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHkONCseDs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHkONCseDs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkONCseDs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHkONCseDs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkONCseDs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHkONCseDs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHkONCseDs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHkONCseDs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHkONCseDs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHkONCseDs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHkONCseDs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHkONCseDs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHkONCseDs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHkONCseDs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHkONCseDs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHkONCseDs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHkONCseDs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHkONCseDs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHkONCseDs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHkONCseDs .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHkONCseDs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkONCseDs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkONCseDs .dropdown-item.active,
.cid-tHkONCseDs .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkONCseDs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHkONCseDs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkONCseDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkONCseDs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHkONCseDs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHkONCseDs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkONCseDs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHkONCseDs .navbar-buttons {
  text-align: center;
}
.cid-tHkONCseDs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHkONCseDs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHkONCseDs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHkONCseDs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkONCseDs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHkONCseDs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHkONCseDs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkONCseDs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHkONCseDs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHkONCseDs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHkONCseDs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHkONCseDs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHkONCseDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHkONCseDs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHkONCseDs .nav-link:hover,
.cid-tHkONCseDs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHkONCseDs .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHkONCseDs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHkONCseDs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHkOND5c67 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHkOND5c67 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHkOND5c67 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHkOND5c67 H1 {
  color: #000000;
}
.cid-tHkOND5c67 .mbr-text,
.cid-tHkOND5c67 .mbr-section-btn {
  color: #132c70;
}
.cid-tHkOND5c67 H3 {
  color: #132c70;
}
.cid-tHkOND5c67 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHkOND5c67 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHkOND5c67 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHkOND5c67 .link:hover {
  color: #000000 !important;
}
.cid-tHkOND5c67 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHkOND5c67 DIV {
  color: #57468b;
}
.cid-tHkOND5c67 .text-1 {
  line-height: 1;
}
.cid-tHkOND5c67 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHkOND5c67 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHkOND5c67 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHkONDAobP {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHkONDAobP {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHkONDAobP h1 {
  color: #ffffff;
}
.cid-tHkONDAobP h2 {
  color: #ffffff;
}
.cid-tHkONDAobP a {
  color: #ffffff;
}
.cid-tHkONDAobP .btn-line::after {
  background-color: #ffffff;
}
.cid-tHkONDAobP .animated-element {
  color: #efefef;
}
.cid-tHkONDAobP .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHkONDAobP .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHkONDAobP .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkONDAobP .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkONDAobP .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHkONDAobP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkONDAobP .container-fluid {
  max-width: 1300px;
}
.cid-tHkONDAobP .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHkONDAobP .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHkONDAobP .btn-line {
  margin-top: 3rem;
}
.cid-tHkONDAobP .mbr-section-subtitle,
.cid-tHkONDAobP .mbr-section-btn {
  color: #000000;
}
.cid-tHkONE8eV2 {
  background-color: #ffffff;
}
.cid-tHkONE8eV2 H2 {
  color: #132c70;
}
.cid-tHkONE8eV2 H3 {
  color: #132c70;
}
.cid-tHkONE8eV2 .mbr-text,
.cid-tHkONE8eV2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHkONE8eV2 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHkONE8eV2 img {
  filter: invert(0.5);
}
.cid-tHkONE8eV2 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHkONE8eV2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHkONE8eV2 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkONE8eV2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHkONE8eV2 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkONEE3L8 {
  background-color: #fbf2e7;
}
.cid-tHkONEE3L8 .photo-split img {
  width: 100%;
}
.cid-tHkONEE3L8 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHkONEE3L8 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHkONEE3L8 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHkONEE3L8 .wrap-block {
  padding-left: 2rem;
}
.cid-tHkONEE3L8 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHkONEE3L8 .wrap-block ul li {
  display: inline-block;
}
.cid-tHkONEE3L8 .wrap-block ul li span {
  text-align: center;
}
.cid-tHkONEE3L8 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHkONEE3L8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkONEE3L8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHkONEE3L8 .mbr-list,
.cid-tHkONEE3L8 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHkONEE3L8 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHkONEE3L8 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHkONEE3L8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkONEE3L8 .mbr-section-title,
  .cid-tHkONEE3L8 .mbr-section-subtitle,
  .cid-tHkONEE3L8 .mbr-text {
    text-align: center !important;
  }
  .cid-tHkONEE3L8 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHkONEE3L8 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkONEE3L8 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHkONEE3L8 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHkONEE3L8 .btn-line {
  margin-top: 3rem;
}
.cid-tHkONEE3L8 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHkONEE3L8 .col-lg-8 {
    order: 2;
  }
  .cid-tHkONEE3L8 .col-lg-4 {
    order: 1;
  }
}
.cid-tHkONEE3L8 .mbr-section-title {
  color: #000000;
}
.cid-tHkONEE3L8 .mbr-text {
  color: #000000;
}
.cid-tHkONF9oBe {
  background-color: #ffffff;
}
.cid-tHkONF9oBe .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHkONF9oBe .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHkONF9oBe .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHkONF9oBe .social-media {
  margin-top: 1.5rem;
}
.cid-tHkONF9oBe .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHkONF9oBe .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHkONF9oBe .mbr-text,
.cid-tHkONF9oBe .mbr-offer {
  line-height: 1.5;
}
.cid-tHkONF9oBe .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHkONF9oBe {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHkONF9oBe .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHkONF9oBe .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHkONF9oBe .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHkONF9oBe .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHkONF9oBe .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHkONF9oBe {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHkONF9oBe .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHkONF9oBe .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHkONF9oBe .container-fluid {
  max-width: 1300px;
}
.cid-tHkONF9oBe li {
  font-weight: 400;
}
.cid-tHkONFGDb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHkONFGDb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkONFGDb8 .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-tHkONFGDb8 .container {
    padding: 0 20px;
  }
}
.cid-tHkONFGDb8 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkONFGDb8 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHkONFGDb8 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHkONFGDb8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkONFGDb8 .mbr-section-title {
  color: #ffffff;
}
.cid-tHkONFGDb8 .mbr-section-title,
.cid-tHkONFGDb8 .mbr-section-btn,
.cid-tHkONFGDb8 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHl3PaLLyu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHl3PaLLyu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHl3PaLLyu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHl3PaLLyu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHl3PaLLyu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHl3PaLLyu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHl3PaLLyu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHl3PaLLyu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHl3PaLLyu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHl3PaLLyu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHl3PaLLyu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHl3PaLLyu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHl3PaLLyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHl3PaLLyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHl3PaLLyu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHl3PaLLyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHl3PaLLyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHl3PaLLyu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHl3PaLLyu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHl3PaLLyu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHl3PaLLyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHl3PaLLyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHl3PaLLyu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHl3PaLLyu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHl3PaLLyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHl3PaLLyu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHl3PaLLyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHl3PaLLyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHl3PaLLyu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHl3PaLLyu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHl3PaLLyu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHl3PaLLyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHl3PaLLyu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHl3PaLLyu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHl3PaLLyu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHl3PaLLyu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHl3PaLLyu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHl3PaLLyu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHl3PaLLyu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHl3PaLLyu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHl3PaLLyu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHl3PaLLyu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHl3PaLLyu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHl3PaLLyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHl3PaLLyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHl3PaLLyu .dropdown-item.active,
.cid-tHl3PaLLyu .dropdown-item:active {
  background-color: transparent;
}
.cid-tHl3PaLLyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHl3PaLLyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHl3PaLLyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHl3PaLLyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHl3PaLLyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHl3PaLLyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHl3PaLLyu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHl3PaLLyu .navbar-buttons {
  text-align: center;
}
.cid-tHl3PaLLyu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHl3PaLLyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHl3PaLLyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHl3PaLLyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl3PaLLyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl3PaLLyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHl3PaLLyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl3PaLLyu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHl3PaLLyu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHl3PaLLyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl3PaLLyu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHl3PaLLyu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHl3PaLLyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHl3PaLLyu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHl3PaLLyu .nav-link:hover,
.cid-tHl3PaLLyu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHl3PaLLyu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHl3PaLLyu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHl3PaLLyu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHl3PbpVoX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHl3PbpVoX {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHl3PbpVoX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHl3PbpVoX H1 {
  color: #000000;
}
.cid-tHl3PbpVoX .mbr-text,
.cid-tHl3PbpVoX .mbr-section-btn {
  color: #132c70;
}
.cid-tHl3PbpVoX H3 {
  color: #132c70;
}
.cid-tHl3PbpVoX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHl3PbpVoX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHl3PbpVoX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHl3PbpVoX .link:hover {
  color: #000000 !important;
}
.cid-tHl3PbpVoX .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHl3PbpVoX DIV {
  color: #57468b;
}
.cid-tHl3PbpVoX .text-1 {
  line-height: 1;
}
.cid-tHl3PbpVoX .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHl3PbpVoX .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHl3PbpVoX .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHl3PbSIYY {
  background-color: #fbf2e7;
}
.cid-tHl3PbSIYY .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHl3PbSIYY .card .card-wrapper {
  height: 1%;
}
.cid-tHl3PbSIYY .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHl3PbSIYY .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHl3PbSIYY .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHl3PbSIYY .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHl3PbSIYY .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHl3PbSIYY {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHl3PbSIYY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl3PbSIYY .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl3PbSIYY {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHl3PbSIYY .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHl3PbSIYY .card-btn {
    opacity: 1;
  }
}
.cid-tHl3PbSIYY p {
  margin-bottom: 0;
}
.cid-tHl3PbSIYY h2 {
  margin-bottom: 1rem;
}
.cid-tHl3PbSIYY .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHl3PbSIYY .btn-line {
  margin-top: 3rem;
}
.cid-tHl3PbSIYY .mbr-text,
.cid-tHl3PbSIYY .card-btn {
  color: #000000;
}
.cid-tHl3PcwtZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHl3PcwtZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl3PcwtZO .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-tHl3PcwtZO .container {
    padding: 0 16px;
  }
}
.cid-tHl3PcwtZO .card {
  position: relative;
  justify-content: center;
}
.cid-tHl3PcwtZO .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHl3PcwtZO .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHl3PcwtZO .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHl3PcwtZO .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHl3PcwtZO .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHl3PcwtZO .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHl3PcwtZO .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHl3PcwtZO .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHl3PcwtZO .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHl3PcwtZO .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHl3PcwtZO .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHl3PcwtZO .mbr-text {
  color: #000000;
}
.cid-tHl3PcwtZO .mbr-name {
  color: #000000;
}
.cid-tHl3PcwtZO .mbr-desc {
  color: #dce2e3;
}
.cid-tHl3Pd2vOo {
  background-color: #ffffff;
}
.cid-tHl3Pd2vOo .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHl3Pd2vOo .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHl3Pd2vOo .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHl3Pd2vOo .social-media {
  margin-top: 1.5rem;
}
.cid-tHl3Pd2vOo .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl3Pd2vOo .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHl3Pd2vOo .mbr-text,
.cid-tHl3Pd2vOo .mbr-offer {
  line-height: 1.5;
}
.cid-tHl3Pd2vOo .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHl3Pd2vOo {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHl3Pd2vOo .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHl3Pd2vOo .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl3Pd2vOo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHl3Pd2vOo .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHl3Pd2vOo .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl3Pd2vOo {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl3Pd2vOo .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHl3Pd2vOo .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHl3Pd2vOo .container-fluid {
  max-width: 1300px;
}
.cid-tHl3Pd2vOo li {
  font-weight: 400;
}
.cid-tHl3PdzytW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHl3PdzytW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl3PdzytW .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-tHl3PdzytW .container {
    padding: 0 20px;
  }
}
.cid-tHl3PdzytW .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHl3PdzytW .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHl3PdzytW .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHl3PdzytW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHl3PdzytW .mbr-section-title {
  color: #ffffff;
}
.cid-tHl3PdzytW .mbr-section-title,
.cid-tHl3PdzytW .mbr-section-btn,
.cid-tHl3PdzytW .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHl57lYRgZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHl57lYRgZ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHl57lYRgZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHl57lYRgZ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHl57lYRgZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHl57lYRgZ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHl57lYRgZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHl57lYRgZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHl57lYRgZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHl57lYRgZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHl57lYRgZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHl57lYRgZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHl57lYRgZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHl57lYRgZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHl57lYRgZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHl57lYRgZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHl57lYRgZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHl57lYRgZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHl57lYRgZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHl57lYRgZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHl57lYRgZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHl57lYRgZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHl57lYRgZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHl57lYRgZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHl57lYRgZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHl57lYRgZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHl57lYRgZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHl57lYRgZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHl57lYRgZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHl57lYRgZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHl57lYRgZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHl57lYRgZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHl57lYRgZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHl57lYRgZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHl57lYRgZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHl57lYRgZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHl57lYRgZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHl57lYRgZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHl57lYRgZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHl57lYRgZ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHl57lYRgZ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHl57lYRgZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHl57lYRgZ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHl57lYRgZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHl57lYRgZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHl57lYRgZ .dropdown-item.active,
.cid-tHl57lYRgZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tHl57lYRgZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHl57lYRgZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHl57lYRgZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHl57lYRgZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHl57lYRgZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHl57lYRgZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHl57lYRgZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHl57lYRgZ .navbar-buttons {
  text-align: center;
}
.cid-tHl57lYRgZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHl57lYRgZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHl57lYRgZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHl57lYRgZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl57lYRgZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl57lYRgZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHl57lYRgZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl57lYRgZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHl57lYRgZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHl57lYRgZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl57lYRgZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHl57lYRgZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHl57lYRgZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHl57lYRgZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHl57lYRgZ .nav-link:hover,
.cid-tHl57lYRgZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHl57lYRgZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHl57lYRgZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHl57lYRgZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHl57mENgV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHl57mENgV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHl57mENgV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHl57mENgV H1 {
  color: #000000;
}
.cid-tHl57mENgV .mbr-text,
.cid-tHl57mENgV .mbr-section-btn {
  color: #132c70;
}
.cid-tHl57mENgV H3 {
  color: #132c70;
}
.cid-tHl57mENgV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHl57mENgV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHl57mENgV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHl57mENgV .link:hover {
  color: #000000 !important;
}
.cid-tHl57mENgV .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHl57mENgV DIV {
  color: #57468b;
}
.cid-tHl57mENgV .text-1 {
  line-height: 1;
}
.cid-tHl57mENgV .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHl57mENgV .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHl57mENgV .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHl57n9vM9 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHl57n9vM9 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHl57n9vM9 h1 {
  color: #ffffff;
}
.cid-tHl57n9vM9 h2 {
  color: #ffffff;
}
.cid-tHl57n9vM9 a {
  color: #ffffff;
}
.cid-tHl57n9vM9 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHl57n9vM9 .animated-element {
  color: #efefef;
}
.cid-tHl57n9vM9 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHl57n9vM9 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHl57n9vM9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl57n9vM9 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl57n9vM9 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHl57n9vM9 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl57n9vM9 .container-fluid {
  max-width: 1300px;
}
.cid-tHl57n9vM9 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHl57n9vM9 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHl57n9vM9 .btn-line {
  margin-top: 3rem;
}
.cid-tHl57n9vM9 .mbr-section-subtitle,
.cid-tHl57n9vM9 .mbr-section-btn {
  color: #000000;
}
.cid-tHl57nCKnt {
  background-color: #ffffff;
}
.cid-tHl57nCKnt H2 {
  color: #132c70;
}
.cid-tHl57nCKnt H3 {
  color: #132c70;
}
.cid-tHl57nCKnt .mbr-text,
.cid-tHl57nCKnt .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHl57nCKnt .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHl57nCKnt img {
  filter: invert(0.5);
}
.cid-tHl57nCKnt .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHl57nCKnt {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHl57nCKnt .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl57nCKnt {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHl57nCKnt .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl57o7CJP {
  background-color: #fbf2e7;
}
.cid-tHl57o7CJP .photo-split img {
  width: 100%;
}
.cid-tHl57o7CJP .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHl57o7CJP .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHl57o7CJP .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHl57o7CJP .wrap-block {
  padding-left: 2rem;
}
.cid-tHl57o7CJP .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHl57o7CJP .wrap-block ul li {
  display: inline-block;
}
.cid-tHl57o7CJP .wrap-block ul li span {
  text-align: center;
}
.cid-tHl57o7CJP .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHl57o7CJP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl57o7CJP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHl57o7CJP .mbr-list,
.cid-tHl57o7CJP .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHl57o7CJP {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHl57o7CJP .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHl57o7CJP .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl57o7CJP .mbr-section-title,
  .cid-tHl57o7CJP .mbr-section-subtitle,
  .cid-tHl57o7CJP .mbr-text {
    text-align: center !important;
  }
  .cid-tHl57o7CJP .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHl57o7CJP {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl57o7CJP .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHl57o7CJP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl57o7CJP .btn-line {
  margin-top: 3rem;
}
.cid-tHl57o7CJP .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHl57o7CJP .col-lg-8 {
    order: 2;
  }
  .cid-tHl57o7CJP .col-lg-4 {
    order: 1;
  }
}
.cid-tHl57o7CJP .mbr-section-title {
  color: #000000;
}
.cid-tHl57o7CJP .mbr-text {
  color: #000000;
}
.cid-tHl57oEdOX {
  background-color: #ffffff;
}
.cid-tHl57oEdOX .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHl57oEdOX .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHl57oEdOX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHl57oEdOX .social-media {
  margin-top: 1.5rem;
}
.cid-tHl57oEdOX .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl57oEdOX .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHl57oEdOX .mbr-text,
.cid-tHl57oEdOX .mbr-offer {
  line-height: 1.5;
}
.cid-tHl57oEdOX .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHl57oEdOX {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHl57oEdOX .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHl57oEdOX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl57oEdOX .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHl57oEdOX .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHl57oEdOX .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl57oEdOX {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl57oEdOX .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHl57oEdOX .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHl57oEdOX .container-fluid {
  max-width: 1300px;
}
.cid-tHl57oEdOX li {
  font-weight: 400;
}
.cid-tHl57pcd5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHl57pcd5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl57pcd5l .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-tHl57pcd5l .container {
    padding: 0 20px;
  }
}
.cid-tHl57pcd5l .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHl57pcd5l .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHl57pcd5l .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHl57pcd5l .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHl57pcd5l .mbr-section-title {
  color: #ffffff;
}
.cid-tHl57pcd5l .mbr-section-title,
.cid-tHl57pcd5l .mbr-section-btn,
.cid-tHl57pcd5l .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHl6wosgiL {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHl6wosgiL .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHl6wosgiL .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHl6wosgiL .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHl6wosgiL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHl6wosgiL .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHl6wosgiL .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHl6wosgiL .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHl6wosgiL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHl6wosgiL .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHl6wosgiL .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHl6wosgiL .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHl6wosgiL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHl6wosgiL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHl6wosgiL .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHl6wosgiL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHl6wosgiL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHl6wosgiL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHl6wosgiL .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHl6wosgiL .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHl6wosgiL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHl6wosgiL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHl6wosgiL .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHl6wosgiL .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHl6wosgiL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHl6wosgiL .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHl6wosgiL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHl6wosgiL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHl6wosgiL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHl6wosgiL .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHl6wosgiL .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHl6wosgiL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHl6wosgiL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHl6wosgiL .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHl6wosgiL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHl6wosgiL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHl6wosgiL .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHl6wosgiL .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHl6wosgiL .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHl6wosgiL .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHl6wosgiL .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHl6wosgiL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHl6wosgiL .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHl6wosgiL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHl6wosgiL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHl6wosgiL .dropdown-item.active,
.cid-tHl6wosgiL .dropdown-item:active {
  background-color: transparent;
}
.cid-tHl6wosgiL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHl6wosgiL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHl6wosgiL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHl6wosgiL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHl6wosgiL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHl6wosgiL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHl6wosgiL ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHl6wosgiL .navbar-buttons {
  text-align: center;
}
.cid-tHl6wosgiL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHl6wosgiL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHl6wosgiL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHl6wosgiL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl6wosgiL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl6wosgiL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHl6wosgiL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl6wosgiL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHl6wosgiL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHl6wosgiL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl6wosgiL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHl6wosgiL .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHl6wosgiL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHl6wosgiL .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHl6wosgiL .nav-link:hover,
.cid-tHl6wosgiL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHl6wosgiL .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHl6wosgiL .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHl6wosgiL .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHl6wp50og {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHl6wp50og {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHl6wp50og img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHl6wp50og H1 {
  color: #000000;
}
.cid-tHl6wp50og .mbr-text,
.cid-tHl6wp50og .mbr-section-btn {
  color: #132c70;
}
.cid-tHl6wp50og H3 {
  color: #132c70;
}
.cid-tHl6wp50og .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHl6wp50og .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHl6wp50og .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHl6wp50og .link:hover {
  color: #000000 !important;
}
.cid-tHl6wp50og .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHl6wp50og DIV {
  color: #57468b;
}
.cid-tHl6wp50og .text-1 {
  line-height: 1;
}
.cid-tHl6wp50og .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHl6wp50og .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHl6wp50og .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHl6wpzB8n {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHl6wpzB8n {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHl6wpzB8n h1 {
  color: #ffffff;
}
.cid-tHl6wpzB8n h2 {
  color: #ffffff;
}
.cid-tHl6wpzB8n a {
  color: #ffffff;
}
.cid-tHl6wpzB8n .btn-line::after {
  background-color: #ffffff;
}
.cid-tHl6wpzB8n .animated-element {
  color: #efefef;
}
.cid-tHl6wpzB8n .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHl6wpzB8n .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHl6wpzB8n .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl6wpzB8n .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl6wpzB8n .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHl6wpzB8n .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl6wpzB8n .container-fluid {
  max-width: 1300px;
}
.cid-tHl6wpzB8n .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHl6wpzB8n .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHl6wpzB8n .btn-line {
  margin-top: 3rem;
}
.cid-tHl6wpzB8n .mbr-section-subtitle,
.cid-tHl6wpzB8n .mbr-section-btn {
  color: #000000;
}
.cid-tHl6wq7XjN {
  background-color: #ffffff;
}
.cid-tHl6wq7XjN H2 {
  color: #132c70;
}
.cid-tHl6wq7XjN H3 {
  color: #132c70;
}
.cid-tHl6wq7XjN .mbr-text,
.cid-tHl6wq7XjN .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHl6wq7XjN .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHl6wq7XjN img {
  filter: invert(0.5);
}
.cid-tHl6wq7XjN .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHl6wq7XjN {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHl6wq7XjN .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl6wq7XjN {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHl6wq7XjN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl6wqCcIb {
  background-color: #fbf2e7;
}
.cid-tHl6wqCcIb .photo-split img {
  width: 100%;
}
.cid-tHl6wqCcIb .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHl6wqCcIb .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHl6wqCcIb .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHl6wqCcIb .wrap-block {
  padding-left: 2rem;
}
.cid-tHl6wqCcIb .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHl6wqCcIb .wrap-block ul li {
  display: inline-block;
}
.cid-tHl6wqCcIb .wrap-block ul li span {
  text-align: center;
}
.cid-tHl6wqCcIb .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHl6wqCcIb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl6wqCcIb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHl6wqCcIb .mbr-list,
.cid-tHl6wqCcIb .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHl6wqCcIb {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHl6wqCcIb .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHl6wqCcIb .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl6wqCcIb .mbr-section-title,
  .cid-tHl6wqCcIb .mbr-section-subtitle,
  .cid-tHl6wqCcIb .mbr-text {
    text-align: center !important;
  }
  .cid-tHl6wqCcIb .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHl6wqCcIb {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl6wqCcIb .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHl6wqCcIb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl6wqCcIb .btn-line {
  margin-top: 3rem;
}
.cid-tHl6wqCcIb .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHl6wqCcIb .col-lg-8 {
    order: 2;
  }
  .cid-tHl6wqCcIb .col-lg-4 {
    order: 1;
  }
}
.cid-tHl6wqCcIb .mbr-section-title {
  color: #000000;
}
.cid-tHl6wqCcIb .mbr-text {
  color: #000000;
}
.cid-tHl6wr98Vf {
  background-color: #ffffff;
}
.cid-tHl6wr98Vf .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHl6wr98Vf .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHl6wr98Vf .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHl6wr98Vf .social-media {
  margin-top: 1.5rem;
}
.cid-tHl6wr98Vf .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl6wr98Vf .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHl6wr98Vf .mbr-text,
.cid-tHl6wr98Vf .mbr-offer {
  line-height: 1.5;
}
.cid-tHl6wr98Vf .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHl6wr98Vf {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHl6wr98Vf .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHl6wr98Vf .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl6wr98Vf .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHl6wr98Vf .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHl6wr98Vf .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl6wr98Vf {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl6wr98Vf .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHl6wr98Vf .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHl6wr98Vf .container-fluid {
  max-width: 1300px;
}
.cid-tHl6wr98Vf li {
  font-weight: 400;
}
.cid-tHl6wrJ9UG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHl6wrJ9UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl6wrJ9UG .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-tHl6wrJ9UG .container {
    padding: 0 20px;
  }
}
.cid-tHl6wrJ9UG .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHl6wrJ9UG .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHl6wrJ9UG .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHl6wrJ9UG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHl6wrJ9UG .mbr-section-title {
  color: #ffffff;
}
.cid-tHl6wrJ9UG .mbr-section-title,
.cid-tHl6wrJ9UG .mbr-section-btn,
.cid-tHl6wrJ9UG .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHl84sS2Ul {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHl84sS2Ul .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHl84sS2Ul .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHl84sS2Ul .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHl84sS2Ul .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHl84sS2Ul .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHl84sS2Ul .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHl84sS2Ul .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHl84sS2Ul .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHl84sS2Ul .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHl84sS2Ul .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHl84sS2Ul .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHl84sS2Ul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHl84sS2Ul .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHl84sS2Ul .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHl84sS2Ul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHl84sS2Ul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHl84sS2Ul .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHl84sS2Ul .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHl84sS2Ul .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHl84sS2Ul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHl84sS2Ul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHl84sS2Ul .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHl84sS2Ul .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHl84sS2Ul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHl84sS2Ul .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHl84sS2Ul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHl84sS2Ul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHl84sS2Ul .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHl84sS2Ul .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHl84sS2Ul .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHl84sS2Ul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHl84sS2Ul .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHl84sS2Ul .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHl84sS2Ul .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHl84sS2Ul .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHl84sS2Ul .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHl84sS2Ul .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHl84sS2Ul .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHl84sS2Ul .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHl84sS2Ul .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHl84sS2Ul .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHl84sS2Ul .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHl84sS2Ul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHl84sS2Ul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHl84sS2Ul .dropdown-item.active,
.cid-tHl84sS2Ul .dropdown-item:active {
  background-color: transparent;
}
.cid-tHl84sS2Ul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHl84sS2Ul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHl84sS2Ul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHl84sS2Ul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHl84sS2Ul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHl84sS2Ul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHl84sS2Ul ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHl84sS2Ul .navbar-buttons {
  text-align: center;
}
.cid-tHl84sS2Ul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHl84sS2Ul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHl84sS2Ul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHl84sS2Ul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl84sS2Ul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl84sS2Ul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHl84sS2Ul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl84sS2Ul nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHl84sS2Ul nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHl84sS2Ul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl84sS2Ul a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHl84sS2Ul .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHl84sS2Ul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHl84sS2Ul .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHl84sS2Ul .nav-link:hover,
.cid-tHl84sS2Ul .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHl84sS2Ul .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHl84sS2Ul .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHl84sS2Ul .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHl84txqIn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHl84txqIn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHl84txqIn img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHl84txqIn H1 {
  color: #000000;
}
.cid-tHl84txqIn .mbr-text,
.cid-tHl84txqIn .mbr-section-btn {
  color: #132c70;
}
.cid-tHl84txqIn H3 {
  color: #132c70;
}
.cid-tHl84txqIn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHl84txqIn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHl84txqIn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHl84txqIn .link:hover {
  color: #000000 !important;
}
.cid-tHl84txqIn .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHl84txqIn DIV {
  color: #57468b;
}
.cid-tHl84txqIn .text-1 {
  line-height: 1;
}
.cid-tHl84txqIn .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHl84txqIn .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHl84txqIn .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHl84u2jt0 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHl84u2jt0 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHl84u2jt0 h1 {
  color: #ffffff;
}
.cid-tHl84u2jt0 h2 {
  color: #ffffff;
}
.cid-tHl84u2jt0 a {
  color: #ffffff;
}
.cid-tHl84u2jt0 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHl84u2jt0 .animated-element {
  color: #efefef;
}
.cid-tHl84u2jt0 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHl84u2jt0 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHl84u2jt0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl84u2jt0 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl84u2jt0 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHl84u2jt0 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl84u2jt0 .container-fluid {
  max-width: 1300px;
}
.cid-tHl84u2jt0 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHl84u2jt0 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHl84u2jt0 .btn-line {
  margin-top: 3rem;
}
.cid-tHl84u2jt0 .mbr-section-subtitle,
.cid-tHl84u2jt0 .mbr-section-btn {
  color: #000000;
}
.cid-tHl84uCAlV {
  background-color: #ffffff;
}
.cid-tHl84uCAlV H2 {
  color: #132c70;
}
.cid-tHl84uCAlV H3 {
  color: #132c70;
}
.cid-tHl84uCAlV .mbr-text,
.cid-tHl84uCAlV .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHl84uCAlV .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHl84uCAlV img {
  filter: invert(0.5);
}
.cid-tHl84uCAlV .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHl84uCAlV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHl84uCAlV .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl84uCAlV {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHl84uCAlV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwtawdgoJ {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHwtawdgoJ {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHwtawdgoJ h1 {
  color: #ffffff;
}
.cid-tHwtawdgoJ h2 {
  color: #ffffff;
}
.cid-tHwtawdgoJ a {
  color: #ffffff;
}
.cid-tHwtawdgoJ .btn-line::after {
  background-color: #ffffff;
}
.cid-tHwtawdgoJ .animated-element {
  color: #efefef;
}
.cid-tHwtawdgoJ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHwtawdgoJ .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHwtawdgoJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHwtawdgoJ .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHwtawdgoJ .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHwtawdgoJ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwtawdgoJ .container-fluid {
  max-width: 1300px;
}
.cid-tHwtawdgoJ .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHwtawdgoJ .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHwtawdgoJ .btn-line {
  margin-top: 3rem;
}
.cid-tHwtawdgoJ .mbr-section-subtitle,
.cid-tHwtawdgoJ .mbr-section-btn {
  color: #000000;
}
.cid-uw504mbEq6 {
  background-color: #ffffff;
}
.cid-uw504mbEq6 H2 {
  color: #132c70;
}
.cid-uw504mbEq6 H3 {
  color: #132c70;
}
.cid-uw504mbEq6 .mbr-text,
.cid-uw504mbEq6 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uw504mbEq6 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uw504mbEq6 img {
  filter: invert(0.5);
}
.cid-uw504mbEq6 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-uw504mbEq6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uw504mbEq6 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uw504mbEq6 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-uw504mbEq6 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwtbEBdri {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHwtbEBdri {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHwtbEBdri h1 {
  color: #ffffff;
}
.cid-tHwtbEBdri h2 {
  color: #ffffff;
}
.cid-tHwtbEBdri a {
  color: #ffffff;
}
.cid-tHwtbEBdri .btn-line::after {
  background-color: #ffffff;
}
.cid-tHwtbEBdri .animated-element {
  color: #efefef;
}
.cid-tHwtbEBdri .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHwtbEBdri .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHwtbEBdri .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHwtbEBdri .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHwtbEBdri .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHwtbEBdri .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwtbEBdri .container-fluid {
  max-width: 1300px;
}
.cid-tHwtbEBdri .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHwtbEBdri .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHwtbEBdri .btn-line {
  margin-top: 3rem;
}
.cid-tHwtbEBdri .mbr-section-subtitle,
.cid-tHwtbEBdri .mbr-section-btn {
  color: #000000;
}
.cid-tHl84v6pmJ {
  background-color: #fbf2e7;
}
.cid-tHl84v6pmJ .photo-split img {
  width: 100%;
}
.cid-tHl84v6pmJ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHl84v6pmJ .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHl84v6pmJ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHl84v6pmJ .wrap-block {
  padding-left: 2rem;
}
.cid-tHl84v6pmJ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHl84v6pmJ .wrap-block ul li {
  display: inline-block;
}
.cid-tHl84v6pmJ .wrap-block ul li span {
  text-align: center;
}
.cid-tHl84v6pmJ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHl84v6pmJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl84v6pmJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHl84v6pmJ .mbr-list,
.cid-tHl84v6pmJ .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHl84v6pmJ {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHl84v6pmJ .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHl84v6pmJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl84v6pmJ .mbr-section-title,
  .cid-tHl84v6pmJ .mbr-section-subtitle,
  .cid-tHl84v6pmJ .mbr-text {
    text-align: center !important;
  }
  .cid-tHl84v6pmJ .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHl84v6pmJ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl84v6pmJ .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHl84v6pmJ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHl84v6pmJ .btn-line {
  margin-top: 3rem;
}
.cid-tHl84v6pmJ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHl84v6pmJ .col-lg-8 {
    order: 2;
  }
  .cid-tHl84v6pmJ .col-lg-4 {
    order: 1;
  }
}
.cid-tHl84v6pmJ .mbr-section-title {
  color: #000000;
}
.cid-tHl84v6pmJ .mbr-text {
  color: #000000;
}
.cid-tHl84vBcYp {
  background-color: #ffffff;
}
.cid-tHl84vBcYp .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHl84vBcYp .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHl84vBcYp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHl84vBcYp .social-media {
  margin-top: 1.5rem;
}
.cid-tHl84vBcYp .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl84vBcYp .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHl84vBcYp .mbr-text,
.cid-tHl84vBcYp .mbr-offer {
  line-height: 1.5;
}
.cid-tHl84vBcYp .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHl84vBcYp {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHl84vBcYp .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHl84vBcYp .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl84vBcYp .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHl84vBcYp .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHl84vBcYp .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl84vBcYp {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl84vBcYp .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHl84vBcYp .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHl84vBcYp .container-fluid {
  max-width: 1300px;
}
.cid-tHl84vBcYp li {
  font-weight: 400;
}
.cid-tHl84weWQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHl84weWQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl84weWQ1 .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-tHl84weWQ1 .container {
    padding: 0 20px;
  }
}
.cid-tHl84weWQ1 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHl84weWQ1 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHl84weWQ1 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHl84weWQ1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHl84weWQ1 .mbr-section-title {
  color: #ffffff;
}
.cid-tHl84weWQ1 .mbr-section-title,
.cid-tHl84weWQ1 .mbr-section-btn,
.cid-tHl84weWQ1 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHl8XgnFO9 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHl8XgnFO9 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHl8XgnFO9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHl8XgnFO9 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHl8XgnFO9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHl8XgnFO9 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHl8XgnFO9 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHl8XgnFO9 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHl8XgnFO9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHl8XgnFO9 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHl8XgnFO9 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHl8XgnFO9 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHl8XgnFO9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHl8XgnFO9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHl8XgnFO9 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHl8XgnFO9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHl8XgnFO9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHl8XgnFO9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHl8XgnFO9 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHl8XgnFO9 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHl8XgnFO9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHl8XgnFO9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHl8XgnFO9 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHl8XgnFO9 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHl8XgnFO9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHl8XgnFO9 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHl8XgnFO9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHl8XgnFO9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHl8XgnFO9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHl8XgnFO9 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHl8XgnFO9 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHl8XgnFO9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHl8XgnFO9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHl8XgnFO9 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHl8XgnFO9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHl8XgnFO9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHl8XgnFO9 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHl8XgnFO9 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHl8XgnFO9 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHl8XgnFO9 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHl8XgnFO9 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHl8XgnFO9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHl8XgnFO9 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHl8XgnFO9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHl8XgnFO9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHl8XgnFO9 .dropdown-item.active,
.cid-tHl8XgnFO9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHl8XgnFO9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHl8XgnFO9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHl8XgnFO9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHl8XgnFO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHl8XgnFO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHl8XgnFO9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHl8XgnFO9 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHl8XgnFO9 .navbar-buttons {
  text-align: center;
}
.cid-tHl8XgnFO9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHl8XgnFO9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHl8XgnFO9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHl8XgnFO9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl8XgnFO9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHl8XgnFO9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHl8XgnFO9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl8XgnFO9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHl8XgnFO9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHl8XgnFO9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHl8XgnFO9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHl8XgnFO9 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHl8XgnFO9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHl8XgnFO9 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHl8XgnFO9 .nav-link:hover,
.cid-tHl8XgnFO9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHl8XgnFO9 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHl8XgnFO9 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHl8XgnFO9 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHl8XgYQo7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHl8XgYQo7 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHl8XgYQo7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHl8XgYQo7 H1 {
  color: #000000;
}
.cid-tHl8XgYQo7 .mbr-text,
.cid-tHl8XgYQo7 .mbr-section-btn {
  color: #132c70;
}
.cid-tHl8XgYQo7 H3 {
  color: #132c70;
}
.cid-tHl8XgYQo7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHl8XgYQo7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHl8XgYQo7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHl8XgYQo7 .link:hover {
  color: #000000 !important;
}
.cid-tHl8XgYQo7 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHl8XgYQo7 DIV {
  color: #57468b;
}
.cid-tHl8XgYQo7 .text-1 {
  line-height: 1;
}
.cid-tHl8XgYQo7 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHl8XgYQo7 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHl8XgYQo7 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHl8XhtYuV {
  background-color: #fbf2e7;
}
.cid-tHl8XhtYuV .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHl8XhtYuV .card .card-wrapper {
  height: 1%;
}
.cid-tHl8XhtYuV .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHl8XhtYuV .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHl8XhtYuV .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHl8XhtYuV .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHl8XhtYuV .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHl8XhtYuV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHl8XhtYuV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl8XhtYuV .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl8XhtYuV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHl8XhtYuV .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHl8XhtYuV .card-btn {
    opacity: 1;
  }
}
.cid-tHl8XhtYuV p {
  margin-bottom: 0;
}
.cid-tHl8XhtYuV h2 {
  margin-bottom: 1rem;
}
.cid-tHl8XhtYuV .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHl8XhtYuV .btn-line {
  margin-top: 3rem;
}
.cid-tHl8XhtYuV .mbr-text,
.cid-tHl8XhtYuV .card-btn {
  color: #000000;
}
.cid-tHl8Xi8moi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHl8Xi8moi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl8Xi8moi .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-tHl8Xi8moi .container {
    padding: 0 16px;
  }
}
.cid-tHl8Xi8moi .card {
  position: relative;
  justify-content: center;
}
.cid-tHl8Xi8moi .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHl8Xi8moi .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHl8Xi8moi .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHl8Xi8moi .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHl8Xi8moi .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHl8Xi8moi .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHl8Xi8moi .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHl8Xi8moi .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHl8Xi8moi .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHl8Xi8moi .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHl8Xi8moi .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHl8Xi8moi .mbr-text {
  color: #000000;
}
.cid-tHl8Xi8moi .mbr-name {
  color: #000000;
}
.cid-tHl8Xi8moi .mbr-desc {
  color: #dce2e3;
}
.cid-tHl8XiIQq8 {
  background-color: #ffffff;
}
.cid-tHl8XiIQq8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHl8XiIQq8 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHl8XiIQq8 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHl8XiIQq8 .social-media {
  margin-top: 1.5rem;
}
.cid-tHl8XiIQq8 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHl8XiIQq8 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHl8XiIQq8 .mbr-text,
.cid-tHl8XiIQq8 .mbr-offer {
  line-height: 1.5;
}
.cid-tHl8XiIQq8 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHl8XiIQq8 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHl8XiIQq8 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHl8XiIQq8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHl8XiIQq8 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHl8XiIQq8 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHl8XiIQq8 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHl8XiIQq8 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHl8XiIQq8 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHl8XiIQq8 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHl8XiIQq8 .container-fluid {
  max-width: 1300px;
}
.cid-tHl8XiIQq8 li {
  font-weight: 400;
}
.cid-tHl8Xjn2C0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHl8Xjn2C0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHl8Xjn2C0 .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-tHl8Xjn2C0 .container {
    padding: 0 20px;
  }
}
.cid-tHl8Xjn2C0 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHl8Xjn2C0 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHl8Xjn2C0 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHl8Xjn2C0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHl8Xjn2C0 .mbr-section-title {
  color: #ffffff;
}
.cid-tHl8Xjn2C0 .mbr-section-title,
.cid-tHl8Xjn2C0 .mbr-section-btn,
.cid-tHl8Xjn2C0 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHlfCNqbW8 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHlfCNqbW8 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHlfCNqbW8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHlfCNqbW8 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHlfCNqbW8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHlfCNqbW8 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHlfCNqbW8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHlfCNqbW8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHlfCNqbW8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHlfCNqbW8 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHlfCNqbW8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHlfCNqbW8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHlfCNqbW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHlfCNqbW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHlfCNqbW8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHlfCNqbW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHlfCNqbW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHlfCNqbW8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHlfCNqbW8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHlfCNqbW8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHlfCNqbW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHlfCNqbW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHlfCNqbW8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHlfCNqbW8 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHlfCNqbW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHlfCNqbW8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHlfCNqbW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHlfCNqbW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHlfCNqbW8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHlfCNqbW8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHlfCNqbW8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHlfCNqbW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHlfCNqbW8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHlfCNqbW8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHlfCNqbW8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHlfCNqbW8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHlfCNqbW8 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHlfCNqbW8 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHlfCNqbW8 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHlfCNqbW8 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHlfCNqbW8 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHlfCNqbW8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHlfCNqbW8 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHlfCNqbW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHlfCNqbW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHlfCNqbW8 .dropdown-item.active,
.cid-tHlfCNqbW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHlfCNqbW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHlfCNqbW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHlfCNqbW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHlfCNqbW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHlfCNqbW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHlfCNqbW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHlfCNqbW8 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHlfCNqbW8 .navbar-buttons {
  text-align: center;
}
.cid-tHlfCNqbW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHlfCNqbW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHlfCNqbW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHlfCNqbW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlfCNqbW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlfCNqbW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHlfCNqbW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlfCNqbW8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHlfCNqbW8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHlfCNqbW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlfCNqbW8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHlfCNqbW8 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHlfCNqbW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHlfCNqbW8 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHlfCNqbW8 .nav-link:hover,
.cid-tHlfCNqbW8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHlfCNqbW8 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHlfCNqbW8 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHlfCNqbW8 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHlfCO5Rua {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHlfCO5Rua {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHlfCO5Rua img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHlfCO5Rua H1 {
  color: #000000;
}
.cid-tHlfCO5Rua .mbr-text,
.cid-tHlfCO5Rua .mbr-section-btn {
  color: #132c70;
}
.cid-tHlfCO5Rua H3 {
  color: #132c70;
}
.cid-tHlfCO5Rua .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHlfCO5Rua .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHlfCO5Rua .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHlfCO5Rua .link:hover {
  color: #000000 !important;
}
.cid-tHlfCO5Rua .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHlfCO5Rua DIV {
  color: #57468b;
}
.cid-tHlfCO5Rua .text-1 {
  line-height: 1;
}
.cid-tHlfCO5Rua .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHlfCO5Rua .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHlfCO5Rua .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHlfCOzQvs {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHlfCOzQvs {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHlfCOzQvs h1 {
  color: #ffffff;
}
.cid-tHlfCOzQvs h2 {
  color: #ffffff;
}
.cid-tHlfCOzQvs a {
  color: #ffffff;
}
.cid-tHlfCOzQvs .btn-line::after {
  background-color: #ffffff;
}
.cid-tHlfCOzQvs .animated-element {
  color: #efefef;
}
.cid-tHlfCOzQvs .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHlfCOzQvs .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHlfCOzQvs .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlfCOzQvs .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlfCOzQvs .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHlfCOzQvs .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlfCOzQvs .container-fluid {
  max-width: 1300px;
}
.cid-tHlfCOzQvs .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHlfCOzQvs .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHlfCOzQvs .btn-line {
  margin-top: 3rem;
}
.cid-tHlfCOzQvs .mbr-section-subtitle,
.cid-tHlfCOzQvs .mbr-section-btn {
  color: #000000;
}
.cid-tHlfCP87U3 {
  background-color: #ffffff;
}
.cid-tHlfCP87U3 H2 {
  color: #132c70;
}
.cid-tHlfCP87U3 H3 {
  color: #132c70;
}
.cid-tHlfCP87U3 .mbr-text,
.cid-tHlfCP87U3 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHlfCP87U3 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHlfCP87U3 img {
  filter: invert(0.5);
}
.cid-tHlfCP87U3 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHlfCP87U3 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHlfCP87U3 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlfCP87U3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHlfCP87U3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlfCPGvbm {
  background-color: #fbf2e7;
}
.cid-tHlfCPGvbm .photo-split img {
  width: 100%;
}
.cid-tHlfCPGvbm .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHlfCPGvbm .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHlfCPGvbm .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHlfCPGvbm .wrap-block {
  padding-left: 2rem;
}
.cid-tHlfCPGvbm .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHlfCPGvbm .wrap-block ul li {
  display: inline-block;
}
.cid-tHlfCPGvbm .wrap-block ul li span {
  text-align: center;
}
.cid-tHlfCPGvbm .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHlfCPGvbm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlfCPGvbm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHlfCPGvbm .mbr-list,
.cid-tHlfCPGvbm .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHlfCPGvbm {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHlfCPGvbm .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHlfCPGvbm .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlfCPGvbm .mbr-section-title,
  .cid-tHlfCPGvbm .mbr-section-subtitle,
  .cid-tHlfCPGvbm .mbr-text {
    text-align: center !important;
  }
  .cid-tHlfCPGvbm .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHlfCPGvbm {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlfCPGvbm .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHlfCPGvbm .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlfCPGvbm .btn-line {
  margin-top: 3rem;
}
.cid-tHlfCPGvbm .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHlfCPGvbm .col-lg-8 {
    order: 2;
  }
  .cid-tHlfCPGvbm .col-lg-4 {
    order: 1;
  }
}
.cid-tHlfCPGvbm .mbr-section-title {
  color: #000000;
}
.cid-tHlfCPGvbm .mbr-text {
  color: #000000;
}
.cid-tHlfCQdqLv {
  background-color: #ffffff;
}
.cid-tHlfCQdqLv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHlfCQdqLv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHlfCQdqLv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHlfCQdqLv .social-media {
  margin-top: 1.5rem;
}
.cid-tHlfCQdqLv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlfCQdqLv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHlfCQdqLv .mbr-text,
.cid-tHlfCQdqLv .mbr-offer {
  line-height: 1.5;
}
.cid-tHlfCQdqLv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHlfCQdqLv {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHlfCQdqLv .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHlfCQdqLv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlfCQdqLv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHlfCQdqLv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHlfCQdqLv .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlfCQdqLv {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlfCQdqLv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHlfCQdqLv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHlfCQdqLv .container-fluid {
  max-width: 1300px;
}
.cid-tHlfCQdqLv li {
  font-weight: 400;
}
.cid-tHlfCQOS5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHlfCQOS5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHlfCQOS5e .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-tHlfCQOS5e .container {
    padding: 0 20px;
  }
}
.cid-tHlfCQOS5e .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHlfCQOS5e .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHlfCQOS5e .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHlfCQOS5e .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHlfCQOS5e .mbr-section-title {
  color: #ffffff;
}
.cid-tHlfCQOS5e .mbr-section-title,
.cid-tHlfCQOS5e .mbr-section-btn,
.cid-tHlfCQOS5e .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHlef2EMxv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHlef2EMxv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHlef2EMxv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHlef2EMxv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHlef2EMxv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHlef2EMxv .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHlef2EMxv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHlef2EMxv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHlef2EMxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHlef2EMxv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHlef2EMxv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHlef2EMxv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHlef2EMxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHlef2EMxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHlef2EMxv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHlef2EMxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHlef2EMxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHlef2EMxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHlef2EMxv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHlef2EMxv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHlef2EMxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHlef2EMxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHlef2EMxv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHlef2EMxv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHlef2EMxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHlef2EMxv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHlef2EMxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHlef2EMxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHlef2EMxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHlef2EMxv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHlef2EMxv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHlef2EMxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHlef2EMxv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHlef2EMxv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHlef2EMxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHlef2EMxv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHlef2EMxv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHlef2EMxv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHlef2EMxv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHlef2EMxv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHlef2EMxv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHlef2EMxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHlef2EMxv .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHlef2EMxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHlef2EMxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHlef2EMxv .dropdown-item.active,
.cid-tHlef2EMxv .dropdown-item:active {
  background-color: transparent;
}
.cid-tHlef2EMxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHlef2EMxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHlef2EMxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHlef2EMxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHlef2EMxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHlef2EMxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHlef2EMxv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHlef2EMxv .navbar-buttons {
  text-align: center;
}
.cid-tHlef2EMxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHlef2EMxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHlef2EMxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHlef2EMxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlef2EMxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlef2EMxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHlef2EMxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlef2EMxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHlef2EMxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHlef2EMxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlef2EMxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHlef2EMxv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHlef2EMxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHlef2EMxv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHlef2EMxv .nav-link:hover,
.cid-tHlef2EMxv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHlef2EMxv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHlef2EMxv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHlef2EMxv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHlef3mdb0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHlef3mdb0 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHlef3mdb0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHlef3mdb0 H1 {
  color: #000000;
}
.cid-tHlef3mdb0 .mbr-text,
.cid-tHlef3mdb0 .mbr-section-btn {
  color: #132c70;
}
.cid-tHlef3mdb0 H3 {
  color: #132c70;
}
.cid-tHlef3mdb0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHlef3mdb0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHlef3mdb0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHlef3mdb0 .link:hover {
  color: #000000 !important;
}
.cid-tHlef3mdb0 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHlef3mdb0 DIV {
  color: #57468b;
}
.cid-tHlef3mdb0 .text-1 {
  line-height: 1;
}
.cid-tHlef3mdb0 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHlef3mdb0 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHlef3mdb0 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHlef3RXFR {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHlef3RXFR {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHlef3RXFR h1 {
  color: #ffffff;
}
.cid-tHlef3RXFR h2 {
  color: #ffffff;
}
.cid-tHlef3RXFR a {
  color: #ffffff;
}
.cid-tHlef3RXFR .btn-line::after {
  background-color: #ffffff;
}
.cid-tHlef3RXFR .animated-element {
  color: #efefef;
}
.cid-tHlef3RXFR .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHlef3RXFR .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHlef3RXFR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlef3RXFR .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlef3RXFR .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHlef3RXFR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlef3RXFR .container-fluid {
  max-width: 1300px;
}
.cid-tHlef3RXFR .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHlef3RXFR .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHlef3RXFR .btn-line {
  margin-top: 3rem;
}
.cid-tHlef3RXFR .mbr-section-subtitle,
.cid-tHlef3RXFR .mbr-section-btn {
  color: #000000;
}
.cid-tHlef4qj7o {
  background-color: #ffffff;
}
.cid-tHlef4qj7o H2 {
  color: #132c70;
}
.cid-tHlef4qj7o H3 {
  color: #132c70;
}
.cid-tHlef4qj7o .mbr-text,
.cid-tHlef4qj7o .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHlef4qj7o .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHlef4qj7o img {
  filter: invert(0.5);
}
.cid-tHlef4qj7o .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHlef4qj7o {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHlef4qj7o .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlef4qj7o {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHlef4qj7o .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlef4ZgSG {
  background-color: #fbf2e7;
}
.cid-tHlef4ZgSG .photo-split img {
  width: 100%;
}
.cid-tHlef4ZgSG .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHlef4ZgSG .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHlef4ZgSG .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHlef4ZgSG .wrap-block {
  padding-left: 2rem;
}
.cid-tHlef4ZgSG .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHlef4ZgSG .wrap-block ul li {
  display: inline-block;
}
.cid-tHlef4ZgSG .wrap-block ul li span {
  text-align: center;
}
.cid-tHlef4ZgSG .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHlef4ZgSG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlef4ZgSG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHlef4ZgSG .mbr-list,
.cid-tHlef4ZgSG .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHlef4ZgSG {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHlef4ZgSG .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHlef4ZgSG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlef4ZgSG .mbr-section-title,
  .cid-tHlef4ZgSG .mbr-section-subtitle,
  .cid-tHlef4ZgSG .mbr-text {
    text-align: center !important;
  }
  .cid-tHlef4ZgSG .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHlef4ZgSG {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlef4ZgSG .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHlef4ZgSG .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlef4ZgSG .btn-line {
  margin-top: 3rem;
}
.cid-tHlef4ZgSG .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHlef4ZgSG .col-lg-8 {
    order: 2;
  }
  .cid-tHlef4ZgSG .col-lg-4 {
    order: 1;
  }
}
.cid-tHlef4ZgSG .mbr-section-title {
  color: #000000;
}
.cid-tHlef4ZgSG .mbr-text {
  color: #000000;
}
.cid-tHlef5wnww {
  background-color: #ffffff;
}
.cid-tHlef5wnww .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHlef5wnww .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHlef5wnww .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHlef5wnww .social-media {
  margin-top: 1.5rem;
}
.cid-tHlef5wnww .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlef5wnww .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHlef5wnww .mbr-text,
.cid-tHlef5wnww .mbr-offer {
  line-height: 1.5;
}
.cid-tHlef5wnww .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHlef5wnww {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHlef5wnww .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHlef5wnww .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlef5wnww .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHlef5wnww .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHlef5wnww .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlef5wnww {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlef5wnww .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHlef5wnww .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHlef5wnww .container-fluid {
  max-width: 1300px;
}
.cid-tHlef5wnww li {
  font-weight: 400;
}
.cid-tHlef680kS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHlef680kS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHlef680kS .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-tHlef680kS .container {
    padding: 0 20px;
  }
}
.cid-tHlef680kS .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHlef680kS .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHlef680kS .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHlef680kS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHlef680kS .mbr-section-title {
  color: #ffffff;
}
.cid-tHlef680kS .mbr-section-title,
.cid-tHlef680kS .mbr-section-btn,
.cid-tHlef680kS .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHljbYhsAA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHljbYhsAA .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHljbYhsAA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHljbYhsAA .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHljbYhsAA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHljbYhsAA .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHljbYhsAA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHljbYhsAA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHljbYhsAA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHljbYhsAA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHljbYhsAA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHljbYhsAA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHljbYhsAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHljbYhsAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHljbYhsAA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHljbYhsAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHljbYhsAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHljbYhsAA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHljbYhsAA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHljbYhsAA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHljbYhsAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHljbYhsAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHljbYhsAA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHljbYhsAA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHljbYhsAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHljbYhsAA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHljbYhsAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHljbYhsAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHljbYhsAA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHljbYhsAA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHljbYhsAA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHljbYhsAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHljbYhsAA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHljbYhsAA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHljbYhsAA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHljbYhsAA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHljbYhsAA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHljbYhsAA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHljbYhsAA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHljbYhsAA .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHljbYhsAA .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHljbYhsAA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHljbYhsAA .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHljbYhsAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHljbYhsAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHljbYhsAA .dropdown-item.active,
.cid-tHljbYhsAA .dropdown-item:active {
  background-color: transparent;
}
.cid-tHljbYhsAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHljbYhsAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHljbYhsAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHljbYhsAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHljbYhsAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHljbYhsAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHljbYhsAA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHljbYhsAA .navbar-buttons {
  text-align: center;
}
.cid-tHljbYhsAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHljbYhsAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHljbYhsAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHljbYhsAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHljbYhsAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHljbYhsAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHljbYhsAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHljbYhsAA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHljbYhsAA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHljbYhsAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHljbYhsAA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHljbYhsAA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHljbYhsAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHljbYhsAA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHljbYhsAA .nav-link:hover,
.cid-tHljbYhsAA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHljbYhsAA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHljbYhsAA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHljbYhsAA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHljbZuV1t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHljbZuV1t {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHljbZuV1t img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHljbZuV1t H1 {
  color: #000000;
}
.cid-tHljbZuV1t .mbr-text,
.cid-tHljbZuV1t .mbr-section-btn {
  color: #132c70;
}
.cid-tHljbZuV1t H3 {
  color: #132c70;
}
.cid-tHljbZuV1t .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHljbZuV1t .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHljbZuV1t .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHljbZuV1t .link:hover {
  color: #000000 !important;
}
.cid-tHljbZuV1t .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHljbZuV1t DIV {
  color: #57468b;
}
.cid-tHljbZuV1t .text-1 {
  line-height: 1;
}
.cid-tHljbZuV1t .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHljbZuV1t .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHljbZuV1t .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHljc05ZqO {
  background-color: #fbf2e7;
}
.cid-tHljc05ZqO .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHljc05ZqO .card .card-wrapper {
  height: 1%;
}
.cid-tHljc05ZqO .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHljc05ZqO .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHljc05ZqO .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHljc05ZqO .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHljc05ZqO .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHljc05ZqO {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHljc05ZqO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHljc05ZqO .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHljc05ZqO {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHljc05ZqO .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHljc05ZqO .card-btn {
    opacity: 1;
  }
}
.cid-tHljc05ZqO p {
  margin-bottom: 0;
}
.cid-tHljc05ZqO h2 {
  margin-bottom: 1rem;
}
.cid-tHljc05ZqO .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHljc05ZqO .btn-line {
  margin-top: 3rem;
}
.cid-tHljc05ZqO .mbr-text,
.cid-tHljc05ZqO .card-btn {
  color: #000000;
}
.cid-tHljGpWOii {
  background-color: #fbf2e7;
}
.cid-tHljGpWOii .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHljGpWOii .card .card-wrapper {
  height: 1%;
}
.cid-tHljGpWOii .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHljGpWOii .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHljGpWOii .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHljGpWOii .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHljGpWOii .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHljGpWOii {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHljGpWOii .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHljGpWOii .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHljGpWOii {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHljGpWOii .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHljGpWOii .card-btn {
    opacity: 1;
  }
}
.cid-tHljGpWOii p {
  margin-bottom: 0;
}
.cid-tHljGpWOii h2 {
  margin-bottom: 1rem;
}
.cid-tHljGpWOii .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHljGpWOii .btn-line {
  margin-top: 3rem;
}
.cid-tHljGpWOii .mbr-text,
.cid-tHljGpWOii .card-btn {
  color: #000000;
}
.cid-tHljc0SUD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHljc0SUD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHljc0SUD0 .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-tHljc0SUD0 .container {
    padding: 0 16px;
  }
}
.cid-tHljc0SUD0 .card {
  position: relative;
  justify-content: center;
}
.cid-tHljc0SUD0 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHljc0SUD0 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHljc0SUD0 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHljc0SUD0 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHljc0SUD0 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHljc0SUD0 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHljc0SUD0 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHljc0SUD0 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHljc0SUD0 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHljc0SUD0 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHljc0SUD0 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHljc0SUD0 .mbr-text {
  color: #000000;
}
.cid-tHljc0SUD0 .mbr-name {
  color: #000000;
}
.cid-tHljc0SUD0 .mbr-desc {
  color: #dce2e3;
}
.cid-tHljc1z1Jo {
  background-color: #ffffff;
}
.cid-tHljc1z1Jo .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHljc1z1Jo .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHljc1z1Jo .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHljc1z1Jo .social-media {
  margin-top: 1.5rem;
}
.cid-tHljc1z1Jo .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHljc1z1Jo .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHljc1z1Jo .mbr-text,
.cid-tHljc1z1Jo .mbr-offer {
  line-height: 1.5;
}
.cid-tHljc1z1Jo .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHljc1z1Jo {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHljc1z1Jo .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHljc1z1Jo .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHljc1z1Jo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHljc1z1Jo .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHljc1z1Jo .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHljc1z1Jo {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHljc1z1Jo .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHljc1z1Jo .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHljc1z1Jo .container-fluid {
  max-width: 1300px;
}
.cid-tHljc1z1Jo li {
  font-weight: 400;
}
.cid-tHljc2cujO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHljc2cujO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHljc2cujO .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-tHljc2cujO .container {
    padding: 0 20px;
  }
}
.cid-tHljc2cujO .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHljc2cujO .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHljc2cujO .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHljc2cujO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHljc2cujO .mbr-section-title {
  color: #ffffff;
}
.cid-tHljc2cujO .mbr-section-title,
.cid-tHljc2cujO .mbr-section-btn,
.cid-tHljc2cujO .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tGiIBPR5WN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGiIBPR5WN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tGiIBPR5WN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tGiIBPR5WN .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tGiIBPR5WN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGiIBPR5WN .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tGiIBPR5WN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGiIBPR5WN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGiIBPR5WN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGiIBPR5WN .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tGiIBPR5WN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tGiIBPR5WN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGiIBPR5WN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGiIBPR5WN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tGiIBPR5WN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGiIBPR5WN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGiIBPR5WN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGiIBPR5WN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGiIBPR5WN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGiIBPR5WN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tGiIBPR5WN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGiIBPR5WN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGiIBPR5WN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGiIBPR5WN .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tGiIBPR5WN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiIBPR5WN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGiIBPR5WN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiIBPR5WN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiIBPR5WN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGiIBPR5WN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGiIBPR5WN .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tGiIBPR5WN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiIBPR5WN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tGiIBPR5WN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGiIBPR5WN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tGiIBPR5WN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGiIBPR5WN .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tGiIBPR5WN .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tGiIBPR5WN .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tGiIBPR5WN .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tGiIBPR5WN .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tGiIBPR5WN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGiIBPR5WN .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tGiIBPR5WN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiIBPR5WN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGiIBPR5WN .dropdown-item.active,
.cid-tGiIBPR5WN .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiIBPR5WN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tGiIBPR5WN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiIBPR5WN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiIBPR5WN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGiIBPR5WN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGiIBPR5WN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiIBPR5WN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGiIBPR5WN .navbar-buttons {
  text-align: center;
}
.cid-tGiIBPR5WN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGiIBPR5WN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGiIBPR5WN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGiIBPR5WN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiIBPR5WN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGiIBPR5WN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGiIBPR5WN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiIBPR5WN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGiIBPR5WN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGiIBPR5WN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGiIBPR5WN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tGiIBPR5WN .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tGiIBPR5WN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGiIBPR5WN .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tGiIBPR5WN .nav-link:hover,
.cid-tGiIBPR5WN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGiIBPR5WN .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tGiIBPR5WN .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tGiIBPR5WN .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tGiIBRkhRG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tGiIBRkhRG {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tGiIBRkhRG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tGiIBRkhRG H1 {
  color: #000000;
}
.cid-tGiIBRkhRG .mbr-text,
.cid-tGiIBRkhRG .mbr-section-btn {
  color: #132c70;
}
.cid-tGiIBRkhRG H3 {
  color: #132c70;
}
.cid-tGiIBRkhRG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGiIBRkhRG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tGiIBRkhRG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tGiIBRkhRG .link:hover {
  color: #000000 !important;
}
.cid-tGiIBRkhRG .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tGiIBRkhRG DIV {
  color: #57468b;
}
.cid-tGiIBRkhRG .text-1 {
  line-height: 1;
}
.cid-tGiIBRkhRG .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tGiIBRkhRG .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGiIBRkhRG .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tGiIBRYmLb {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tGiIBRYmLb {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tGiIBRYmLb h1 {
  color: #ffffff;
}
.cid-tGiIBRYmLb h2 {
  color: #ffffff;
}
.cid-tGiIBRYmLb a {
  color: #ffffff;
}
.cid-tGiIBRYmLb .btn-line::after {
  background-color: #ffffff;
}
.cid-tGiIBRYmLb .animated-element {
  color: #efefef;
}
.cid-tGiIBRYmLb .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tGiIBRYmLb .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tGiIBRYmLb .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiIBRYmLb .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiIBRYmLb .mbr-white {
    padding-left: 6rem;
  }
  .cid-tGiIBRYmLb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiIBRYmLb .container-fluid {
  max-width: 1300px;
}
.cid-tGiIBRYmLb .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tGiIBRYmLb .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tGiIBRYmLb .btn-line {
  margin-top: 3rem;
}
.cid-tGiIBRYmLb .mbr-section-subtitle,
.cid-tGiIBRYmLb .mbr-section-btn {
  color: #000000;
}
.cid-tGiIBSI2sv {
  background-color: #ffffff;
}
.cid-tGiIBSI2sv H2 {
  color: #132c70;
}
.cid-tGiIBSI2sv H3 {
  color: #132c70;
}
.cid-tGiIBSI2sv .mbr-text,
.cid-tGiIBSI2sv .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tGiIBSI2sv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGiIBSI2sv img {
  filter: invert(0.5);
}
.cid-tGiIBSI2sv .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tGiIBSI2sv {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tGiIBSI2sv .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiIBSI2sv {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tGiIBSI2sv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiIBTo5aM {
  background-color: #fbf2e7;
}
.cid-tGiIBTo5aM .photo-split img {
  width: 100%;
}
.cid-tGiIBTo5aM .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tGiIBTo5aM .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tGiIBTo5aM .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tGiIBTo5aM .wrap-block {
  padding-left: 2rem;
}
.cid-tGiIBTo5aM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGiIBTo5aM .wrap-block ul li {
  display: inline-block;
}
.cid-tGiIBTo5aM .wrap-block ul li span {
  text-align: center;
}
.cid-tGiIBTo5aM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tGiIBTo5aM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiIBTo5aM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGiIBTo5aM .mbr-list,
.cid-tGiIBTo5aM .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGiIBTo5aM {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tGiIBTo5aM .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tGiIBTo5aM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiIBTo5aM .mbr-section-title,
  .cid-tGiIBTo5aM .mbr-section-subtitle,
  .cid-tGiIBTo5aM .mbr-text {
    text-align: center !important;
  }
  .cid-tGiIBTo5aM .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tGiIBTo5aM {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiIBTo5aM .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tGiIBTo5aM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tGiIBTo5aM .btn-line {
  margin-top: 3rem;
}
.cid-tGiIBTo5aM .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tGiIBTo5aM .col-lg-8 {
    order: 2;
  }
  .cid-tGiIBTo5aM .col-lg-4 {
    order: 1;
  }
}
.cid-tGiIBTo5aM .mbr-section-title {
  color: #000000;
}
.cid-tGiIBTo5aM .mbr-text {
  color: #000000;
}
.cid-tGiIBU3SSv {
  background-color: #ffffff;
}
.cid-tGiIBU3SSv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tGiIBU3SSv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tGiIBU3SSv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tGiIBU3SSv .social-media {
  margin-top: 1.5rem;
}
.cid-tGiIBU3SSv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGiIBU3SSv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tGiIBU3SSv .mbr-text,
.cid-tGiIBU3SSv .mbr-offer {
  line-height: 1.5;
}
.cid-tGiIBU3SSv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tGiIBU3SSv {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tGiIBU3SSv .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tGiIBU3SSv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGiIBU3SSv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tGiIBU3SSv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tGiIBU3SSv .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tGiIBU3SSv {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tGiIBU3SSv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tGiIBU3SSv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tGiIBU3SSv .container-fluid {
  max-width: 1300px;
}
.cid-tGiIBU3SSv li {
  font-weight: 400;
}
.cid-tGiIBUJ55z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tGiIBUJ55z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiIBUJ55z .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-tGiIBUJ55z .container {
    padding: 0 20px;
  }
}
.cid-tGiIBUJ55z .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGiIBUJ55z .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tGiIBUJ55z .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tGiIBUJ55z .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tGiIBUJ55z .mbr-section-title {
  color: #ffffff;
}
.cid-tGiIBUJ55z .mbr-section-title,
.cid-tGiIBUJ55z .mbr-section-btn,
.cid-tGiIBUJ55z .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpMTAm0px {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpMTAm0px .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpMTAm0px .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpMTAm0px .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpMTAm0px .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpMTAm0px .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpMTAm0px .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpMTAm0px .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpMTAm0px .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpMTAm0px .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpMTAm0px .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpMTAm0px .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpMTAm0px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpMTAm0px .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpMTAm0px .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpMTAm0px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpMTAm0px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpMTAm0px .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpMTAm0px .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpMTAm0px .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpMTAm0px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpMTAm0px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpMTAm0px .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpMTAm0px .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpMTAm0px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpMTAm0px .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpMTAm0px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpMTAm0px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpMTAm0px .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpMTAm0px .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpMTAm0px .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpMTAm0px .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpMTAm0px .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpMTAm0px .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpMTAm0px .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpMTAm0px .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpMTAm0px .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpMTAm0px .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpMTAm0px .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpMTAm0px .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpMTAm0px .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpMTAm0px .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpMTAm0px .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpMTAm0px .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpMTAm0px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpMTAm0px .dropdown-item.active,
.cid-tHpMTAm0px .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpMTAm0px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpMTAm0px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpMTAm0px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpMTAm0px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpMTAm0px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpMTAm0px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpMTAm0px ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpMTAm0px .navbar-buttons {
  text-align: center;
}
.cid-tHpMTAm0px button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpMTAm0px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpMTAm0px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpMTAm0px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpMTAm0px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpMTAm0px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpMTAm0px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpMTAm0px nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpMTAm0px nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpMTAm0px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpMTAm0px a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpMTAm0px .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpMTAm0px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpMTAm0px .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpMTAm0px .nav-link:hover,
.cid-tHpMTAm0px .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpMTAm0px .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpMTAm0px .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpMTAm0px .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpMTBmY8P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpMTBmY8P {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpMTBmY8P img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpMTBmY8P H1 {
  color: #000000;
}
.cid-tHpMTBmY8P .mbr-text,
.cid-tHpMTBmY8P .mbr-section-btn {
  color: #132c70;
}
.cid-tHpMTBmY8P H3 {
  color: #132c70;
}
.cid-tHpMTBmY8P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpMTBmY8P .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpMTBmY8P .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpMTBmY8P .link:hover {
  color: #000000 !important;
}
.cid-tHpMTBmY8P .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpMTBmY8P DIV {
  color: #57468b;
}
.cid-tHpMTBmY8P .text-1 {
  line-height: 1;
}
.cid-tHpMTBmY8P .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpMTBmY8P .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpMTBmY8P .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpMTBUE3C {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpMTBUE3C {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpMTBUE3C h1 {
  color: #ffffff;
}
.cid-tHpMTBUE3C h2 {
  color: #ffffff;
}
.cid-tHpMTBUE3C a {
  color: #ffffff;
}
.cid-tHpMTBUE3C .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpMTBUE3C .animated-element {
  color: #efefef;
}
.cid-tHpMTBUE3C .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpMTBUE3C .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpMTBUE3C .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpMTBUE3C .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpMTBUE3C .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpMTBUE3C .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpMTBUE3C .container-fluid {
  max-width: 1300px;
}
.cid-tHpMTBUE3C .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpMTBUE3C .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpMTBUE3C .btn-line {
  margin-top: 3rem;
}
.cid-tHpMTBUE3C .mbr-section-subtitle,
.cid-tHpMTBUE3C .mbr-section-btn {
  color: #000000;
}
.cid-tHpMTCwdYv {
  background-color: #ffffff;
}
.cid-tHpMTCwdYv H2 {
  color: #132c70;
}
.cid-tHpMTCwdYv H3 {
  color: #132c70;
}
.cid-tHpMTCwdYv .mbr-text,
.cid-tHpMTCwdYv .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpMTCwdYv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpMTCwdYv img {
  filter: invert(0.5);
}
.cid-tHpMTCwdYv .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpMTCwdYv {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpMTCwdYv .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpMTCwdYv {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpMTCwdYv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpMTCYfg7 {
  background-color: #fbf2e7;
}
.cid-tHpMTCYfg7 .photo-split img {
  width: 100%;
}
.cid-tHpMTCYfg7 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpMTCYfg7 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpMTCYfg7 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpMTCYfg7 .wrap-block {
  padding-left: 2rem;
}
.cid-tHpMTCYfg7 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpMTCYfg7 .wrap-block ul li {
  display: inline-block;
}
.cid-tHpMTCYfg7 .wrap-block ul li span {
  text-align: center;
}
.cid-tHpMTCYfg7 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpMTCYfg7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpMTCYfg7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpMTCYfg7 .mbr-list,
.cid-tHpMTCYfg7 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpMTCYfg7 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpMTCYfg7 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpMTCYfg7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpMTCYfg7 .mbr-section-title,
  .cid-tHpMTCYfg7 .mbr-section-subtitle,
  .cid-tHpMTCYfg7 .mbr-text {
    text-align: center !important;
  }
  .cid-tHpMTCYfg7 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpMTCYfg7 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpMTCYfg7 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpMTCYfg7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpMTCYfg7 .btn-line {
  margin-top: 3rem;
}
.cid-tHpMTCYfg7 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpMTCYfg7 .col-lg-8 {
    order: 2;
  }
  .cid-tHpMTCYfg7 .col-lg-4 {
    order: 1;
  }
}
.cid-tHpMTCYfg7 .mbr-section-title {
  color: #000000;
}
.cid-tHpMTCYfg7 .mbr-text {
  color: #000000;
}
.cid-tHpMTDyxKM {
  background-color: #ffffff;
}
.cid-tHpMTDyxKM .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpMTDyxKM .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpMTDyxKM .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpMTDyxKM .social-media {
  margin-top: 1.5rem;
}
.cid-tHpMTDyxKM .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpMTDyxKM .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpMTDyxKM .mbr-text,
.cid-tHpMTDyxKM .mbr-offer {
  line-height: 1.5;
}
.cid-tHpMTDyxKM .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpMTDyxKM {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpMTDyxKM .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpMTDyxKM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpMTDyxKM .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpMTDyxKM .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpMTDyxKM .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpMTDyxKM {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpMTDyxKM .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpMTDyxKM .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpMTDyxKM .container-fluid {
  max-width: 1300px;
}
.cid-tHpMTDyxKM li {
  font-weight: 400;
}
.cid-tHpMTEcdMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpMTEcdMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpMTEcdMB .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-tHpMTEcdMB .container {
    padding: 0 20px;
  }
}
.cid-tHpMTEcdMB .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpMTEcdMB .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpMTEcdMB .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpMTEcdMB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpMTEcdMB .mbr-section-title {
  color: #ffffff;
}
.cid-tHpMTEcdMB .mbr-section-title,
.cid-tHpMTEcdMB .mbr-section-btn,
.cid-tHpMTEcdMB .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpNtLpPXs {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpNtLpPXs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpNtLpPXs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpNtLpPXs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpNtLpPXs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpNtLpPXs .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpNtLpPXs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpNtLpPXs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpNtLpPXs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpNtLpPXs .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpNtLpPXs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpNtLpPXs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpNtLpPXs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpNtLpPXs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpNtLpPXs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpNtLpPXs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpNtLpPXs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpNtLpPXs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpNtLpPXs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpNtLpPXs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpNtLpPXs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpNtLpPXs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpNtLpPXs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpNtLpPXs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpNtLpPXs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpNtLpPXs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpNtLpPXs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpNtLpPXs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpNtLpPXs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpNtLpPXs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpNtLpPXs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpNtLpPXs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpNtLpPXs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpNtLpPXs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpNtLpPXs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpNtLpPXs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpNtLpPXs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpNtLpPXs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpNtLpPXs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpNtLpPXs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpNtLpPXs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpNtLpPXs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpNtLpPXs .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpNtLpPXs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpNtLpPXs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpNtLpPXs .dropdown-item.active,
.cid-tHpNtLpPXs .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpNtLpPXs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpNtLpPXs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpNtLpPXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpNtLpPXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpNtLpPXs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpNtLpPXs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpNtLpPXs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpNtLpPXs .navbar-buttons {
  text-align: center;
}
.cid-tHpNtLpPXs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpNtLpPXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpNtLpPXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpNtLpPXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNtLpPXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNtLpPXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpNtLpPXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNtLpPXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpNtLpPXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpNtLpPXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNtLpPXs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpNtLpPXs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpNtLpPXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpNtLpPXs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpNtLpPXs .nav-link:hover,
.cid-tHpNtLpPXs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpNtLpPXs .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpNtLpPXs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpNtLpPXs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpNtMa0Nt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpNtMa0Nt {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpNtMa0Nt img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpNtMa0Nt H1 {
  color: #000000;
}
.cid-tHpNtMa0Nt .mbr-text,
.cid-tHpNtMa0Nt .mbr-section-btn {
  color: #132c70;
}
.cid-tHpNtMa0Nt H3 {
  color: #132c70;
}
.cid-tHpNtMa0Nt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpNtMa0Nt .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpNtMa0Nt .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpNtMa0Nt .link:hover {
  color: #000000 !important;
}
.cid-tHpNtMa0Nt .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpNtMa0Nt DIV {
  color: #57468b;
}
.cid-tHpNtMa0Nt .text-1 {
  line-height: 1;
}
.cid-tHpNtMa0Nt .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpNtMa0Nt .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpNtMa0Nt .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpNtMJLTV {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpNtMJLTV {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpNtMJLTV h1 {
  color: #ffffff;
}
.cid-tHpNtMJLTV h2 {
  color: #ffffff;
}
.cid-tHpNtMJLTV a {
  color: #ffffff;
}
.cid-tHpNtMJLTV .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpNtMJLTV .animated-element {
  color: #efefef;
}
.cid-tHpNtMJLTV .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpNtMJLTV .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpNtMJLTV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNtMJLTV .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNtMJLTV .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpNtMJLTV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNtMJLTV .container-fluid {
  max-width: 1300px;
}
.cid-tHpNtMJLTV .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpNtMJLTV .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpNtMJLTV .btn-line {
  margin-top: 3rem;
}
.cid-tHpNtMJLTV .mbr-section-subtitle,
.cid-tHpNtMJLTV .mbr-section-btn {
  color: #000000;
}
.cid-tHpNtNmWa7 {
  background-color: #ffffff;
}
.cid-tHpNtNmWa7 H2 {
  color: #132c70;
}
.cid-tHpNtNmWa7 H3 {
  color: #132c70;
}
.cid-tHpNtNmWa7 .mbr-text,
.cid-tHpNtNmWa7 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpNtNmWa7 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpNtNmWa7 img {
  filter: invert(0.5);
}
.cid-tHpNtNmWa7 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpNtNmWa7 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpNtNmWa7 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNtNmWa7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpNtNmWa7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNtNRDYV {
  background-color: #fbf2e7;
}
.cid-tHpNtNRDYV .photo-split img {
  width: 100%;
}
.cid-tHpNtNRDYV .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpNtNRDYV .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpNtNRDYV .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpNtNRDYV .wrap-block {
  padding-left: 2rem;
}
.cid-tHpNtNRDYV .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpNtNRDYV .wrap-block ul li {
  display: inline-block;
}
.cid-tHpNtNRDYV .wrap-block ul li span {
  text-align: center;
}
.cid-tHpNtNRDYV .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpNtNRDYV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNtNRDYV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpNtNRDYV .mbr-list,
.cid-tHpNtNRDYV .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpNtNRDYV {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpNtNRDYV .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpNtNRDYV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNtNRDYV .mbr-section-title,
  .cid-tHpNtNRDYV .mbr-section-subtitle,
  .cid-tHpNtNRDYV .mbr-text {
    text-align: center !important;
  }
  .cid-tHpNtNRDYV .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpNtNRDYV {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNtNRDYV .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpNtNRDYV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNtNRDYV .btn-line {
  margin-top: 3rem;
}
.cid-tHpNtNRDYV .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpNtNRDYV .col-lg-8 {
    order: 2;
  }
  .cid-tHpNtNRDYV .col-lg-4 {
    order: 1;
  }
}
.cid-tHpNtNRDYV .mbr-section-title {
  color: #000000;
}
.cid-tHpNtNRDYV .mbr-text {
  color: #000000;
}
.cid-tHpNtOlBJp {
  background-color: #ffffff;
}
.cid-tHpNtOlBJp .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpNtOlBJp .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpNtOlBJp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpNtOlBJp .social-media {
  margin-top: 1.5rem;
}
.cid-tHpNtOlBJp .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNtOlBJp .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpNtOlBJp .mbr-text,
.cid-tHpNtOlBJp .mbr-offer {
  line-height: 1.5;
}
.cid-tHpNtOlBJp .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpNtOlBJp {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpNtOlBJp .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpNtOlBJp .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNtOlBJp .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpNtOlBJp .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpNtOlBJp .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNtOlBJp {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNtOlBJp .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpNtOlBJp .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpNtOlBJp .container-fluid {
  max-width: 1300px;
}
.cid-tHpNtOlBJp li {
  font-weight: 400;
}
.cid-tHpNtPk3vM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpNtPk3vM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpNtPk3vM .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-tHpNtPk3vM .container {
    padding: 0 20px;
  }
}
.cid-tHpNtPk3vM .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpNtPk3vM .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpNtPk3vM .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpNtPk3vM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpNtPk3vM .mbr-section-title {
  color: #ffffff;
}
.cid-tHpNtPk3vM .mbr-section-title,
.cid-tHpNtPk3vM .mbr-section-btn,
.cid-tHpNtPk3vM .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpNCV4Pvi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpNCV4Pvi .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpNCV4Pvi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpNCV4Pvi .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpNCV4Pvi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpNCV4Pvi .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpNCV4Pvi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpNCV4Pvi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpNCV4Pvi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpNCV4Pvi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpNCV4Pvi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpNCV4Pvi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpNCV4Pvi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpNCV4Pvi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpNCV4Pvi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpNCV4Pvi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpNCV4Pvi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpNCV4Pvi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpNCV4Pvi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpNCV4Pvi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpNCV4Pvi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpNCV4Pvi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpNCV4Pvi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpNCV4Pvi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpNCV4Pvi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpNCV4Pvi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpNCV4Pvi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpNCV4Pvi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpNCV4Pvi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpNCV4Pvi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpNCV4Pvi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpNCV4Pvi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpNCV4Pvi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpNCV4Pvi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpNCV4Pvi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpNCV4Pvi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpNCV4Pvi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpNCV4Pvi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpNCV4Pvi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpNCV4Pvi .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpNCV4Pvi .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpNCV4Pvi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpNCV4Pvi .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpNCV4Pvi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpNCV4Pvi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpNCV4Pvi .dropdown-item.active,
.cid-tHpNCV4Pvi .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpNCV4Pvi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpNCV4Pvi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpNCV4Pvi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpNCV4Pvi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpNCV4Pvi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpNCV4Pvi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpNCV4Pvi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpNCV4Pvi .navbar-buttons {
  text-align: center;
}
.cid-tHpNCV4Pvi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpNCV4Pvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpNCV4Pvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpNCV4Pvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNCV4Pvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNCV4Pvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpNCV4Pvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNCV4Pvi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpNCV4Pvi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpNCV4Pvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNCV4Pvi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpNCV4Pvi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpNCV4Pvi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpNCV4Pvi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpNCV4Pvi .nav-link:hover,
.cid-tHpNCV4Pvi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpNCV4Pvi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpNCV4Pvi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpNCV4Pvi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpNCVX9OB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpNCVX9OB {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpNCVX9OB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpNCVX9OB H1 {
  color: #000000;
}
.cid-tHpNCVX9OB .mbr-text,
.cid-tHpNCVX9OB .mbr-section-btn {
  color: #132c70;
}
.cid-tHpNCVX9OB H3 {
  color: #132c70;
}
.cid-tHpNCVX9OB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpNCVX9OB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpNCVX9OB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpNCVX9OB .link:hover {
  color: #000000 !important;
}
.cid-tHpNCVX9OB .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpNCVX9OB DIV {
  color: #57468b;
}
.cid-tHpNCVX9OB .text-1 {
  line-height: 1;
}
.cid-tHpNCVX9OB .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpNCVX9OB .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpNCVX9OB .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpNCWrv23 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpNCWrv23 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpNCWrv23 h1 {
  color: #ffffff;
}
.cid-tHpNCWrv23 h2 {
  color: #ffffff;
}
.cid-tHpNCWrv23 a {
  color: #ffffff;
}
.cid-tHpNCWrv23 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpNCWrv23 .animated-element {
  color: #efefef;
}
.cid-tHpNCWrv23 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpNCWrv23 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpNCWrv23 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNCWrv23 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNCWrv23 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpNCWrv23 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNCWrv23 .container-fluid {
  max-width: 1300px;
}
.cid-tHpNCWrv23 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpNCWrv23 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpNCWrv23 .btn-line {
  margin-top: 3rem;
}
.cid-tHpNCWrv23 .mbr-section-subtitle,
.cid-tHpNCWrv23 .mbr-section-btn {
  color: #000000;
}
.cid-tHpNCX03nL {
  background-color: #ffffff;
}
.cid-tHpNCX03nL H2 {
  color: #132c70;
}
.cid-tHpNCX03nL H3 {
  color: #132c70;
}
.cid-tHpNCX03nL .mbr-text,
.cid-tHpNCX03nL .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpNCX03nL .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpNCX03nL img {
  filter: invert(0.5);
}
.cid-tHpNCX03nL .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpNCX03nL {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpNCX03nL .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNCX03nL {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpNCX03nL .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNCXwh2E {
  background-color: #fbf2e7;
}
.cid-tHpNCXwh2E .photo-split img {
  width: 100%;
}
.cid-tHpNCXwh2E .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpNCXwh2E .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpNCXwh2E .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpNCXwh2E .wrap-block {
  padding-left: 2rem;
}
.cid-tHpNCXwh2E .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpNCXwh2E .wrap-block ul li {
  display: inline-block;
}
.cid-tHpNCXwh2E .wrap-block ul li span {
  text-align: center;
}
.cid-tHpNCXwh2E .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpNCXwh2E .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNCXwh2E .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpNCXwh2E .mbr-list,
.cid-tHpNCXwh2E .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpNCXwh2E {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpNCXwh2E .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpNCXwh2E .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNCXwh2E .mbr-section-title,
  .cid-tHpNCXwh2E .mbr-section-subtitle,
  .cid-tHpNCXwh2E .mbr-text {
    text-align: center !important;
  }
  .cid-tHpNCXwh2E .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpNCXwh2E {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNCXwh2E .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpNCXwh2E .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNCXwh2E .btn-line {
  margin-top: 3rem;
}
.cid-tHpNCXwh2E .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpNCXwh2E .col-lg-8 {
    order: 2;
  }
  .cid-tHpNCXwh2E .col-lg-4 {
    order: 1;
  }
}
.cid-tHpNCXwh2E .mbr-section-title {
  color: #000000;
}
.cid-tHpNCXwh2E .mbr-text {
  color: #000000;
}
.cid-tHpNCY4xiG {
  background-color: #ffffff;
}
.cid-tHpNCY4xiG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpNCY4xiG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpNCY4xiG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpNCY4xiG .social-media {
  margin-top: 1.5rem;
}
.cid-tHpNCY4xiG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNCY4xiG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpNCY4xiG .mbr-text,
.cid-tHpNCY4xiG .mbr-offer {
  line-height: 1.5;
}
.cid-tHpNCY4xiG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpNCY4xiG {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpNCY4xiG .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpNCY4xiG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNCY4xiG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpNCY4xiG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpNCY4xiG .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNCY4xiG {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNCY4xiG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpNCY4xiG .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpNCY4xiG .container-fluid {
  max-width: 1300px;
}
.cid-tHpNCY4xiG li {
  font-weight: 400;
}
.cid-tHpNCYM3Vq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpNCYM3Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpNCYM3Vq .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-tHpNCYM3Vq .container {
    padding: 0 20px;
  }
}
.cid-tHpNCYM3Vq .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpNCYM3Vq .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpNCYM3Vq .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpNCYM3Vq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpNCYM3Vq .mbr-section-title {
  color: #ffffff;
}
.cid-tHpNCYM3Vq .mbr-section-title,
.cid-tHpNCYM3Vq .mbr-section-btn,
.cid-tHpNCYM3Vq .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpNKwQrhl {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpNKwQrhl .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpNKwQrhl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpNKwQrhl .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpNKwQrhl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpNKwQrhl .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpNKwQrhl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpNKwQrhl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpNKwQrhl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpNKwQrhl .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpNKwQrhl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpNKwQrhl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpNKwQrhl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpNKwQrhl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpNKwQrhl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpNKwQrhl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpNKwQrhl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpNKwQrhl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpNKwQrhl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpNKwQrhl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpNKwQrhl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpNKwQrhl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpNKwQrhl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpNKwQrhl .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpNKwQrhl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpNKwQrhl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpNKwQrhl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpNKwQrhl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpNKwQrhl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpNKwQrhl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpNKwQrhl .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpNKwQrhl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpNKwQrhl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpNKwQrhl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpNKwQrhl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpNKwQrhl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpNKwQrhl .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpNKwQrhl .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpNKwQrhl .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpNKwQrhl .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpNKwQrhl .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpNKwQrhl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpNKwQrhl .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpNKwQrhl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpNKwQrhl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpNKwQrhl .dropdown-item.active,
.cid-tHpNKwQrhl .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpNKwQrhl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpNKwQrhl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpNKwQrhl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpNKwQrhl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpNKwQrhl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpNKwQrhl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpNKwQrhl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpNKwQrhl .navbar-buttons {
  text-align: center;
}
.cid-tHpNKwQrhl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpNKwQrhl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpNKwQrhl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpNKwQrhl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNKwQrhl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNKwQrhl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpNKwQrhl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNKwQrhl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpNKwQrhl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpNKwQrhl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNKwQrhl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpNKwQrhl .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpNKwQrhl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpNKwQrhl .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpNKwQrhl .nav-link:hover,
.cid-tHpNKwQrhl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpNKwQrhl .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpNKwQrhl .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpNKwQrhl .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpNKxAYMD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpNKxAYMD {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpNKxAYMD img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpNKxAYMD H1 {
  color: #000000;
}
.cid-tHpNKxAYMD .mbr-text,
.cid-tHpNKxAYMD .mbr-section-btn {
  color: #132c70;
}
.cid-tHpNKxAYMD H3 {
  color: #132c70;
}
.cid-tHpNKxAYMD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpNKxAYMD .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpNKxAYMD .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpNKxAYMD .link:hover {
  color: #000000 !important;
}
.cid-tHpNKxAYMD .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpNKxAYMD DIV {
  color: #57468b;
}
.cid-tHpNKxAYMD .text-1 {
  line-height: 1;
}
.cid-tHpNKxAYMD .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpNKxAYMD .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpNKxAYMD .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpNKy46F1 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpNKy46F1 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpNKy46F1 h1 {
  color: #ffffff;
}
.cid-tHpNKy46F1 h2 {
  color: #ffffff;
}
.cid-tHpNKy46F1 a {
  color: #ffffff;
}
.cid-tHpNKy46F1 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpNKy46F1 .animated-element {
  color: #efefef;
}
.cid-tHpNKy46F1 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpNKy46F1 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpNKy46F1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNKy46F1 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNKy46F1 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpNKy46F1 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNKy46F1 .container-fluid {
  max-width: 1300px;
}
.cid-tHpNKy46F1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpNKy46F1 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpNKy46F1 .btn-line {
  margin-top: 3rem;
}
.cid-tHpNKy46F1 .mbr-section-subtitle,
.cid-tHpNKy46F1 .mbr-section-btn {
  color: #000000;
}
.cid-tHpNKyFzgr {
  background-color: #ffffff;
}
.cid-tHpNKyFzgr H2 {
  color: #132c70;
}
.cid-tHpNKyFzgr H3 {
  color: #132c70;
}
.cid-tHpNKyFzgr .mbr-text,
.cid-tHpNKyFzgr .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpNKyFzgr .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpNKyFzgr img {
  filter: invert(0.5);
}
.cid-tHpNKyFzgr .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpNKyFzgr {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpNKyFzgr .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNKyFzgr {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpNKyFzgr .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNKz9aXl {
  background-color: #fbf2e7;
}
.cid-tHpNKz9aXl .photo-split img {
  width: 100%;
}
.cid-tHpNKz9aXl .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpNKz9aXl .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpNKz9aXl .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpNKz9aXl .wrap-block {
  padding-left: 2rem;
}
.cid-tHpNKz9aXl .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpNKz9aXl .wrap-block ul li {
  display: inline-block;
}
.cid-tHpNKz9aXl .wrap-block ul li span {
  text-align: center;
}
.cid-tHpNKz9aXl .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpNKz9aXl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNKz9aXl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpNKz9aXl .mbr-list,
.cid-tHpNKz9aXl .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpNKz9aXl {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpNKz9aXl .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpNKz9aXl .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNKz9aXl .mbr-section-title,
  .cid-tHpNKz9aXl .mbr-section-subtitle,
  .cid-tHpNKz9aXl .mbr-text {
    text-align: center !important;
  }
  .cid-tHpNKz9aXl .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpNKz9aXl {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNKz9aXl .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpNKz9aXl .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNKz9aXl .btn-line {
  margin-top: 3rem;
}
.cid-tHpNKz9aXl .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpNKz9aXl .col-lg-8 {
    order: 2;
  }
  .cid-tHpNKz9aXl .col-lg-4 {
    order: 1;
  }
}
.cid-tHpNKz9aXl .mbr-section-title {
  color: #000000;
}
.cid-tHpNKz9aXl .mbr-text {
  color: #000000;
}
.cid-tHpNKzIrxQ {
  background-color: #ffffff;
}
.cid-tHpNKzIrxQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpNKzIrxQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpNKzIrxQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpNKzIrxQ .social-media {
  margin-top: 1.5rem;
}
.cid-tHpNKzIrxQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNKzIrxQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpNKzIrxQ .mbr-text,
.cid-tHpNKzIrxQ .mbr-offer {
  line-height: 1.5;
}
.cid-tHpNKzIrxQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpNKzIrxQ {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpNKzIrxQ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpNKzIrxQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNKzIrxQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpNKzIrxQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpNKzIrxQ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNKzIrxQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNKzIrxQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpNKzIrxQ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpNKzIrxQ .container-fluid {
  max-width: 1300px;
}
.cid-tHpNKzIrxQ li {
  font-weight: 400;
}
.cid-tHpNKAwZdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpNKAwZdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpNKAwZdV .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-tHpNKAwZdV .container {
    padding: 0 20px;
  }
}
.cid-tHpNKAwZdV .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpNKAwZdV .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpNKAwZdV .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpNKAwZdV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpNKAwZdV .mbr-section-title {
  color: #ffffff;
}
.cid-tHpNKAwZdV .mbr-section-title,
.cid-tHpNKAwZdV .mbr-section-btn,
.cid-tHpNKAwZdV .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpNSBMLdv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpNSBMLdv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpNSBMLdv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpNSBMLdv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpNSBMLdv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpNSBMLdv .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpNSBMLdv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpNSBMLdv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpNSBMLdv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpNSBMLdv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpNSBMLdv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpNSBMLdv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpNSBMLdv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpNSBMLdv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpNSBMLdv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpNSBMLdv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpNSBMLdv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpNSBMLdv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpNSBMLdv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpNSBMLdv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpNSBMLdv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpNSBMLdv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpNSBMLdv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpNSBMLdv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpNSBMLdv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpNSBMLdv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpNSBMLdv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpNSBMLdv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpNSBMLdv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpNSBMLdv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpNSBMLdv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpNSBMLdv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpNSBMLdv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpNSBMLdv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpNSBMLdv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpNSBMLdv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpNSBMLdv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpNSBMLdv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpNSBMLdv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpNSBMLdv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpNSBMLdv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpNSBMLdv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpNSBMLdv .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpNSBMLdv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpNSBMLdv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpNSBMLdv .dropdown-item.active,
.cid-tHpNSBMLdv .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpNSBMLdv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpNSBMLdv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpNSBMLdv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpNSBMLdv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpNSBMLdv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpNSBMLdv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpNSBMLdv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpNSBMLdv .navbar-buttons {
  text-align: center;
}
.cid-tHpNSBMLdv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpNSBMLdv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpNSBMLdv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpNSBMLdv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNSBMLdv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNSBMLdv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpNSBMLdv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNSBMLdv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpNSBMLdv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpNSBMLdv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNSBMLdv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpNSBMLdv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpNSBMLdv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpNSBMLdv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpNSBMLdv .nav-link:hover,
.cid-tHpNSBMLdv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpNSBMLdv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpNSBMLdv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpNSBMLdv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpNSCukWk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpNSCukWk {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpNSCukWk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpNSCukWk H1 {
  color: #000000;
}
.cid-tHpNSCukWk .mbr-text,
.cid-tHpNSCukWk .mbr-section-btn {
  color: #132c70;
}
.cid-tHpNSCukWk H3 {
  color: #132c70;
}
.cid-tHpNSCukWk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpNSCukWk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpNSCukWk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpNSCukWk .link:hover {
  color: #000000 !important;
}
.cid-tHpNSCukWk .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpNSCukWk DIV {
  color: #57468b;
}
.cid-tHpNSCukWk .text-1 {
  line-height: 1;
}
.cid-tHpNSCukWk .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpNSCukWk .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpNSCukWk .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpNSCWawW {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpNSCWawW {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpNSCWawW h1 {
  color: #ffffff;
}
.cid-tHpNSCWawW h2 {
  color: #ffffff;
}
.cid-tHpNSCWawW a {
  color: #ffffff;
}
.cid-tHpNSCWawW .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpNSCWawW .animated-element {
  color: #efefef;
}
.cid-tHpNSCWawW .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpNSCWawW .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpNSCWawW .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNSCWawW .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNSCWawW .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpNSCWawW .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNSCWawW .container-fluid {
  max-width: 1300px;
}
.cid-tHpNSCWawW .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpNSCWawW .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpNSCWawW .btn-line {
  margin-top: 3rem;
}
.cid-tHpNSCWawW .mbr-section-subtitle,
.cid-tHpNSCWawW .mbr-section-btn {
  color: #000000;
}
.cid-tHpNSDwey7 {
  background-color: #ffffff;
}
.cid-tHpNSDwey7 H2 {
  color: #132c70;
}
.cid-tHpNSDwey7 H3 {
  color: #132c70;
}
.cid-tHpNSDwey7 .mbr-text,
.cid-tHpNSDwey7 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpNSDwey7 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpNSDwey7 img {
  filter: invert(0.5);
}
.cid-tHpNSDwey7 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpNSDwey7 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpNSDwey7 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNSDwey7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpNSDwey7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNSE2uuQ {
  background-color: #fbf2e7;
}
.cid-tHpNSE2uuQ .photo-split img {
  width: 100%;
}
.cid-tHpNSE2uuQ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpNSE2uuQ .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpNSE2uuQ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpNSE2uuQ .wrap-block {
  padding-left: 2rem;
}
.cid-tHpNSE2uuQ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpNSE2uuQ .wrap-block ul li {
  display: inline-block;
}
.cid-tHpNSE2uuQ .wrap-block ul li span {
  text-align: center;
}
.cid-tHpNSE2uuQ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpNSE2uuQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNSE2uuQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpNSE2uuQ .mbr-list,
.cid-tHpNSE2uuQ .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpNSE2uuQ {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpNSE2uuQ .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpNSE2uuQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNSE2uuQ .mbr-section-title,
  .cid-tHpNSE2uuQ .mbr-section-subtitle,
  .cid-tHpNSE2uuQ .mbr-text {
    text-align: center !important;
  }
  .cid-tHpNSE2uuQ .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpNSE2uuQ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNSE2uuQ .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpNSE2uuQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNSE2uuQ .btn-line {
  margin-top: 3rem;
}
.cid-tHpNSE2uuQ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpNSE2uuQ .col-lg-8 {
    order: 2;
  }
  .cid-tHpNSE2uuQ .col-lg-4 {
    order: 1;
  }
}
.cid-tHpNSE2uuQ .mbr-section-title {
  color: #000000;
}
.cid-tHpNSE2uuQ .mbr-text {
  color: #000000;
}
.cid-tHpNSECE6E {
  background-color: #ffffff;
}
.cid-tHpNSECE6E .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpNSECE6E .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpNSECE6E .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpNSECE6E .social-media {
  margin-top: 1.5rem;
}
.cid-tHpNSECE6E .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNSECE6E .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpNSECE6E .mbr-text,
.cid-tHpNSECE6E .mbr-offer {
  line-height: 1.5;
}
.cid-tHpNSECE6E .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpNSECE6E {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpNSECE6E .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpNSECE6E .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNSECE6E .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpNSECE6E .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpNSECE6E .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNSECE6E {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNSECE6E .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpNSECE6E .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpNSECE6E .container-fluid {
  max-width: 1300px;
}
.cid-tHpNSECE6E li {
  font-weight: 400;
}
.cid-tHpNSFelYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpNSFelYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpNSFelYp .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-tHpNSFelYp .container {
    padding: 0 20px;
  }
}
.cid-tHpNSFelYp .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpNSFelYp .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpNSFelYp .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpNSFelYp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpNSFelYp .mbr-section-title {
  color: #ffffff;
}
.cid-tHpNSFelYp .mbr-section-title,
.cid-tHpNSFelYp .mbr-section-btn,
.cid-tHpNSFelYp .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpNZ7UYaE {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpNZ7UYaE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpNZ7UYaE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpNZ7UYaE .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpNZ7UYaE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpNZ7UYaE .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpNZ7UYaE .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpNZ7UYaE .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpNZ7UYaE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpNZ7UYaE .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpNZ7UYaE .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpNZ7UYaE .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpNZ7UYaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpNZ7UYaE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpNZ7UYaE .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpNZ7UYaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpNZ7UYaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpNZ7UYaE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpNZ7UYaE .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpNZ7UYaE .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpNZ7UYaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpNZ7UYaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpNZ7UYaE .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpNZ7UYaE .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpNZ7UYaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpNZ7UYaE .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpNZ7UYaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpNZ7UYaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpNZ7UYaE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpNZ7UYaE .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpNZ7UYaE .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpNZ7UYaE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpNZ7UYaE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpNZ7UYaE .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpNZ7UYaE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpNZ7UYaE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpNZ7UYaE .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpNZ7UYaE .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpNZ7UYaE .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpNZ7UYaE .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpNZ7UYaE .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpNZ7UYaE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpNZ7UYaE .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpNZ7UYaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpNZ7UYaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpNZ7UYaE .dropdown-item.active,
.cid-tHpNZ7UYaE .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpNZ7UYaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpNZ7UYaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpNZ7UYaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpNZ7UYaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpNZ7UYaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpNZ7UYaE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpNZ7UYaE ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpNZ7UYaE .navbar-buttons {
  text-align: center;
}
.cid-tHpNZ7UYaE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpNZ7UYaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpNZ7UYaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpNZ7UYaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNZ7UYaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpNZ7UYaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpNZ7UYaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNZ7UYaE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpNZ7UYaE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpNZ7UYaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpNZ7UYaE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpNZ7UYaE .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpNZ7UYaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpNZ7UYaE .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpNZ7UYaE .nav-link:hover,
.cid-tHpNZ7UYaE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpNZ7UYaE .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpNZ7UYaE .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpNZ7UYaE .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpNZ8MRxu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpNZ8MRxu {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpNZ8MRxu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpNZ8MRxu H1 {
  color: #000000;
}
.cid-tHpNZ8MRxu .mbr-text,
.cid-tHpNZ8MRxu .mbr-section-btn {
  color: #132c70;
}
.cid-tHpNZ8MRxu H3 {
  color: #132c70;
}
.cid-tHpNZ8MRxu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpNZ8MRxu .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpNZ8MRxu .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpNZ8MRxu .link:hover {
  color: #000000 !important;
}
.cid-tHpNZ8MRxu .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpNZ8MRxu DIV {
  color: #57468b;
}
.cid-tHpNZ8MRxu .text-1 {
  line-height: 1;
}
.cid-tHpNZ8MRxu .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpNZ8MRxu .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpNZ8MRxu .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpNZ9hxEm {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpNZ9hxEm {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpNZ9hxEm h1 {
  color: #ffffff;
}
.cid-tHpNZ9hxEm h2 {
  color: #ffffff;
}
.cid-tHpNZ9hxEm a {
  color: #ffffff;
}
.cid-tHpNZ9hxEm .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpNZ9hxEm .animated-element {
  color: #efefef;
}
.cid-tHpNZ9hxEm .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpNZ9hxEm .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpNZ9hxEm .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNZ9hxEm .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNZ9hxEm .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpNZ9hxEm .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNZ9hxEm .container-fluid {
  max-width: 1300px;
}
.cid-tHpNZ9hxEm .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpNZ9hxEm .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpNZ9hxEm .btn-line {
  margin-top: 3rem;
}
.cid-tHpNZ9hxEm .mbr-section-subtitle,
.cid-tHpNZ9hxEm .mbr-section-btn {
  color: #000000;
}
.cid-tHpNZ9OrlS {
  background-color: #ffffff;
}
.cid-tHpNZ9OrlS H2 {
  color: #132c70;
}
.cid-tHpNZ9OrlS H3 {
  color: #132c70;
}
.cid-tHpNZ9OrlS .mbr-text,
.cid-tHpNZ9OrlS .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpNZ9OrlS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpNZ9OrlS img {
  filter: invert(0.5);
}
.cid-tHpNZ9OrlS .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpNZ9OrlS {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpNZ9OrlS .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNZ9OrlS {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpNZ9OrlS .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNZaiJUs {
  background-color: #fbf2e7;
}
.cid-tHpNZaiJUs .photo-split img {
  width: 100%;
}
.cid-tHpNZaiJUs .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpNZaiJUs .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpNZaiJUs .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpNZaiJUs .wrap-block {
  padding-left: 2rem;
}
.cid-tHpNZaiJUs .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpNZaiJUs .wrap-block ul li {
  display: inline-block;
}
.cid-tHpNZaiJUs .wrap-block ul li span {
  text-align: center;
}
.cid-tHpNZaiJUs .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpNZaiJUs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNZaiJUs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpNZaiJUs .mbr-list,
.cid-tHpNZaiJUs .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpNZaiJUs {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpNZaiJUs .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpNZaiJUs .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNZaiJUs .mbr-section-title,
  .cid-tHpNZaiJUs .mbr-section-subtitle,
  .cid-tHpNZaiJUs .mbr-text {
    text-align: center !important;
  }
  .cid-tHpNZaiJUs .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpNZaiJUs {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNZaiJUs .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpNZaiJUs .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpNZaiJUs .btn-line {
  margin-top: 3rem;
}
.cid-tHpNZaiJUs .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpNZaiJUs .col-lg-8 {
    order: 2;
  }
  .cid-tHpNZaiJUs .col-lg-4 {
    order: 1;
  }
}
.cid-tHpNZaiJUs .mbr-section-title {
  color: #000000;
}
.cid-tHpNZaiJUs .mbr-text {
  color: #000000;
}
.cid-tHpNZaRDN5 {
  background-color: #ffffff;
}
.cid-tHpNZaRDN5 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpNZaRDN5 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpNZaRDN5 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpNZaRDN5 .social-media {
  margin-top: 1.5rem;
}
.cid-tHpNZaRDN5 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpNZaRDN5 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpNZaRDN5 .mbr-text,
.cid-tHpNZaRDN5 .mbr-offer {
  line-height: 1.5;
}
.cid-tHpNZaRDN5 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpNZaRDN5 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpNZaRDN5 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpNZaRDN5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpNZaRDN5 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpNZaRDN5 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpNZaRDN5 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpNZaRDN5 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpNZaRDN5 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpNZaRDN5 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpNZaRDN5 .container-fluid {
  max-width: 1300px;
}
.cid-tHpNZaRDN5 li {
  font-weight: 400;
}
.cid-tHpNZbtxnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpNZbtxnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpNZbtxnl .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-tHpNZbtxnl .container {
    padding: 0 20px;
  }
}
.cid-tHpNZbtxnl .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpNZbtxnl .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpNZbtxnl .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpNZbtxnl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpNZbtxnl .mbr-section-title {
  color: #ffffff;
}
.cid-tHpNZbtxnl .mbr-section-title,
.cid-tHpNZbtxnl .mbr-section-btn,
.cid-tHpNZbtxnl .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpO651KAJ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpO651KAJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpO651KAJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpO651KAJ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpO651KAJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpO651KAJ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpO651KAJ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpO651KAJ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpO651KAJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpO651KAJ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpO651KAJ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpO651KAJ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpO651KAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpO651KAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpO651KAJ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpO651KAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpO651KAJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpO651KAJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpO651KAJ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpO651KAJ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpO651KAJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpO651KAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpO651KAJ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpO651KAJ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpO651KAJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpO651KAJ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpO651KAJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpO651KAJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpO651KAJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpO651KAJ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpO651KAJ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpO651KAJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpO651KAJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpO651KAJ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpO651KAJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpO651KAJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpO651KAJ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpO651KAJ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpO651KAJ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpO651KAJ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpO651KAJ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpO651KAJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpO651KAJ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpO651KAJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpO651KAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpO651KAJ .dropdown-item.active,
.cid-tHpO651KAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpO651KAJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpO651KAJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpO651KAJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpO651KAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpO651KAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpO651KAJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpO651KAJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpO651KAJ .navbar-buttons {
  text-align: center;
}
.cid-tHpO651KAJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpO651KAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpO651KAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpO651KAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpO651KAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpO651KAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpO651KAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpO651KAJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpO651KAJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpO651KAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpO651KAJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpO651KAJ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpO651KAJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpO651KAJ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpO651KAJ .nav-link:hover,
.cid-tHpO651KAJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpO651KAJ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpO651KAJ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpO651KAJ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpO65ZvQ0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpO65ZvQ0 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpO65ZvQ0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpO65ZvQ0 H1 {
  color: #000000;
}
.cid-tHpO65ZvQ0 .mbr-text,
.cid-tHpO65ZvQ0 .mbr-section-btn {
  color: #132c70;
}
.cid-tHpO65ZvQ0 H3 {
  color: #132c70;
}
.cid-tHpO65ZvQ0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpO65ZvQ0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpO65ZvQ0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpO65ZvQ0 .link:hover {
  color: #000000 !important;
}
.cid-tHpO65ZvQ0 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpO65ZvQ0 DIV {
  color: #57468b;
}
.cid-tHpO65ZvQ0 .text-1 {
  line-height: 1;
}
.cid-tHpO65ZvQ0 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpO65ZvQ0 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpO65ZvQ0 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpO66AkNX {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpO66AkNX {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpO66AkNX h1 {
  color: #ffffff;
}
.cid-tHpO66AkNX h2 {
  color: #ffffff;
}
.cid-tHpO66AkNX a {
  color: #ffffff;
}
.cid-tHpO66AkNX .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpO66AkNX .animated-element {
  color: #efefef;
}
.cid-tHpO66AkNX .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpO66AkNX .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpO66AkNX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpO66AkNX .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpO66AkNX .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpO66AkNX .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpO66AkNX .container-fluid {
  max-width: 1300px;
}
.cid-tHpO66AkNX .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpO66AkNX .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpO66AkNX .btn-line {
  margin-top: 3rem;
}
.cid-tHpO66AkNX .mbr-section-subtitle,
.cid-tHpO66AkNX .mbr-section-btn {
  color: #000000;
}
.cid-tHpO67cPId {
  background-color: #ffffff;
}
.cid-tHpO67cPId H2 {
  color: #132c70;
}
.cid-tHpO67cPId H3 {
  color: #132c70;
}
.cid-tHpO67cPId .mbr-text,
.cid-tHpO67cPId .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpO67cPId .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpO67cPId img {
  filter: invert(0.5);
}
.cid-tHpO67cPId .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpO67cPId {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpO67cPId .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpO67cPId {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpO67cPId .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpO67FrS2 {
  background-color: #fbf2e7;
}
.cid-tHpO67FrS2 .photo-split img {
  width: 100%;
}
.cid-tHpO67FrS2 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpO67FrS2 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpO67FrS2 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpO67FrS2 .wrap-block {
  padding-left: 2rem;
}
.cid-tHpO67FrS2 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpO67FrS2 .wrap-block ul li {
  display: inline-block;
}
.cid-tHpO67FrS2 .wrap-block ul li span {
  text-align: center;
}
.cid-tHpO67FrS2 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpO67FrS2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpO67FrS2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpO67FrS2 .mbr-list,
.cid-tHpO67FrS2 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpO67FrS2 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpO67FrS2 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpO67FrS2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpO67FrS2 .mbr-section-title,
  .cid-tHpO67FrS2 .mbr-section-subtitle,
  .cid-tHpO67FrS2 .mbr-text {
    text-align: center !important;
  }
  .cid-tHpO67FrS2 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpO67FrS2 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpO67FrS2 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpO67FrS2 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpO67FrS2 .btn-line {
  margin-top: 3rem;
}
.cid-tHpO67FrS2 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpO67FrS2 .col-lg-8 {
    order: 2;
  }
  .cid-tHpO67FrS2 .col-lg-4 {
    order: 1;
  }
}
.cid-tHpO67FrS2 .mbr-section-title {
  color: #000000;
}
.cid-tHpO67FrS2 .mbr-text {
  color: #000000;
}
.cid-tHpO68ch6J {
  background-color: #ffffff;
}
.cid-tHpO68ch6J .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpO68ch6J .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpO68ch6J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpO68ch6J .social-media {
  margin-top: 1.5rem;
}
.cid-tHpO68ch6J .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpO68ch6J .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpO68ch6J .mbr-text,
.cid-tHpO68ch6J .mbr-offer {
  line-height: 1.5;
}
.cid-tHpO68ch6J .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpO68ch6J {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpO68ch6J .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpO68ch6J .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpO68ch6J .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpO68ch6J .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpO68ch6J .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpO68ch6J {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpO68ch6J .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpO68ch6J .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpO68ch6J .container-fluid {
  max-width: 1300px;
}
.cid-tHpO68ch6J li {
  font-weight: 400;
}
.cid-tHpO68Og11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpO68Og11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpO68Og11 .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-tHpO68Og11 .container {
    padding: 0 20px;
  }
}
.cid-tHpO68Og11 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpO68Og11 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpO68Og11 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpO68Og11 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpO68Og11 .mbr-section-title {
  color: #ffffff;
}
.cid-tHpO68Og11 .mbr-section-title,
.cid-tHpO68Og11 .mbr-section-btn,
.cid-tHpO68Og11 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpOeIObXu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpOeIObXu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpOeIObXu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpOeIObXu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpOeIObXu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpOeIObXu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpOeIObXu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpOeIObXu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpOeIObXu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpOeIObXu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpOeIObXu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpOeIObXu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpOeIObXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpOeIObXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpOeIObXu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpOeIObXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpOeIObXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpOeIObXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpOeIObXu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpOeIObXu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpOeIObXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpOeIObXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpOeIObXu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpOeIObXu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpOeIObXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpOeIObXu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpOeIObXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpOeIObXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpOeIObXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpOeIObXu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpOeIObXu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpOeIObXu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpOeIObXu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpOeIObXu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpOeIObXu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpOeIObXu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpOeIObXu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpOeIObXu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpOeIObXu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpOeIObXu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpOeIObXu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpOeIObXu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpOeIObXu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpOeIObXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpOeIObXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpOeIObXu .dropdown-item.active,
.cid-tHpOeIObXu .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpOeIObXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpOeIObXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpOeIObXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpOeIObXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpOeIObXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpOeIObXu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpOeIObXu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpOeIObXu .navbar-buttons {
  text-align: center;
}
.cid-tHpOeIObXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpOeIObXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpOeIObXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpOeIObXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpOeIObXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpOeIObXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpOeIObXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpOeIObXu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpOeIObXu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpOeIObXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpOeIObXu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpOeIObXu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpOeIObXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpOeIObXu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpOeIObXu .nav-link:hover,
.cid-tHpOeIObXu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpOeIObXu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpOeIObXu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpOeIObXu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpOeJRJ6S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpOeJRJ6S {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpOeJRJ6S img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpOeJRJ6S H1 {
  color: #000000;
}
.cid-tHpOeJRJ6S .mbr-text,
.cid-tHpOeJRJ6S .mbr-section-btn {
  color: #132c70;
}
.cid-tHpOeJRJ6S H3 {
  color: #132c70;
}
.cid-tHpOeJRJ6S .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpOeJRJ6S .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpOeJRJ6S .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpOeJRJ6S .link:hover {
  color: #000000 !important;
}
.cid-tHpOeJRJ6S .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpOeJRJ6S DIV {
  color: #57468b;
}
.cid-tHpOeJRJ6S .text-1 {
  line-height: 1;
}
.cid-tHpOeJRJ6S .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpOeJRJ6S .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpOeJRJ6S .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpOeKoN2j {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpOeKoN2j {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpOeKoN2j h1 {
  color: #ffffff;
}
.cid-tHpOeKoN2j h2 {
  color: #ffffff;
}
.cid-tHpOeKoN2j a {
  color: #ffffff;
}
.cid-tHpOeKoN2j .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpOeKoN2j .animated-element {
  color: #efefef;
}
.cid-tHpOeKoN2j .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpOeKoN2j .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpOeKoN2j .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpOeKoN2j .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpOeKoN2j .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpOeKoN2j .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpOeKoN2j .container-fluid {
  max-width: 1300px;
}
.cid-tHpOeKoN2j .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpOeKoN2j .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpOeKoN2j .btn-line {
  margin-top: 3rem;
}
.cid-tHpOeKoN2j .mbr-section-subtitle,
.cid-tHpOeKoN2j .mbr-section-btn {
  color: #000000;
}
.cid-tHpOeKWp8u {
  background-color: #ffffff;
}
.cid-tHpOeKWp8u H2 {
  color: #132c70;
}
.cid-tHpOeKWp8u H3 {
  color: #132c70;
}
.cid-tHpOeKWp8u .mbr-text,
.cid-tHpOeKWp8u .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpOeKWp8u .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpOeKWp8u img {
  filter: invert(0.5);
}
.cid-tHpOeKWp8u .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpOeKWp8u {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpOeKWp8u .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpOeKWp8u {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpOeKWp8u .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpOeLnBsN {
  background-color: #fbf2e7;
}
.cid-tHpOeLnBsN .photo-split img {
  width: 100%;
}
.cid-tHpOeLnBsN .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpOeLnBsN .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpOeLnBsN .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpOeLnBsN .wrap-block {
  padding-left: 2rem;
}
.cid-tHpOeLnBsN .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpOeLnBsN .wrap-block ul li {
  display: inline-block;
}
.cid-tHpOeLnBsN .wrap-block ul li span {
  text-align: center;
}
.cid-tHpOeLnBsN .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpOeLnBsN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpOeLnBsN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpOeLnBsN .mbr-list,
.cid-tHpOeLnBsN .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpOeLnBsN {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpOeLnBsN .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpOeLnBsN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpOeLnBsN .mbr-section-title,
  .cid-tHpOeLnBsN .mbr-section-subtitle,
  .cid-tHpOeLnBsN .mbr-text {
    text-align: center !important;
  }
  .cid-tHpOeLnBsN .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpOeLnBsN {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpOeLnBsN .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpOeLnBsN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpOeLnBsN .btn-line {
  margin-top: 3rem;
}
.cid-tHpOeLnBsN .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpOeLnBsN .col-lg-8 {
    order: 2;
  }
  .cid-tHpOeLnBsN .col-lg-4 {
    order: 1;
  }
}
.cid-tHpOeLnBsN .mbr-section-title {
  color: #000000;
}
.cid-tHpOeLnBsN .mbr-text {
  color: #000000;
}
.cid-tHpOeLWjv0 {
  background-color: #ffffff;
}
.cid-tHpOeLWjv0 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpOeLWjv0 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpOeLWjv0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpOeLWjv0 .social-media {
  margin-top: 1.5rem;
}
.cid-tHpOeLWjv0 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpOeLWjv0 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpOeLWjv0 .mbr-text,
.cid-tHpOeLWjv0 .mbr-offer {
  line-height: 1.5;
}
.cid-tHpOeLWjv0 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpOeLWjv0 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpOeLWjv0 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpOeLWjv0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpOeLWjv0 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpOeLWjv0 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpOeLWjv0 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpOeLWjv0 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpOeLWjv0 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpOeLWjv0 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpOeLWjv0 .container-fluid {
  max-width: 1300px;
}
.cid-tHpOeLWjv0 li {
  font-weight: 400;
}
.cid-tHpOeMwZdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpOeMwZdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpOeMwZdI .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-tHpOeMwZdI .container {
    padding: 0 20px;
  }
}
.cid-tHpOeMwZdI .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpOeMwZdI .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpOeMwZdI .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpOeMwZdI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpOeMwZdI .mbr-section-title {
  color: #ffffff;
}
.cid-tHpOeMwZdI .mbr-section-title,
.cid-tHpOeMwZdI .mbr-section-btn,
.cid-tHpOeMwZdI .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpOnGWTKg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpOnGWTKg .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpOnGWTKg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpOnGWTKg .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpOnGWTKg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpOnGWTKg .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpOnGWTKg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpOnGWTKg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpOnGWTKg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpOnGWTKg .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpOnGWTKg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpOnGWTKg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpOnGWTKg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpOnGWTKg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpOnGWTKg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpOnGWTKg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpOnGWTKg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpOnGWTKg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpOnGWTKg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpOnGWTKg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpOnGWTKg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpOnGWTKg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpOnGWTKg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpOnGWTKg .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpOnGWTKg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpOnGWTKg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpOnGWTKg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpOnGWTKg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpOnGWTKg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpOnGWTKg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpOnGWTKg .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpOnGWTKg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpOnGWTKg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpOnGWTKg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpOnGWTKg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpOnGWTKg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpOnGWTKg .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpOnGWTKg .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpOnGWTKg .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpOnGWTKg .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpOnGWTKg .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpOnGWTKg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpOnGWTKg .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpOnGWTKg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpOnGWTKg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpOnGWTKg .dropdown-item.active,
.cid-tHpOnGWTKg .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpOnGWTKg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpOnGWTKg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpOnGWTKg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpOnGWTKg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpOnGWTKg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpOnGWTKg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpOnGWTKg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpOnGWTKg .navbar-buttons {
  text-align: center;
}
.cid-tHpOnGWTKg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpOnGWTKg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpOnGWTKg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpOnGWTKg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpOnGWTKg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpOnGWTKg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpOnGWTKg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpOnGWTKg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpOnGWTKg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpOnGWTKg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpOnGWTKg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpOnGWTKg .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpOnGWTKg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpOnGWTKg .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpOnGWTKg .nav-link:hover,
.cid-tHpOnGWTKg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpOnGWTKg .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpOnGWTKg .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpOnGWTKg .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpOnHYWh6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpOnHYWh6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpOnHYWh6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpOnHYWh6 H1 {
  color: #000000;
}
.cid-tHpOnHYWh6 .mbr-text,
.cid-tHpOnHYWh6 .mbr-section-btn {
  color: #132c70;
}
.cid-tHpOnHYWh6 H3 {
  color: #132c70;
}
.cid-tHpOnHYWh6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpOnHYWh6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpOnHYWh6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpOnHYWh6 .link:hover {
  color: #000000 !important;
}
.cid-tHpOnHYWh6 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpOnHYWh6 DIV {
  color: #57468b;
}
.cid-tHpOnHYWh6 .text-1 {
  line-height: 1;
}
.cid-tHpOnHYWh6 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpOnHYWh6 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpOnHYWh6 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpOnIww8R {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpOnIww8R {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpOnIww8R h1 {
  color: #ffffff;
}
.cid-tHpOnIww8R h2 {
  color: #ffffff;
}
.cid-tHpOnIww8R a {
  color: #ffffff;
}
.cid-tHpOnIww8R .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpOnIww8R .animated-element {
  color: #efefef;
}
.cid-tHpOnIww8R .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpOnIww8R .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpOnIww8R .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpOnIww8R .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpOnIww8R .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpOnIww8R .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpOnIww8R .container-fluid {
  max-width: 1300px;
}
.cid-tHpOnIww8R .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpOnIww8R .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpOnIww8R .btn-line {
  margin-top: 3rem;
}
.cid-tHpOnIww8R .mbr-section-subtitle,
.cid-tHpOnIww8R .mbr-section-btn {
  color: #000000;
}
.cid-tHpOnJ741g {
  background-color: #ffffff;
}
.cid-tHpOnJ741g H2 {
  color: #132c70;
}
.cid-tHpOnJ741g H3 {
  color: #132c70;
}
.cid-tHpOnJ741g .mbr-text,
.cid-tHpOnJ741g .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpOnJ741g .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpOnJ741g img {
  filter: invert(0.5);
}
.cid-tHpOnJ741g .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpOnJ741g {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpOnJ741g .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpOnJ741g {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpOnJ741g .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpOnJBaVb {
  background-color: #fbf2e7;
}
.cid-tHpOnJBaVb .photo-split img {
  width: 100%;
}
.cid-tHpOnJBaVb .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpOnJBaVb .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpOnJBaVb .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpOnJBaVb .wrap-block {
  padding-left: 2rem;
}
.cid-tHpOnJBaVb .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpOnJBaVb .wrap-block ul li {
  display: inline-block;
}
.cid-tHpOnJBaVb .wrap-block ul li span {
  text-align: center;
}
.cid-tHpOnJBaVb .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpOnJBaVb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpOnJBaVb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpOnJBaVb .mbr-list,
.cid-tHpOnJBaVb .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpOnJBaVb {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpOnJBaVb .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpOnJBaVb .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpOnJBaVb .mbr-section-title,
  .cid-tHpOnJBaVb .mbr-section-subtitle,
  .cid-tHpOnJBaVb .mbr-text {
    text-align: center !important;
  }
  .cid-tHpOnJBaVb .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpOnJBaVb {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpOnJBaVb .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpOnJBaVb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpOnJBaVb .btn-line {
  margin-top: 3rem;
}
.cid-tHpOnJBaVb .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpOnJBaVb .col-lg-8 {
    order: 2;
  }
  .cid-tHpOnJBaVb .col-lg-4 {
    order: 1;
  }
}
.cid-tHpOnJBaVb .mbr-section-title {
  color: #000000;
}
.cid-tHpOnJBaVb .mbr-text {
  color: #000000;
}
.cid-tHpOnKaWAR {
  background-color: #ffffff;
}
.cid-tHpOnKaWAR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpOnKaWAR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpOnKaWAR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpOnKaWAR .social-media {
  margin-top: 1.5rem;
}
.cid-tHpOnKaWAR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpOnKaWAR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpOnKaWAR .mbr-text,
.cid-tHpOnKaWAR .mbr-offer {
  line-height: 1.5;
}
.cid-tHpOnKaWAR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpOnKaWAR {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpOnKaWAR .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpOnKaWAR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpOnKaWAR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpOnKaWAR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpOnKaWAR .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpOnKaWAR {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpOnKaWAR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpOnKaWAR .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpOnKaWAR .container-fluid {
  max-width: 1300px;
}
.cid-tHpOnKaWAR li {
  font-weight: 400;
}
.cid-tHpOnKOrYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpOnKOrYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpOnKOrYy .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-tHpOnKOrYy .container {
    padding: 0 20px;
  }
}
.cid-tHpOnKOrYy .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpOnKOrYy .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpOnKOrYy .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpOnKOrYy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpOnKOrYy .mbr-section-title {
  color: #ffffff;
}
.cid-tHpOnKOrYy .mbr-section-title,
.cid-tHpOnKOrYy .mbr-section-btn,
.cid-tHpOnKOrYy .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpRuOx4jA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpRuOx4jA .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpRuOx4jA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpRuOx4jA .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpRuOx4jA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpRuOx4jA .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpRuOx4jA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpRuOx4jA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpRuOx4jA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpRuOx4jA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpRuOx4jA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpRuOx4jA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpRuOx4jA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpRuOx4jA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpRuOx4jA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpRuOx4jA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpRuOx4jA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpRuOx4jA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpRuOx4jA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpRuOx4jA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpRuOx4jA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpRuOx4jA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpRuOx4jA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpRuOx4jA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpRuOx4jA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpRuOx4jA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpRuOx4jA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpRuOx4jA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpRuOx4jA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpRuOx4jA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpRuOx4jA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpRuOx4jA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpRuOx4jA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpRuOx4jA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpRuOx4jA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpRuOx4jA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpRuOx4jA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpRuOx4jA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpRuOx4jA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpRuOx4jA .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpRuOx4jA .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpRuOx4jA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpRuOx4jA .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpRuOx4jA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpRuOx4jA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpRuOx4jA .dropdown-item.active,
.cid-tHpRuOx4jA .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpRuOx4jA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpRuOx4jA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpRuOx4jA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpRuOx4jA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpRuOx4jA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpRuOx4jA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpRuOx4jA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpRuOx4jA .navbar-buttons {
  text-align: center;
}
.cid-tHpRuOx4jA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpRuOx4jA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpRuOx4jA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpRuOx4jA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpRuOx4jA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpRuOx4jA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpRuOx4jA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpRuOx4jA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpRuOx4jA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpRuOx4jA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpRuOx4jA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpRuOx4jA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpRuOx4jA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpRuOx4jA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpRuOx4jA .nav-link:hover,
.cid-tHpRuOx4jA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpRuOx4jA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpRuOx4jA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpRuOx4jA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpRuPyZxa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpRuPyZxa {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpRuPyZxa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpRuPyZxa H1 {
  color: #000000;
}
.cid-tHpRuPyZxa .mbr-text,
.cid-tHpRuPyZxa .mbr-section-btn {
  color: #132c70;
}
.cid-tHpRuPyZxa H3 {
  color: #132c70;
}
.cid-tHpRuPyZxa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpRuPyZxa .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpRuPyZxa .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpRuPyZxa .link:hover {
  color: #000000 !important;
}
.cid-tHpRuPyZxa .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpRuPyZxa DIV {
  color: #57468b;
}
.cid-tHpRuPyZxa .text-1 {
  line-height: 1;
}
.cid-tHpRuPyZxa .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpRuPyZxa .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpRuPyZxa .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpRuRfvhg {
  background-color: #fbf2e7;
}
.cid-tHpRuRfvhg .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHpRuRfvhg .card .card-wrapper {
  height: 1%;
}
.cid-tHpRuRfvhg .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHpRuRfvhg .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHpRuRfvhg .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHpRuRfvhg .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHpRuRfvhg .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHpRuRfvhg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHpRuRfvhg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpRuRfvhg .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpRuRfvhg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHpRuRfvhg .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHpRuRfvhg .card-btn {
    opacity: 1;
  }
}
.cid-tHpRuRfvhg p {
  margin-bottom: 0;
}
.cid-tHpRuRfvhg h2 {
  margin-bottom: 1rem;
}
.cid-tHpRuRfvhg .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpRuRfvhg .btn-line {
  margin-top: 3rem;
}
.cid-tHpRuRfvhg .mbr-text,
.cid-tHpRuRfvhg .card-btn {
  color: #000000;
}
.cid-tHpRuSbxm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHpRuSbxm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpRuSbxm8 .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-tHpRuSbxm8 .container {
    padding: 0 16px;
  }
}
.cid-tHpRuSbxm8 .card {
  position: relative;
  justify-content: center;
}
.cid-tHpRuSbxm8 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHpRuSbxm8 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHpRuSbxm8 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHpRuSbxm8 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHpRuSbxm8 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHpRuSbxm8 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHpRuSbxm8 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHpRuSbxm8 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHpRuSbxm8 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHpRuSbxm8 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHpRuSbxm8 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHpRuSbxm8 .mbr-text {
  color: #000000;
}
.cid-tHpRuSbxm8 .mbr-name {
  color: #000000;
}
.cid-tHpRuSbxm8 .mbr-desc {
  color: #dce2e3;
}
.cid-tHpRuSNpPG {
  background-color: #ffffff;
}
.cid-tHpRuSNpPG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpRuSNpPG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpRuSNpPG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpRuSNpPG .social-media {
  margin-top: 1.5rem;
}
.cid-tHpRuSNpPG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpRuSNpPG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpRuSNpPG .mbr-text,
.cid-tHpRuSNpPG .mbr-offer {
  line-height: 1.5;
}
.cid-tHpRuSNpPG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpRuSNpPG {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpRuSNpPG .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpRuSNpPG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpRuSNpPG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpRuSNpPG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpRuSNpPG .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpRuSNpPG {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpRuSNpPG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpRuSNpPG .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpRuSNpPG .container-fluid {
  max-width: 1300px;
}
.cid-tHpRuSNpPG li {
  font-weight: 400;
}
.cid-tHpRuTrWGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpRuTrWGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpRuTrWGg .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-tHpRuTrWGg .container {
    padding: 0 20px;
  }
}
.cid-tHpRuTrWGg .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpRuTrWGg .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpRuTrWGg .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpRuTrWGg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpRuTrWGg .mbr-section-title {
  color: #ffffff;
}
.cid-tHpRuTrWGg .mbr-section-title,
.cid-tHpRuTrWGg .mbr-section-btn,
.cid-tHpRuTrWGg .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpRVYgCiT {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpRVYgCiT .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpRVYgCiT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpRVYgCiT .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpRVYgCiT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpRVYgCiT .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpRVYgCiT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpRVYgCiT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpRVYgCiT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpRVYgCiT .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpRVYgCiT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpRVYgCiT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpRVYgCiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpRVYgCiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpRVYgCiT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpRVYgCiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpRVYgCiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpRVYgCiT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpRVYgCiT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpRVYgCiT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpRVYgCiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpRVYgCiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpRVYgCiT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpRVYgCiT .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpRVYgCiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpRVYgCiT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpRVYgCiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpRVYgCiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpRVYgCiT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpRVYgCiT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpRVYgCiT .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpRVYgCiT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpRVYgCiT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpRVYgCiT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpRVYgCiT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpRVYgCiT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpRVYgCiT .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpRVYgCiT .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpRVYgCiT .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpRVYgCiT .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpRVYgCiT .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpRVYgCiT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpRVYgCiT .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpRVYgCiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpRVYgCiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpRVYgCiT .dropdown-item.active,
.cid-tHpRVYgCiT .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpRVYgCiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpRVYgCiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpRVYgCiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpRVYgCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpRVYgCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpRVYgCiT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpRVYgCiT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpRVYgCiT .navbar-buttons {
  text-align: center;
}
.cid-tHpRVYgCiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpRVYgCiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpRVYgCiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpRVYgCiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpRVYgCiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpRVYgCiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpRVYgCiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpRVYgCiT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpRVYgCiT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpRVYgCiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpRVYgCiT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpRVYgCiT .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpRVYgCiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpRVYgCiT .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpRVYgCiT .nav-link:hover,
.cid-tHpRVYgCiT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpRVYgCiT .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpRVYgCiT .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpRVYgCiT .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpRVYU2HC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpRVYU2HC {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpRVYU2HC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpRVYU2HC H1 {
  color: #000000;
}
.cid-tHpRVYU2HC .mbr-text,
.cid-tHpRVYU2HC .mbr-section-btn {
  color: #132c70;
}
.cid-tHpRVYU2HC H3 {
  color: #132c70;
}
.cid-tHpRVYU2HC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpRVYU2HC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpRVYU2HC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpRVYU2HC .link:hover {
  color: #000000 !important;
}
.cid-tHpRVYU2HC .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpRVYU2HC DIV {
  color: #57468b;
}
.cid-tHpRVYU2HC .text-1 {
  line-height: 1;
}
.cid-tHpRVYU2HC .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpRVYU2HC .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpRVYU2HC .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpRVZm6AD {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpRVZm6AD {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpRVZm6AD h1 {
  color: #ffffff;
}
.cid-tHpRVZm6AD h2 {
  color: #ffffff;
}
.cid-tHpRVZm6AD a {
  color: #ffffff;
}
.cid-tHpRVZm6AD .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpRVZm6AD .animated-element {
  color: #efefef;
}
.cid-tHpRVZm6AD .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpRVZm6AD .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpRVZm6AD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpRVZm6AD .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpRVZm6AD .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpRVZm6AD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpRVZm6AD .container-fluid {
  max-width: 1300px;
}
.cid-tHpRVZm6AD .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpRVZm6AD .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpRVZm6AD .btn-line {
  margin-top: 3rem;
}
.cid-tHpRVZm6AD .mbr-section-subtitle,
.cid-tHpRVZm6AD .mbr-section-btn {
  color: #000000;
}
.cid-tHpRVZXdaU {
  background-color: #ffffff;
}
.cid-tHpRVZXdaU H2 {
  color: #132c70;
}
.cid-tHpRVZXdaU H3 {
  color: #132c70;
}
.cid-tHpRVZXdaU .mbr-text,
.cid-tHpRVZXdaU .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpRVZXdaU .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpRVZXdaU img {
  filter: invert(0.5);
}
.cid-tHpRVZXdaU .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpRVZXdaU {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpRVZXdaU .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpRVZXdaU {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpRVZXdaU .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpRW0oj48 {
  background-color: #fbf2e7;
}
.cid-tHpRW0oj48 .photo-split img {
  width: 100%;
}
.cid-tHpRW0oj48 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpRW0oj48 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpRW0oj48 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpRW0oj48 .wrap-block {
  padding-left: 2rem;
}
.cid-tHpRW0oj48 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpRW0oj48 .wrap-block ul li {
  display: inline-block;
}
.cid-tHpRW0oj48 .wrap-block ul li span {
  text-align: center;
}
.cid-tHpRW0oj48 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpRW0oj48 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpRW0oj48 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpRW0oj48 .mbr-list,
.cid-tHpRW0oj48 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpRW0oj48 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpRW0oj48 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpRW0oj48 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpRW0oj48 .mbr-section-title,
  .cid-tHpRW0oj48 .mbr-section-subtitle,
  .cid-tHpRW0oj48 .mbr-text {
    text-align: center !important;
  }
  .cid-tHpRW0oj48 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpRW0oj48 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpRW0oj48 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpRW0oj48 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpRW0oj48 .btn-line {
  margin-top: 3rem;
}
.cid-tHpRW0oj48 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpRW0oj48 .col-lg-8 {
    order: 2;
  }
  .cid-tHpRW0oj48 .col-lg-4 {
    order: 1;
  }
}
.cid-tHpRW0oj48 .mbr-section-title {
  color: #000000;
}
.cid-tHpRW0oj48 .mbr-text {
  color: #000000;
}
.cid-tHpRW0VeB0 {
  background-color: #ffffff;
}
.cid-tHpRW0VeB0 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpRW0VeB0 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpRW0VeB0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpRW0VeB0 .social-media {
  margin-top: 1.5rem;
}
.cid-tHpRW0VeB0 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpRW0VeB0 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpRW0VeB0 .mbr-text,
.cid-tHpRW0VeB0 .mbr-offer {
  line-height: 1.5;
}
.cid-tHpRW0VeB0 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpRW0VeB0 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpRW0VeB0 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpRW0VeB0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpRW0VeB0 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpRW0VeB0 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpRW0VeB0 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpRW0VeB0 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpRW0VeB0 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpRW0VeB0 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpRW0VeB0 .container-fluid {
  max-width: 1300px;
}
.cid-tHpRW0VeB0 li {
  font-weight: 400;
}
.cid-tHpRW1Ac1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpRW1Ac1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpRW1Ac1L .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-tHpRW1Ac1L .container {
    padding: 0 20px;
  }
}
.cid-tHpRW1Ac1L .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpRW1Ac1L .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpRW1Ac1L .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpRW1Ac1L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpRW1Ac1L .mbr-section-title {
  color: #ffffff;
}
.cid-tHpRW1Ac1L .mbr-section-title,
.cid-tHpRW1Ac1L .mbr-section-btn,
.cid-tHpRW1Ac1L .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpSaE3Lhj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpSaE3Lhj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpSaE3Lhj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpSaE3Lhj .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpSaE3Lhj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpSaE3Lhj .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpSaE3Lhj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpSaE3Lhj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpSaE3Lhj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpSaE3Lhj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpSaE3Lhj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpSaE3Lhj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpSaE3Lhj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpSaE3Lhj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpSaE3Lhj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpSaE3Lhj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpSaE3Lhj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpSaE3Lhj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpSaE3Lhj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpSaE3Lhj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpSaE3Lhj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpSaE3Lhj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpSaE3Lhj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpSaE3Lhj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpSaE3Lhj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpSaE3Lhj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpSaE3Lhj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpSaE3Lhj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpSaE3Lhj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpSaE3Lhj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpSaE3Lhj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpSaE3Lhj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpSaE3Lhj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpSaE3Lhj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpSaE3Lhj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpSaE3Lhj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpSaE3Lhj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpSaE3Lhj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpSaE3Lhj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpSaE3Lhj .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpSaE3Lhj .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpSaE3Lhj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpSaE3Lhj .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpSaE3Lhj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpSaE3Lhj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpSaE3Lhj .dropdown-item.active,
.cid-tHpSaE3Lhj .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpSaE3Lhj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpSaE3Lhj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpSaE3Lhj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpSaE3Lhj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpSaE3Lhj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpSaE3Lhj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpSaE3Lhj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpSaE3Lhj .navbar-buttons {
  text-align: center;
}
.cid-tHpSaE3Lhj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpSaE3Lhj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpSaE3Lhj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpSaE3Lhj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpSaE3Lhj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpSaE3Lhj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpSaE3Lhj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpSaE3Lhj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpSaE3Lhj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpSaE3Lhj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpSaE3Lhj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpSaE3Lhj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpSaE3Lhj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpSaE3Lhj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpSaE3Lhj .nav-link:hover,
.cid-tHpSaE3Lhj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpSaE3Lhj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpSaE3Lhj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpSaE3Lhj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpSaF2C3Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpSaF2C3Z {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpSaF2C3Z img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpSaF2C3Z H1 {
  color: #000000;
}
.cid-tHpSaF2C3Z .mbr-text,
.cid-tHpSaF2C3Z .mbr-section-btn {
  color: #132c70;
}
.cid-tHpSaF2C3Z H3 {
  color: #132c70;
}
.cid-tHpSaF2C3Z .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpSaF2C3Z .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpSaF2C3Z .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpSaF2C3Z .link:hover {
  color: #000000 !important;
}
.cid-tHpSaF2C3Z .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpSaF2C3Z DIV {
  color: #57468b;
}
.cid-tHpSaF2C3Z .text-1 {
  line-height: 1;
}
.cid-tHpSaF2C3Z .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpSaF2C3Z .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpSaF2C3Z .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpSaFvWU1 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpSaFvWU1 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpSaFvWU1 h1 {
  color: #ffffff;
}
.cid-tHpSaFvWU1 h2 {
  color: #ffffff;
}
.cid-tHpSaFvWU1 a {
  color: #ffffff;
}
.cid-tHpSaFvWU1 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpSaFvWU1 .animated-element {
  color: #efefef;
}
.cid-tHpSaFvWU1 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpSaFvWU1 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpSaFvWU1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSaFvWU1 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSaFvWU1 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpSaFvWU1 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpSaFvWU1 .container-fluid {
  max-width: 1300px;
}
.cid-tHpSaFvWU1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpSaFvWU1 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpSaFvWU1 .btn-line {
  margin-top: 3rem;
}
.cid-tHpSaFvWU1 .mbr-section-subtitle,
.cid-tHpSaFvWU1 .mbr-section-btn {
  color: #000000;
}
.cid-tHpSaG7mUa {
  background-color: #ffffff;
}
.cid-tHpSaG7mUa H2 {
  color: #132c70;
}
.cid-tHpSaG7mUa H3 {
  color: #132c70;
}
.cid-tHpSaG7mUa .mbr-text,
.cid-tHpSaG7mUa .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpSaG7mUa .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpSaG7mUa img {
  filter: invert(0.5);
}
.cid-tHpSaG7mUa .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpSaG7mUa {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpSaG7mUa .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSaG7mUa {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpSaG7mUa .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpSaGz4NK {
  background-color: #fbf2e7;
}
.cid-tHpSaGz4NK .photo-split img {
  width: 100%;
}
.cid-tHpSaGz4NK .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpSaGz4NK .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpSaGz4NK .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpSaGz4NK .wrap-block {
  padding-left: 2rem;
}
.cid-tHpSaGz4NK .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpSaGz4NK .wrap-block ul li {
  display: inline-block;
}
.cid-tHpSaGz4NK .wrap-block ul li span {
  text-align: center;
}
.cid-tHpSaGz4NK .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpSaGz4NK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpSaGz4NK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpSaGz4NK .mbr-list,
.cid-tHpSaGz4NK .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpSaGz4NK {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpSaGz4NK .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpSaGz4NK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSaGz4NK .mbr-section-title,
  .cid-tHpSaGz4NK .mbr-section-subtitle,
  .cid-tHpSaGz4NK .mbr-text {
    text-align: center !important;
  }
  .cid-tHpSaGz4NK .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpSaGz4NK {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpSaGz4NK .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpSaGz4NK .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpSaGz4NK .btn-line {
  margin-top: 3rem;
}
.cid-tHpSaGz4NK .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpSaGz4NK .col-lg-8 {
    order: 2;
  }
  .cid-tHpSaGz4NK .col-lg-4 {
    order: 1;
  }
}
.cid-tHpSaGz4NK .mbr-section-title {
  color: #000000;
}
.cid-tHpSaGz4NK .mbr-text {
  color: #000000;
}
.cid-tHpSaH5erc {
  background-color: #ffffff;
}
.cid-tHpSaH5erc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpSaH5erc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpSaH5erc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpSaH5erc .social-media {
  margin-top: 1.5rem;
}
.cid-tHpSaH5erc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpSaH5erc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpSaH5erc .mbr-text,
.cid-tHpSaH5erc .mbr-offer {
  line-height: 1.5;
}
.cid-tHpSaH5erc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpSaH5erc {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpSaH5erc .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpSaH5erc .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSaH5erc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpSaH5erc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpSaH5erc .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSaH5erc {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpSaH5erc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpSaH5erc .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpSaH5erc .container-fluid {
  max-width: 1300px;
}
.cid-tHpSaH5erc li {
  font-weight: 400;
}
.cid-tHpSaHLO04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpSaHLO04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpSaHLO04 .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-tHpSaHLO04 .container {
    padding: 0 20px;
  }
}
.cid-tHpSaHLO04 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpSaHLO04 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpSaHLO04 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpSaHLO04 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpSaHLO04 .mbr-section-title {
  color: #ffffff;
}
.cid-tHpSaHLO04 .mbr-section-title,
.cid-tHpSaHLO04 .mbr-section-btn,
.cid-tHpSaHLO04 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpShzPP3P {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpShzPP3P .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpShzPP3P .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpShzPP3P .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpShzPP3P .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpShzPP3P .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpShzPP3P .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpShzPP3P .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpShzPP3P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpShzPP3P .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpShzPP3P .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpShzPP3P .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpShzPP3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpShzPP3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpShzPP3P .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpShzPP3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpShzPP3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpShzPP3P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpShzPP3P .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpShzPP3P .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpShzPP3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpShzPP3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpShzPP3P .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpShzPP3P .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpShzPP3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpShzPP3P .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpShzPP3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpShzPP3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpShzPP3P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpShzPP3P .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpShzPP3P .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpShzPP3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpShzPP3P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpShzPP3P .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpShzPP3P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpShzPP3P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpShzPP3P .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpShzPP3P .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpShzPP3P .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpShzPP3P .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpShzPP3P .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpShzPP3P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpShzPP3P .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpShzPP3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpShzPP3P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpShzPP3P .dropdown-item.active,
.cid-tHpShzPP3P .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpShzPP3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpShzPP3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpShzPP3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpShzPP3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpShzPP3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpShzPP3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpShzPP3P ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpShzPP3P .navbar-buttons {
  text-align: center;
}
.cid-tHpShzPP3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpShzPP3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpShzPP3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpShzPP3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpShzPP3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpShzPP3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpShzPP3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpShzPP3P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpShzPP3P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpShzPP3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpShzPP3P a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpShzPP3P .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpShzPP3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpShzPP3P .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpShzPP3P .nav-link:hover,
.cid-tHpShzPP3P .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpShzPP3P .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpShzPP3P .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpShzPP3P .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpShAIjPG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpShAIjPG {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpShAIjPG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpShAIjPG H1 {
  color: #000000;
}
.cid-tHpShAIjPG .mbr-text,
.cid-tHpShAIjPG .mbr-section-btn {
  color: #132c70;
}
.cid-tHpShAIjPG H3 {
  color: #132c70;
}
.cid-tHpShAIjPG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpShAIjPG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpShAIjPG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpShAIjPG .link:hover {
  color: #000000 !important;
}
.cid-tHpShAIjPG .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpShAIjPG DIV {
  color: #57468b;
}
.cid-tHpShAIjPG .text-1 {
  line-height: 1;
}
.cid-tHpShAIjPG .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpShAIjPG .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpShAIjPG .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpShBcN4u {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpShBcN4u {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpShBcN4u h1 {
  color: #ffffff;
}
.cid-tHpShBcN4u h2 {
  color: #ffffff;
}
.cid-tHpShBcN4u a {
  color: #ffffff;
}
.cid-tHpShBcN4u .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpShBcN4u .animated-element {
  color: #efefef;
}
.cid-tHpShBcN4u .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpShBcN4u .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpShBcN4u .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpShBcN4u .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpShBcN4u .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpShBcN4u .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpShBcN4u .container-fluid {
  max-width: 1300px;
}
.cid-tHpShBcN4u .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpShBcN4u .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpShBcN4u .btn-line {
  margin-top: 3rem;
}
.cid-tHpShBcN4u .mbr-section-subtitle,
.cid-tHpShBcN4u .mbr-section-btn {
  color: #000000;
}
.cid-tHpShBNY87 {
  background-color: #ffffff;
}
.cid-tHpShBNY87 H2 {
  color: #132c70;
}
.cid-tHpShBNY87 H3 {
  color: #132c70;
}
.cid-tHpShBNY87 .mbr-text,
.cid-tHpShBNY87 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpShBNY87 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpShBNY87 img {
  filter: invert(0.5);
}
.cid-tHpShBNY87 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpShBNY87 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpShBNY87 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpShBNY87 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpShBNY87 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpShCgQ85 {
  background-color: #fbf2e7;
}
.cid-tHpShCgQ85 .photo-split img {
  width: 100%;
}
.cid-tHpShCgQ85 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpShCgQ85 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpShCgQ85 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpShCgQ85 .wrap-block {
  padding-left: 2rem;
}
.cid-tHpShCgQ85 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpShCgQ85 .wrap-block ul li {
  display: inline-block;
}
.cid-tHpShCgQ85 .wrap-block ul li span {
  text-align: center;
}
.cid-tHpShCgQ85 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpShCgQ85 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpShCgQ85 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpShCgQ85 .mbr-list,
.cid-tHpShCgQ85 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpShCgQ85 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpShCgQ85 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpShCgQ85 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpShCgQ85 .mbr-section-title,
  .cid-tHpShCgQ85 .mbr-section-subtitle,
  .cid-tHpShCgQ85 .mbr-text {
    text-align: center !important;
  }
  .cid-tHpShCgQ85 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpShCgQ85 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpShCgQ85 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpShCgQ85 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpShCgQ85 .btn-line {
  margin-top: 3rem;
}
.cid-tHpShCgQ85 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpShCgQ85 .col-lg-8 {
    order: 2;
  }
  .cid-tHpShCgQ85 .col-lg-4 {
    order: 1;
  }
}
.cid-tHpShCgQ85 .mbr-section-title {
  color: #000000;
}
.cid-tHpShCgQ85 .mbr-text {
  color: #000000;
}
.cid-tHpShCN3Wv {
  background-color: #ffffff;
}
.cid-tHpShCN3Wv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpShCN3Wv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpShCN3Wv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpShCN3Wv .social-media {
  margin-top: 1.5rem;
}
.cid-tHpShCN3Wv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpShCN3Wv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpShCN3Wv .mbr-text,
.cid-tHpShCN3Wv .mbr-offer {
  line-height: 1.5;
}
.cid-tHpShCN3Wv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpShCN3Wv {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpShCN3Wv .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpShCN3Wv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpShCN3Wv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpShCN3Wv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpShCN3Wv .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpShCN3Wv {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpShCN3Wv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpShCN3Wv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpShCN3Wv .container-fluid {
  max-width: 1300px;
}
.cid-tHpShCN3Wv li {
  font-weight: 400;
}
.cid-tHpShDtTCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpShDtTCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpShDtTCu .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-tHpShDtTCu .container {
    padding: 0 20px;
  }
}
.cid-tHpShDtTCu .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpShDtTCu .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpShDtTCu .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpShDtTCu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpShDtTCu .mbr-section-title {
  color: #ffffff;
}
.cid-tHpShDtTCu .mbr-section-title,
.cid-tHpShDtTCu .mbr-section-btn,
.cid-tHpShDtTCu .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpSBD3D6l {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpSBD3D6l .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpSBD3D6l .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpSBD3D6l .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpSBD3D6l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpSBD3D6l .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpSBD3D6l .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpSBD3D6l .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpSBD3D6l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpSBD3D6l .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpSBD3D6l .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpSBD3D6l .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpSBD3D6l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpSBD3D6l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpSBD3D6l .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpSBD3D6l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpSBD3D6l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpSBD3D6l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpSBD3D6l .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpSBD3D6l .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpSBD3D6l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpSBD3D6l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpSBD3D6l .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpSBD3D6l .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpSBD3D6l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpSBD3D6l .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpSBD3D6l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpSBD3D6l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpSBD3D6l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpSBD3D6l .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpSBD3D6l .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpSBD3D6l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpSBD3D6l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpSBD3D6l .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpSBD3D6l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpSBD3D6l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpSBD3D6l .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpSBD3D6l .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpSBD3D6l .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpSBD3D6l .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpSBD3D6l .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpSBD3D6l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpSBD3D6l .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpSBD3D6l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpSBD3D6l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpSBD3D6l .dropdown-item.active,
.cid-tHpSBD3D6l .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpSBD3D6l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpSBD3D6l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpSBD3D6l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpSBD3D6l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpSBD3D6l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpSBD3D6l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpSBD3D6l ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpSBD3D6l .navbar-buttons {
  text-align: center;
}
.cid-tHpSBD3D6l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpSBD3D6l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpSBD3D6l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpSBD3D6l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpSBD3D6l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpSBD3D6l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpSBD3D6l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpSBD3D6l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpSBD3D6l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpSBD3D6l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpSBD3D6l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpSBD3D6l .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpSBD3D6l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpSBD3D6l .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpSBD3D6l .nav-link:hover,
.cid-tHpSBD3D6l .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpSBD3D6l .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpSBD3D6l .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpSBD3D6l .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpSBE5G6j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpSBE5G6j {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpSBE5G6j img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpSBE5G6j H1 {
  color: #000000;
}
.cid-tHpSBE5G6j .mbr-text,
.cid-tHpSBE5G6j .mbr-section-btn {
  color: #132c70;
}
.cid-tHpSBE5G6j H3 {
  color: #132c70;
}
.cid-tHpSBE5G6j .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpSBE5G6j .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpSBE5G6j .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpSBE5G6j .link:hover {
  color: #000000 !important;
}
.cid-tHpSBE5G6j .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpSBE5G6j DIV {
  color: #57468b;
}
.cid-tHpSBE5G6j .text-1 {
  line-height: 1;
}
.cid-tHpSBE5G6j .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpSBE5G6j .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpSBE5G6j .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpSBEF7qG {
  background-color: #fbf2e7;
}
.cid-tHpSBEF7qG .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHpSBEF7qG .card .card-wrapper {
  height: 1%;
}
.cid-tHpSBEF7qG .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHpSBEF7qG .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHpSBEF7qG .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHpSBEF7qG .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHpSBEF7qG .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHpSBEF7qG {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHpSBEF7qG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSBEF7qG .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSBEF7qG {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHpSBEF7qG .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHpSBEF7qG .card-btn {
    opacity: 1;
  }
}
.cid-tHpSBEF7qG p {
  margin-bottom: 0;
}
.cid-tHpSBEF7qG h2 {
  margin-bottom: 1rem;
}
.cid-tHpSBEF7qG .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpSBEF7qG .btn-line {
  margin-top: 3rem;
}
.cid-tHpSBEF7qG .mbr-text,
.cid-tHpSBEF7qG .card-btn {
  color: #000000;
}
.cid-tHpSBFN9eg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHpSBFN9eg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpSBFN9eg .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-tHpSBFN9eg .container {
    padding: 0 16px;
  }
}
.cid-tHpSBFN9eg .card {
  position: relative;
  justify-content: center;
}
.cid-tHpSBFN9eg .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHpSBFN9eg .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHpSBFN9eg .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHpSBFN9eg .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHpSBFN9eg .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHpSBFN9eg .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHpSBFN9eg .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHpSBFN9eg .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHpSBFN9eg .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHpSBFN9eg .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHpSBFN9eg .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHpSBFN9eg .mbr-text {
  color: #000000;
}
.cid-tHpSBFN9eg .mbr-name {
  color: #000000;
}
.cid-tHpSBFN9eg .mbr-desc {
  color: #dce2e3;
}
.cid-tHpSBGwdNr {
  background-color: #ffffff;
}
.cid-tHpSBGwdNr .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpSBGwdNr .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpSBGwdNr .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpSBGwdNr .social-media {
  margin-top: 1.5rem;
}
.cid-tHpSBGwdNr .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpSBGwdNr .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpSBGwdNr .mbr-text,
.cid-tHpSBGwdNr .mbr-offer {
  line-height: 1.5;
}
.cid-tHpSBGwdNr .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpSBGwdNr {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpSBGwdNr .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpSBGwdNr .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSBGwdNr .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpSBGwdNr .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpSBGwdNr .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSBGwdNr {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpSBGwdNr .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpSBGwdNr .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpSBGwdNr .container-fluid {
  max-width: 1300px;
}
.cid-tHpSBGwdNr li {
  font-weight: 400;
}
.cid-tHpSBHaJsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpSBHaJsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpSBHaJsM .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-tHpSBHaJsM .container {
    padding: 0 20px;
  }
}
.cid-tHpSBHaJsM .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpSBHaJsM .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpSBHaJsM .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpSBHaJsM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpSBHaJsM .mbr-section-title {
  color: #ffffff;
}
.cid-tHpSBHaJsM .mbr-section-title,
.cid-tHpSBHaJsM .mbr-section-btn,
.cid-tHpSBHaJsM .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpSMMVdOK {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpSMMVdOK .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpSMMVdOK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpSMMVdOK .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpSMMVdOK .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpSMMVdOK .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpSMMVdOK .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpSMMVdOK .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpSMMVdOK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpSMMVdOK .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpSMMVdOK .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpSMMVdOK .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpSMMVdOK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpSMMVdOK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpSMMVdOK .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpSMMVdOK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpSMMVdOK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpSMMVdOK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpSMMVdOK .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpSMMVdOK .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpSMMVdOK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpSMMVdOK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpSMMVdOK .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpSMMVdOK .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpSMMVdOK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpSMMVdOK .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpSMMVdOK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpSMMVdOK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpSMMVdOK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpSMMVdOK .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpSMMVdOK .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpSMMVdOK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpSMMVdOK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpSMMVdOK .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpSMMVdOK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpSMMVdOK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpSMMVdOK .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpSMMVdOK .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpSMMVdOK .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpSMMVdOK .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpSMMVdOK .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpSMMVdOK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpSMMVdOK .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpSMMVdOK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpSMMVdOK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpSMMVdOK .dropdown-item.active,
.cid-tHpSMMVdOK .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpSMMVdOK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpSMMVdOK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpSMMVdOK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpSMMVdOK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpSMMVdOK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpSMMVdOK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpSMMVdOK ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpSMMVdOK .navbar-buttons {
  text-align: center;
}
.cid-tHpSMMVdOK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpSMMVdOK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpSMMVdOK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpSMMVdOK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpSMMVdOK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpSMMVdOK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpSMMVdOK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpSMMVdOK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpSMMVdOK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpSMMVdOK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpSMMVdOK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpSMMVdOK .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpSMMVdOK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpSMMVdOK .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpSMMVdOK .nav-link:hover,
.cid-tHpSMMVdOK .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpSMMVdOK .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpSMMVdOK .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpSMMVdOK .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpSMNUUzV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpSMNUUzV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpSMNUUzV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpSMNUUzV H1 {
  color: #000000;
}
.cid-tHpSMNUUzV .mbr-text,
.cid-tHpSMNUUzV .mbr-section-btn {
  color: #132c70;
}
.cid-tHpSMNUUzV H3 {
  color: #132c70;
}
.cid-tHpSMNUUzV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpSMNUUzV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpSMNUUzV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpSMNUUzV .link:hover {
  color: #000000 !important;
}
.cid-tHpSMNUUzV .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpSMNUUzV DIV {
  color: #57468b;
}
.cid-tHpSMNUUzV .text-1 {
  line-height: 1;
}
.cid-tHpSMNUUzV .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpSMNUUzV .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpSMNUUzV .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpSMOtSJv {
  background-color: #fbf2e7;
}
.cid-tHpSMOtSJv .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tHpSMOtSJv .card .card-wrapper {
  height: 1%;
}
.cid-tHpSMOtSJv .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tHpSMOtSJv .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tHpSMOtSJv .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tHpSMOtSJv .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tHpSMOtSJv .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tHpSMOtSJv {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tHpSMOtSJv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSMOtSJv .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSMOtSJv {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tHpSMOtSJv .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tHpSMOtSJv .card-btn {
    opacity: 1;
  }
}
.cid-tHpSMOtSJv p {
  margin-bottom: 0;
}
.cid-tHpSMOtSJv h2 {
  margin-bottom: 1rem;
}
.cid-tHpSMOtSJv .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpSMOtSJv .btn-line {
  margin-top: 3rem;
}
.cid-tHpSMOtSJv .mbr-text,
.cid-tHpSMOtSJv .card-btn {
  color: #000000;
}
.cid-tHpSMPrAFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf2e7;
}
.cid-tHpSMPrAFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpSMPrAFT .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-tHpSMPrAFT .container {
    padding: 0 16px;
  }
}
.cid-tHpSMPrAFT .card {
  position: relative;
  justify-content: center;
}
.cid-tHpSMPrAFT .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #e8d4bc;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tHpSMPrAFT .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-tHpSMPrAFT .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-tHpSMPrAFT .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-tHpSMPrAFT .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-tHpSMPrAFT .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d7a105;
}
.cid-tHpSMPrAFT .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-tHpSMPrAFT .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tHpSMPrAFT .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tHpSMPrAFT .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHpSMPrAFT .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-tHpSMPrAFT .mbr-text {
  color: #000000;
}
.cid-tHpSMPrAFT .mbr-name {
  color: #000000;
}
.cid-tHpSMPrAFT .mbr-desc {
  color: #dce2e3;
}
.cid-tHpSMQ0ay1 {
  background-color: #ffffff;
}
.cid-tHpSMQ0ay1 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpSMQ0ay1 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpSMQ0ay1 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpSMQ0ay1 .social-media {
  margin-top: 1.5rem;
}
.cid-tHpSMQ0ay1 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpSMQ0ay1 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpSMQ0ay1 .mbr-text,
.cid-tHpSMQ0ay1 .mbr-offer {
  line-height: 1.5;
}
.cid-tHpSMQ0ay1 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpSMQ0ay1 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpSMQ0ay1 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpSMQ0ay1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpSMQ0ay1 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpSMQ0ay1 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpSMQ0ay1 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpSMQ0ay1 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpSMQ0ay1 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpSMQ0ay1 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpSMQ0ay1 .container-fluid {
  max-width: 1300px;
}
.cid-tHpSMQ0ay1 li {
  font-weight: 400;
}
.cid-tHpSMQAyfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpSMQAyfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpSMQAyfe .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-tHpSMQAyfe .container {
    padding: 0 20px;
  }
}
.cid-tHpSMQAyfe .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpSMQAyfe .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpSMQAyfe .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpSMQAyfe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpSMQAyfe .mbr-section-title {
  color: #ffffff;
}
.cid-tHpSMQAyfe .mbr-section-title,
.cid-tHpSMQAyfe .mbr-section-btn,
.cid-tHpSMQAyfe .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpT2UGiDY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpT2UGiDY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpT2UGiDY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpT2UGiDY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpT2UGiDY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpT2UGiDY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpT2UGiDY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpT2UGiDY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpT2UGiDY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpT2UGiDY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpT2UGiDY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpT2UGiDY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpT2UGiDY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpT2UGiDY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpT2UGiDY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpT2UGiDY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpT2UGiDY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpT2UGiDY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpT2UGiDY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpT2UGiDY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpT2UGiDY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpT2UGiDY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpT2UGiDY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpT2UGiDY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpT2UGiDY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpT2UGiDY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpT2UGiDY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpT2UGiDY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpT2UGiDY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpT2UGiDY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpT2UGiDY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpT2UGiDY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpT2UGiDY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpT2UGiDY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpT2UGiDY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpT2UGiDY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpT2UGiDY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpT2UGiDY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpT2UGiDY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpT2UGiDY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpT2UGiDY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpT2UGiDY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpT2UGiDY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpT2UGiDY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpT2UGiDY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpT2UGiDY .dropdown-item.active,
.cid-tHpT2UGiDY .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpT2UGiDY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpT2UGiDY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpT2UGiDY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpT2UGiDY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpT2UGiDY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpT2UGiDY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpT2UGiDY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpT2UGiDY .navbar-buttons {
  text-align: center;
}
.cid-tHpT2UGiDY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpT2UGiDY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpT2UGiDY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpT2UGiDY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpT2UGiDY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpT2UGiDY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpT2UGiDY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpT2UGiDY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpT2UGiDY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpT2UGiDY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpT2UGiDY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpT2UGiDY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpT2UGiDY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpT2UGiDY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpT2UGiDY .nav-link:hover,
.cid-tHpT2UGiDY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpT2UGiDY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpT2UGiDY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpT2UGiDY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpT2VwV0X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpT2VwV0X {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpT2VwV0X img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpT2VwV0X H1 {
  color: #000000;
}
.cid-tHpT2VwV0X .mbr-text,
.cid-tHpT2VwV0X .mbr-section-btn {
  color: #132c70;
}
.cid-tHpT2VwV0X H3 {
  color: #132c70;
}
.cid-tHpT2VwV0X .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpT2VwV0X .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpT2VwV0X .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpT2VwV0X .link:hover {
  color: #000000 !important;
}
.cid-tHpT2VwV0X .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpT2VwV0X DIV {
  color: #57468b;
}
.cid-tHpT2VwV0X .text-1 {
  line-height: 1;
}
.cid-tHpT2VwV0X .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpT2VwV0X .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpT2VwV0X .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpT2VYHOI {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpT2VYHOI {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpT2VYHOI h1 {
  color: #ffffff;
}
.cid-tHpT2VYHOI h2 {
  color: #ffffff;
}
.cid-tHpT2VYHOI a {
  color: #ffffff;
}
.cid-tHpT2VYHOI .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpT2VYHOI .animated-element {
  color: #efefef;
}
.cid-tHpT2VYHOI .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpT2VYHOI .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpT2VYHOI .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpT2VYHOI .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpT2VYHOI .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpT2VYHOI .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpT2VYHOI .container-fluid {
  max-width: 1300px;
}
.cid-tHpT2VYHOI .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpT2VYHOI .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpT2VYHOI .btn-line {
  margin-top: 3rem;
}
.cid-tHpT2VYHOI .mbr-section-subtitle,
.cid-tHpT2VYHOI .mbr-section-btn {
  color: #000000;
}
.cid-tHpT2WyU7G {
  background-color: #ffffff;
}
.cid-tHpT2WyU7G H2 {
  color: #132c70;
}
.cid-tHpT2WyU7G H3 {
  color: #132c70;
}
.cid-tHpT2WyU7G .mbr-text,
.cid-tHpT2WyU7G .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpT2WyU7G .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpT2WyU7G img {
  filter: invert(0.5);
}
.cid-tHpT2WyU7G .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpT2WyU7G {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpT2WyU7G .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpT2WyU7G {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpT2WyU7G .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpT2X2t20 {
  background-color: #fbf2e7;
}
.cid-tHpT2X2t20 .photo-split img {
  width: 100%;
}
.cid-tHpT2X2t20 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpT2X2t20 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpT2X2t20 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpT2X2t20 .wrap-block {
  padding-left: 2rem;
}
.cid-tHpT2X2t20 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpT2X2t20 .wrap-block ul li {
  display: inline-block;
}
.cid-tHpT2X2t20 .wrap-block ul li span {
  text-align: center;
}
.cid-tHpT2X2t20 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpT2X2t20 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpT2X2t20 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpT2X2t20 .mbr-list,
.cid-tHpT2X2t20 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpT2X2t20 {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpT2X2t20 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpT2X2t20 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpT2X2t20 .mbr-section-title,
  .cid-tHpT2X2t20 .mbr-section-subtitle,
  .cid-tHpT2X2t20 .mbr-text {
    text-align: center !important;
  }
  .cid-tHpT2X2t20 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpT2X2t20 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpT2X2t20 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpT2X2t20 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpT2X2t20 .btn-line {
  margin-top: 3rem;
}
.cid-tHpT2X2t20 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpT2X2t20 .col-lg-8 {
    order: 2;
  }
  .cid-tHpT2X2t20 .col-lg-4 {
    order: 1;
  }
}
.cid-tHpT2X2t20 .mbr-section-title {
  color: #000000;
}
.cid-tHpT2X2t20 .mbr-text {
  color: #000000;
}
.cid-tHpT2Xx6Bi {
  background-color: #ffffff;
}
.cid-tHpT2Xx6Bi .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpT2Xx6Bi .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpT2Xx6Bi .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpT2Xx6Bi .social-media {
  margin-top: 1.5rem;
}
.cid-tHpT2Xx6Bi .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpT2Xx6Bi .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpT2Xx6Bi .mbr-text,
.cid-tHpT2Xx6Bi .mbr-offer {
  line-height: 1.5;
}
.cid-tHpT2Xx6Bi .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpT2Xx6Bi {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpT2Xx6Bi .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpT2Xx6Bi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpT2Xx6Bi .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpT2Xx6Bi .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpT2Xx6Bi .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpT2Xx6Bi {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpT2Xx6Bi .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpT2Xx6Bi .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpT2Xx6Bi .container-fluid {
  max-width: 1300px;
}
.cid-tHpT2Xx6Bi li {
  font-weight: 400;
}
.cid-tHpT2YcvTd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpT2YcvTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpT2YcvTd .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-tHpT2YcvTd .container {
    padding: 0 20px;
  }
}
.cid-tHpT2YcvTd .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpT2YcvTd .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpT2YcvTd .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpT2YcvTd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpT2YcvTd .mbr-section-title {
  color: #ffffff;
}
.cid-tHpT2YcvTd .mbr-section-title,
.cid-tHpT2YcvTd .mbr-section-btn,
.cid-tHpT2YcvTd .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHqcV62LYs {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHqcV62LYs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHqcV62LYs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHqcV62LYs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHqcV62LYs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHqcV62LYs .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHqcV62LYs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHqcV62LYs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHqcV62LYs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHqcV62LYs .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHqcV62LYs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHqcV62LYs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHqcV62LYs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHqcV62LYs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHqcV62LYs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHqcV62LYs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHqcV62LYs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHqcV62LYs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHqcV62LYs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHqcV62LYs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHqcV62LYs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHqcV62LYs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHqcV62LYs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHqcV62LYs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHqcV62LYs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHqcV62LYs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHqcV62LYs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHqcV62LYs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHqcV62LYs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHqcV62LYs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHqcV62LYs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHqcV62LYs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHqcV62LYs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHqcV62LYs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHqcV62LYs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHqcV62LYs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHqcV62LYs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHqcV62LYs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHqcV62LYs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHqcV62LYs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHqcV62LYs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHqcV62LYs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHqcV62LYs .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHqcV62LYs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHqcV62LYs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHqcV62LYs .dropdown-item.active,
.cid-tHqcV62LYs .dropdown-item:active {
  background-color: transparent;
}
.cid-tHqcV62LYs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHqcV62LYs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHqcV62LYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHqcV62LYs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHqcV62LYs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHqcV62LYs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHqcV62LYs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHqcV62LYs .navbar-buttons {
  text-align: center;
}
.cid-tHqcV62LYs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHqcV62LYs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHqcV62LYs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHqcV62LYs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqcV62LYs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqcV62LYs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHqcV62LYs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqcV62LYs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHqcV62LYs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHqcV62LYs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqcV62LYs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHqcV62LYs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHqcV62LYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHqcV62LYs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHqcV62LYs .nav-link:hover,
.cid-tHqcV62LYs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHqcV62LYs .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHqcV62LYs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHqcV62LYs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHqcV6QZ4P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHqcV6QZ4P {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHqcV6QZ4P img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHqcV6QZ4P H1 {
  color: #000000;
}
.cid-tHqcV6QZ4P .mbr-text,
.cid-tHqcV6QZ4P .mbr-section-btn {
  color: #132c70;
}
.cid-tHqcV6QZ4P H3 {
  color: #132c70;
}
.cid-tHqcV6QZ4P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHqcV6QZ4P .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHqcV6QZ4P .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHqcV6QZ4P .link:hover {
  color: #000000 !important;
}
.cid-tHqcV6QZ4P .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHqcV6QZ4P DIV {
  color: #57468b;
}
.cid-tHqcV6QZ4P .text-1 {
  line-height: 1;
}
.cid-tHqcV6QZ4P .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHqcV6QZ4P .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHqcV6QZ4P .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHqcV7kFxH {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHqcV7kFxH {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHqcV7kFxH h1 {
  color: #ffffff;
}
.cid-tHqcV7kFxH h2 {
  color: #ffffff;
}
.cid-tHqcV7kFxH a {
  color: #ffffff;
}
.cid-tHqcV7kFxH .btn-line::after {
  background-color: #ffffff;
}
.cid-tHqcV7kFxH .animated-element {
  color: #efefef;
}
.cid-tHqcV7kFxH .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHqcV7kFxH .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHqcV7kFxH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqcV7kFxH .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqcV7kFxH .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHqcV7kFxH .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqcV7kFxH .container-fluid {
  max-width: 1300px;
}
.cid-tHqcV7kFxH .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHqcV7kFxH .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHqcV7kFxH .btn-line {
  margin-top: 3rem;
}
.cid-tHqcV7kFxH .mbr-section-subtitle,
.cid-tHqcV7kFxH .mbr-section-btn {
  color: #000000;
}
.cid-tHqcV7VzGo {
  background-color: #ffffff;
}
.cid-tHqcV7VzGo H2 {
  color: #132c70;
}
.cid-tHqcV7VzGo H3 {
  color: #132c70;
}
.cid-tHqcV7VzGo .mbr-text,
.cid-tHqcV7VzGo .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHqcV7VzGo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHqcV7VzGo img {
  filter: invert(0.5);
}
.cid-tHqcV7VzGo .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHqcV7VzGo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHqcV7VzGo .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqcV7VzGo {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHqcV7VzGo .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqcV8p3Uq {
  background-color: #fbf2e7;
}
.cid-tHqcV8p3Uq .photo-split img {
  width: 100%;
}
.cid-tHqcV8p3Uq .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHqcV8p3Uq .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHqcV8p3Uq .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHqcV8p3Uq .wrap-block {
  padding-left: 2rem;
}
.cid-tHqcV8p3Uq .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHqcV8p3Uq .wrap-block ul li {
  display: inline-block;
}
.cid-tHqcV8p3Uq .wrap-block ul li span {
  text-align: center;
}
.cid-tHqcV8p3Uq .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHqcV8p3Uq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqcV8p3Uq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHqcV8p3Uq .mbr-list,
.cid-tHqcV8p3Uq .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHqcV8p3Uq {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHqcV8p3Uq .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHqcV8p3Uq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqcV8p3Uq .mbr-section-title,
  .cid-tHqcV8p3Uq .mbr-section-subtitle,
  .cid-tHqcV8p3Uq .mbr-text {
    text-align: center !important;
  }
  .cid-tHqcV8p3Uq .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHqcV8p3Uq {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqcV8p3Uq .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHqcV8p3Uq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqcV8p3Uq .btn-line {
  margin-top: 3rem;
}
.cid-tHqcV8p3Uq .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHqcV8p3Uq .col-lg-8 {
    order: 2;
  }
  .cid-tHqcV8p3Uq .col-lg-4 {
    order: 1;
  }
}
.cid-tHqcV8p3Uq .mbr-section-title {
  color: #000000;
}
.cid-tHqcV8p3Uq .mbr-text {
  color: #000000;
}
.cid-tHqcV8WPxD {
  background-color: #ffffff;
}
.cid-tHqcV8WPxD .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHqcV8WPxD .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHqcV8WPxD .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHqcV8WPxD .social-media {
  margin-top: 1.5rem;
}
.cid-tHqcV8WPxD .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqcV8WPxD .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHqcV8WPxD .mbr-text,
.cid-tHqcV8WPxD .mbr-offer {
  line-height: 1.5;
}
.cid-tHqcV8WPxD .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHqcV8WPxD {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHqcV8WPxD .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHqcV8WPxD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqcV8WPxD .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHqcV8WPxD .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHqcV8WPxD .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqcV8WPxD {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqcV8WPxD .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHqcV8WPxD .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHqcV8WPxD .container-fluid {
  max-width: 1300px;
}
.cid-tHqcV8WPxD li {
  font-weight: 400;
}
.cid-tHqcV9BOGX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHqcV9BOGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHqcV9BOGX .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-tHqcV9BOGX .container {
    padding: 0 20px;
  }
}
.cid-tHqcV9BOGX .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHqcV9BOGX .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHqcV9BOGX .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHqcV9BOGX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHqcV9BOGX .mbr-section-title {
  color: #ffffff;
}
.cid-tHqcV9BOGX .mbr-section-title,
.cid-tHqcV9BOGX .mbr-section-btn,
.cid-tHqcV9BOGX .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHqdeOCvjC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHqdeOCvjC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHqdeOCvjC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHqdeOCvjC .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHqdeOCvjC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHqdeOCvjC .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHqdeOCvjC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHqdeOCvjC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHqdeOCvjC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHqdeOCvjC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHqdeOCvjC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHqdeOCvjC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHqdeOCvjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHqdeOCvjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHqdeOCvjC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHqdeOCvjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHqdeOCvjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHqdeOCvjC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHqdeOCvjC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHqdeOCvjC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHqdeOCvjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHqdeOCvjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHqdeOCvjC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHqdeOCvjC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHqdeOCvjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHqdeOCvjC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHqdeOCvjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHqdeOCvjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHqdeOCvjC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHqdeOCvjC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHqdeOCvjC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHqdeOCvjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHqdeOCvjC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHqdeOCvjC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHqdeOCvjC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHqdeOCvjC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHqdeOCvjC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHqdeOCvjC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHqdeOCvjC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHqdeOCvjC .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHqdeOCvjC .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHqdeOCvjC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHqdeOCvjC .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHqdeOCvjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHqdeOCvjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHqdeOCvjC .dropdown-item.active,
.cid-tHqdeOCvjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tHqdeOCvjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHqdeOCvjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHqdeOCvjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHqdeOCvjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHqdeOCvjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHqdeOCvjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHqdeOCvjC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHqdeOCvjC .navbar-buttons {
  text-align: center;
}
.cid-tHqdeOCvjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHqdeOCvjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHqdeOCvjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHqdeOCvjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqdeOCvjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqdeOCvjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHqdeOCvjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqdeOCvjC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHqdeOCvjC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHqdeOCvjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqdeOCvjC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHqdeOCvjC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHqdeOCvjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHqdeOCvjC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHqdeOCvjC .nav-link:hover,
.cid-tHqdeOCvjC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHqdeOCvjC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHqdeOCvjC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHqdeOCvjC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHqdePfmkp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHqdePfmkp {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHqdePfmkp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHqdePfmkp H1 {
  color: #000000;
}
.cid-tHqdePfmkp .mbr-text,
.cid-tHqdePfmkp .mbr-section-btn {
  color: #132c70;
}
.cid-tHqdePfmkp H3 {
  color: #132c70;
}
.cid-tHqdePfmkp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHqdePfmkp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHqdePfmkp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHqdePfmkp .link:hover {
  color: #000000 !important;
}
.cid-tHqdePfmkp .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHqdePfmkp DIV {
  color: #57468b;
}
.cid-tHqdePfmkp .text-1 {
  line-height: 1;
}
.cid-tHqdePfmkp .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHqdePfmkp .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHqdePfmkp .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHqdePKKRc {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHqdePKKRc {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHqdePKKRc h1 {
  color: #ffffff;
}
.cid-tHqdePKKRc h2 {
  color: #ffffff;
}
.cid-tHqdePKKRc a {
  color: #ffffff;
}
.cid-tHqdePKKRc .btn-line::after {
  background-color: #ffffff;
}
.cid-tHqdePKKRc .animated-element {
  color: #efefef;
}
.cid-tHqdePKKRc .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHqdePKKRc .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHqdePKKRc .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdePKKRc .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdePKKRc .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHqdePKKRc .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdePKKRc .container-fluid {
  max-width: 1300px;
}
.cid-tHqdePKKRc .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHqdePKKRc .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHqdePKKRc .btn-line {
  margin-top: 3rem;
}
.cid-tHqdePKKRc .mbr-section-subtitle,
.cid-tHqdePKKRc .mbr-section-btn {
  color: #000000;
}
.cid-tHqdeQixR6 {
  background-color: #ffffff;
}
.cid-tHqdeQixR6 H2 {
  color: #132c70;
}
.cid-tHqdeQixR6 H3 {
  color: #132c70;
}
.cid-tHqdeQixR6 .mbr-text,
.cid-tHqdeQixR6 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHqdeQixR6 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHqdeQixR6 img {
  filter: invert(0.5);
}
.cid-tHqdeQixR6 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHqdeQixR6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHqdeQixR6 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdeQixR6 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHqdeQixR6 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdeQKzQx {
  background-color: #fbf2e7;
}
.cid-tHqdeQKzQx .photo-split img {
  width: 100%;
}
.cid-tHqdeQKzQx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHqdeQKzQx .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHqdeQKzQx .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHqdeQKzQx .wrap-block {
  padding-left: 2rem;
}
.cid-tHqdeQKzQx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHqdeQKzQx .wrap-block ul li {
  display: inline-block;
}
.cid-tHqdeQKzQx .wrap-block ul li span {
  text-align: center;
}
.cid-tHqdeQKzQx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHqdeQKzQx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqdeQKzQx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHqdeQKzQx .mbr-list,
.cid-tHqdeQKzQx .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHqdeQKzQx {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHqdeQKzQx .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHqdeQKzQx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdeQKzQx .mbr-section-title,
  .cid-tHqdeQKzQx .mbr-section-subtitle,
  .cid-tHqdeQKzQx .mbr-text {
    text-align: center !important;
  }
  .cid-tHqdeQKzQx .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHqdeQKzQx {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqdeQKzQx .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHqdeQKzQx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdeQKzQx .btn-line {
  margin-top: 3rem;
}
.cid-tHqdeQKzQx .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHqdeQKzQx .col-lg-8 {
    order: 2;
  }
  .cid-tHqdeQKzQx .col-lg-4 {
    order: 1;
  }
}
.cid-tHqdeQKzQx .mbr-section-title {
  color: #000000;
}
.cid-tHqdeQKzQx .mbr-text {
  color: #000000;
}
.cid-tHqdeRi4Pj {
  background-color: #ffffff;
}
.cid-tHqdeRi4Pj .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHqdeRi4Pj .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHqdeRi4Pj .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHqdeRi4Pj .social-media {
  margin-top: 1.5rem;
}
.cid-tHqdeRi4Pj .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqdeRi4Pj .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHqdeRi4Pj .mbr-text,
.cid-tHqdeRi4Pj .mbr-offer {
  line-height: 1.5;
}
.cid-tHqdeRi4Pj .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHqdeRi4Pj {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHqdeRi4Pj .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHqdeRi4Pj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdeRi4Pj .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHqdeRi4Pj .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHqdeRi4Pj .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdeRi4Pj {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqdeRi4Pj .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHqdeRi4Pj .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHqdeRi4Pj .container-fluid {
  max-width: 1300px;
}
.cid-tHqdeRi4Pj li {
  font-weight: 400;
}
.cid-tHqdeRW5wB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHqdeRW5wB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHqdeRW5wB .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-tHqdeRW5wB .container {
    padding: 0 20px;
  }
}
.cid-tHqdeRW5wB .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHqdeRW5wB .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHqdeRW5wB .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHqdeRW5wB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHqdeRW5wB .mbr-section-title {
  color: #ffffff;
}
.cid-tHqdeRW5wB .mbr-section-title,
.cid-tHqdeRW5wB .mbr-section-btn,
.cid-tHqdeRW5wB .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHqdvfEKrn {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHqdvfEKrn .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHqdvfEKrn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHqdvfEKrn .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHqdvfEKrn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHqdvfEKrn .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHqdvfEKrn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHqdvfEKrn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHqdvfEKrn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHqdvfEKrn .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHqdvfEKrn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHqdvfEKrn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHqdvfEKrn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHqdvfEKrn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHqdvfEKrn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHqdvfEKrn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHqdvfEKrn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHqdvfEKrn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHqdvfEKrn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHqdvfEKrn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHqdvfEKrn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHqdvfEKrn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHqdvfEKrn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHqdvfEKrn .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHqdvfEKrn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHqdvfEKrn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHqdvfEKrn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHqdvfEKrn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHqdvfEKrn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHqdvfEKrn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHqdvfEKrn .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHqdvfEKrn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHqdvfEKrn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHqdvfEKrn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHqdvfEKrn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHqdvfEKrn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHqdvfEKrn .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHqdvfEKrn .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHqdvfEKrn .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHqdvfEKrn .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHqdvfEKrn .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHqdvfEKrn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHqdvfEKrn .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHqdvfEKrn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHqdvfEKrn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHqdvfEKrn .dropdown-item.active,
.cid-tHqdvfEKrn .dropdown-item:active {
  background-color: transparent;
}
.cid-tHqdvfEKrn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHqdvfEKrn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHqdvfEKrn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHqdvfEKrn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHqdvfEKrn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHqdvfEKrn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHqdvfEKrn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHqdvfEKrn .navbar-buttons {
  text-align: center;
}
.cid-tHqdvfEKrn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHqdvfEKrn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHqdvfEKrn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHqdvfEKrn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqdvfEKrn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqdvfEKrn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHqdvfEKrn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqdvfEKrn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHqdvfEKrn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHqdvfEKrn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqdvfEKrn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHqdvfEKrn .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHqdvfEKrn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHqdvfEKrn .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHqdvfEKrn .nav-link:hover,
.cid-tHqdvfEKrn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHqdvfEKrn .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHqdvfEKrn .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHqdvfEKrn .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHqdvghamV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHqdvghamV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHqdvghamV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHqdvghamV H1 {
  color: #000000;
}
.cid-tHqdvghamV .mbr-text,
.cid-tHqdvghamV .mbr-section-btn {
  color: #132c70;
}
.cid-tHqdvghamV H3 {
  color: #132c70;
}
.cid-tHqdvghamV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHqdvghamV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHqdvghamV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHqdvghamV .link:hover {
  color: #000000 !important;
}
.cid-tHqdvghamV .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHqdvghamV DIV {
  color: #57468b;
}
.cid-tHqdvghamV .text-1 {
  line-height: 1;
}
.cid-tHqdvghamV .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHqdvghamV .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHqdvghamV .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHqdvgM5YP {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHqdvgM5YP {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHqdvgM5YP h1 {
  color: #ffffff;
}
.cid-tHqdvgM5YP h2 {
  color: #ffffff;
}
.cid-tHqdvgM5YP a {
  color: #ffffff;
}
.cid-tHqdvgM5YP .btn-line::after {
  background-color: #ffffff;
}
.cid-tHqdvgM5YP .animated-element {
  color: #efefef;
}
.cid-tHqdvgM5YP .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHqdvgM5YP .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHqdvgM5YP .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdvgM5YP .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdvgM5YP .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHqdvgM5YP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdvgM5YP .container-fluid {
  max-width: 1300px;
}
.cid-tHqdvgM5YP .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHqdvgM5YP .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHqdvgM5YP .btn-line {
  margin-top: 3rem;
}
.cid-tHqdvgM5YP .mbr-section-subtitle,
.cid-tHqdvgM5YP .mbr-section-btn {
  color: #000000;
}
.cid-tHqdvhlMKa {
  background-color: #ffffff;
}
.cid-tHqdvhlMKa H2 {
  color: #132c70;
}
.cid-tHqdvhlMKa H3 {
  color: #132c70;
}
.cid-tHqdvhlMKa .mbr-text,
.cid-tHqdvhlMKa .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHqdvhlMKa .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHqdvhlMKa img {
  filter: invert(0.5);
}
.cid-tHqdvhlMKa .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHqdvhlMKa {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHqdvhlMKa .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdvhlMKa {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHqdvhlMKa .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdvhRCgx {
  background-color: #fbf2e7;
}
.cid-tHqdvhRCgx .photo-split img {
  width: 100%;
}
.cid-tHqdvhRCgx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHqdvhRCgx .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHqdvhRCgx .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHqdvhRCgx .wrap-block {
  padding-left: 2rem;
}
.cid-tHqdvhRCgx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHqdvhRCgx .wrap-block ul li {
  display: inline-block;
}
.cid-tHqdvhRCgx .wrap-block ul li span {
  text-align: center;
}
.cid-tHqdvhRCgx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHqdvhRCgx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqdvhRCgx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHqdvhRCgx .mbr-list,
.cid-tHqdvhRCgx .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHqdvhRCgx {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHqdvhRCgx .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHqdvhRCgx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdvhRCgx .mbr-section-title,
  .cid-tHqdvhRCgx .mbr-section-subtitle,
  .cid-tHqdvhRCgx .mbr-text {
    text-align: center !important;
  }
  .cid-tHqdvhRCgx .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHqdvhRCgx {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqdvhRCgx .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHqdvhRCgx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdvhRCgx .btn-line {
  margin-top: 3rem;
}
.cid-tHqdvhRCgx .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHqdvhRCgx .col-lg-8 {
    order: 2;
  }
  .cid-tHqdvhRCgx .col-lg-4 {
    order: 1;
  }
}
.cid-tHqdvhRCgx .mbr-section-title {
  color: #000000;
}
.cid-tHqdvhRCgx .mbr-text {
  color: #000000;
}
.cid-tHqdviq8zg {
  background-color: #ffffff;
}
.cid-tHqdviq8zg .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHqdviq8zg .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHqdviq8zg .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHqdviq8zg .social-media {
  margin-top: 1.5rem;
}
.cid-tHqdviq8zg .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqdviq8zg .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHqdviq8zg .mbr-text,
.cid-tHqdviq8zg .mbr-offer {
  line-height: 1.5;
}
.cid-tHqdviq8zg .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHqdviq8zg {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHqdviq8zg .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHqdviq8zg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdviq8zg .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHqdviq8zg .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHqdviq8zg .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdviq8zg {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqdviq8zg .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHqdviq8zg .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHqdviq8zg .container-fluid {
  max-width: 1300px;
}
.cid-tHqdviq8zg li {
  font-weight: 400;
}
.cid-tHqdviQ8Ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHqdviQ8Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHqdviQ8Ge .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-tHqdviQ8Ge .container {
    padding: 0 20px;
  }
}
.cid-tHqdviQ8Ge .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHqdviQ8Ge .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHqdviQ8Ge .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHqdviQ8Ge .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHqdviQ8Ge .mbr-section-title {
  color: #ffffff;
}
.cid-tHqdviQ8Ge .mbr-section-title,
.cid-tHqdviQ8Ge .mbr-section-btn,
.cid-tHqdviQ8Ge .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHqdIaS4VZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHqdIaS4VZ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHqdIaS4VZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHqdIaS4VZ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHqdIaS4VZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHqdIaS4VZ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHqdIaS4VZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHqdIaS4VZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHqdIaS4VZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHqdIaS4VZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHqdIaS4VZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHqdIaS4VZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHqdIaS4VZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHqdIaS4VZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHqdIaS4VZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHqdIaS4VZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHqdIaS4VZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHqdIaS4VZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHqdIaS4VZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHqdIaS4VZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHqdIaS4VZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHqdIaS4VZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHqdIaS4VZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHqdIaS4VZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHqdIaS4VZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHqdIaS4VZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHqdIaS4VZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHqdIaS4VZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHqdIaS4VZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHqdIaS4VZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHqdIaS4VZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHqdIaS4VZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHqdIaS4VZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHqdIaS4VZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHqdIaS4VZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHqdIaS4VZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHqdIaS4VZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHqdIaS4VZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHqdIaS4VZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHqdIaS4VZ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHqdIaS4VZ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHqdIaS4VZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHqdIaS4VZ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHqdIaS4VZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHqdIaS4VZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHqdIaS4VZ .dropdown-item.active,
.cid-tHqdIaS4VZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tHqdIaS4VZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHqdIaS4VZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHqdIaS4VZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHqdIaS4VZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHqdIaS4VZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHqdIaS4VZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHqdIaS4VZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHqdIaS4VZ .navbar-buttons {
  text-align: center;
}
.cid-tHqdIaS4VZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHqdIaS4VZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHqdIaS4VZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHqdIaS4VZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqdIaS4VZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqdIaS4VZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHqdIaS4VZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqdIaS4VZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHqdIaS4VZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHqdIaS4VZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqdIaS4VZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHqdIaS4VZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHqdIaS4VZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHqdIaS4VZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHqdIaS4VZ .nav-link:hover,
.cid-tHqdIaS4VZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHqdIaS4VZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHqdIaS4VZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHqdIaS4VZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHqdIbwoOb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHqdIbwoOb {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHqdIbwoOb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHqdIbwoOb H1 {
  color: #000000;
}
.cid-tHqdIbwoOb .mbr-text,
.cid-tHqdIbwoOb .mbr-section-btn {
  color: #132c70;
}
.cid-tHqdIbwoOb H3 {
  color: #132c70;
}
.cid-tHqdIbwoOb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHqdIbwoOb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHqdIbwoOb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHqdIbwoOb .link:hover {
  color: #000000 !important;
}
.cid-tHqdIbwoOb .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHqdIbwoOb DIV {
  color: #57468b;
}
.cid-tHqdIbwoOb .text-1 {
  line-height: 1;
}
.cid-tHqdIbwoOb .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHqdIbwoOb .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHqdIbwoOb .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHqdIc1S3V {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHqdIc1S3V {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHqdIc1S3V h1 {
  color: #ffffff;
}
.cid-tHqdIc1S3V h2 {
  color: #ffffff;
}
.cid-tHqdIc1S3V a {
  color: #ffffff;
}
.cid-tHqdIc1S3V .btn-line::after {
  background-color: #ffffff;
}
.cid-tHqdIc1S3V .animated-element {
  color: #efefef;
}
.cid-tHqdIc1S3V .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHqdIc1S3V .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHqdIc1S3V .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdIc1S3V .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdIc1S3V .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHqdIc1S3V .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdIc1S3V .container-fluid {
  max-width: 1300px;
}
.cid-tHqdIc1S3V .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHqdIc1S3V .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHqdIc1S3V .btn-line {
  margin-top: 3rem;
}
.cid-tHqdIc1S3V .mbr-section-subtitle,
.cid-tHqdIc1S3V .mbr-section-btn {
  color: #000000;
}
.cid-tHqdIcN2um {
  background-color: #ffffff;
}
.cid-tHqdIcN2um H2 {
  color: #132c70;
}
.cid-tHqdIcN2um H3 {
  color: #132c70;
}
.cid-tHqdIcN2um .mbr-text,
.cid-tHqdIcN2um .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHqdIcN2um .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHqdIcN2um img {
  filter: invert(0.5);
}
.cid-tHqdIcN2um .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHqdIcN2um {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHqdIcN2um .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdIcN2um {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHqdIcN2um .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdIdfXvi {
  background-color: #fbf2e7;
}
.cid-tHqdIdfXvi .photo-split img {
  width: 100%;
}
.cid-tHqdIdfXvi .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHqdIdfXvi .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHqdIdfXvi .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHqdIdfXvi .wrap-block {
  padding-left: 2rem;
}
.cid-tHqdIdfXvi .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHqdIdfXvi .wrap-block ul li {
  display: inline-block;
}
.cid-tHqdIdfXvi .wrap-block ul li span {
  text-align: center;
}
.cid-tHqdIdfXvi .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHqdIdfXvi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqdIdfXvi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHqdIdfXvi .mbr-list,
.cid-tHqdIdfXvi .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHqdIdfXvi {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHqdIdfXvi .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHqdIdfXvi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdIdfXvi .mbr-section-title,
  .cid-tHqdIdfXvi .mbr-section-subtitle,
  .cid-tHqdIdfXvi .mbr-text {
    text-align: center !important;
  }
  .cid-tHqdIdfXvi .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHqdIdfXvi {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqdIdfXvi .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHqdIdfXvi .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqdIdfXvi .btn-line {
  margin-top: 3rem;
}
.cid-tHqdIdfXvi .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHqdIdfXvi .col-lg-8 {
    order: 2;
  }
  .cid-tHqdIdfXvi .col-lg-4 {
    order: 1;
  }
}
.cid-tHqdIdfXvi .mbr-section-title {
  color: #000000;
}
.cid-tHqdIdfXvi .mbr-text {
  color: #000000;
}
.cid-tHqdIdRflO {
  background-color: #ffffff;
}
.cid-tHqdIdRflO .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHqdIdRflO .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHqdIdRflO .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHqdIdRflO .social-media {
  margin-top: 1.5rem;
}
.cid-tHqdIdRflO .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqdIdRflO .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHqdIdRflO .mbr-text,
.cid-tHqdIdRflO .mbr-offer {
  line-height: 1.5;
}
.cid-tHqdIdRflO .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHqdIdRflO {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHqdIdRflO .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHqdIdRflO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqdIdRflO .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHqdIdRflO .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHqdIdRflO .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqdIdRflO {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqdIdRflO .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHqdIdRflO .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHqdIdRflO .container-fluid {
  max-width: 1300px;
}
.cid-tHqdIdRflO li {
  font-weight: 400;
}
.cid-tHqdIeukHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHqdIeukHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHqdIeukHk .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-tHqdIeukHk .container {
    padding: 0 20px;
  }
}
.cid-tHqdIeukHk .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHqdIeukHk .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHqdIeukHk .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHqdIeukHk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHqdIeukHk .mbr-section-title {
  color: #ffffff;
}
.cid-tHqdIeukHk .mbr-section-title,
.cid-tHqdIeukHk .mbr-section-btn,
.cid-tHqdIeukHk .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHqe20Ho0h {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHqe20Ho0h .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHqe20Ho0h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHqe20Ho0h .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHqe20Ho0h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHqe20Ho0h .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHqe20Ho0h .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHqe20Ho0h .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHqe20Ho0h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHqe20Ho0h .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHqe20Ho0h .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHqe20Ho0h .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHqe20Ho0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHqe20Ho0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHqe20Ho0h .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHqe20Ho0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHqe20Ho0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHqe20Ho0h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHqe20Ho0h .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHqe20Ho0h .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHqe20Ho0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHqe20Ho0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHqe20Ho0h .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHqe20Ho0h .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHqe20Ho0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHqe20Ho0h .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHqe20Ho0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHqe20Ho0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHqe20Ho0h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHqe20Ho0h .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHqe20Ho0h .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHqe20Ho0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHqe20Ho0h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHqe20Ho0h .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHqe20Ho0h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHqe20Ho0h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHqe20Ho0h .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHqe20Ho0h .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHqe20Ho0h .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHqe20Ho0h .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHqe20Ho0h .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHqe20Ho0h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHqe20Ho0h .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHqe20Ho0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHqe20Ho0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHqe20Ho0h .dropdown-item.active,
.cid-tHqe20Ho0h .dropdown-item:active {
  background-color: transparent;
}
.cid-tHqe20Ho0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHqe20Ho0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHqe20Ho0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHqe20Ho0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHqe20Ho0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHqe20Ho0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHqe20Ho0h ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHqe20Ho0h .navbar-buttons {
  text-align: center;
}
.cid-tHqe20Ho0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHqe20Ho0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHqe20Ho0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHqe20Ho0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqe20Ho0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHqe20Ho0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHqe20Ho0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqe20Ho0h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHqe20Ho0h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHqe20Ho0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHqe20Ho0h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHqe20Ho0h .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHqe20Ho0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHqe20Ho0h .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHqe20Ho0h .nav-link:hover,
.cid-tHqe20Ho0h .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHqe20Ho0h .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHqe20Ho0h .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHqe20Ho0h .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHqe21m2QO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHqe21m2QO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHqe21m2QO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHqe21m2QO H1 {
  color: #000000;
}
.cid-tHqe21m2QO .mbr-text,
.cid-tHqe21m2QO .mbr-section-btn {
  color: #132c70;
}
.cid-tHqe21m2QO H3 {
  color: #132c70;
}
.cid-tHqe21m2QO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHqe21m2QO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHqe21m2QO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHqe21m2QO .link:hover {
  color: #000000 !important;
}
.cid-tHqe21m2QO .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHqe21m2QO DIV {
  color: #57468b;
}
.cid-tHqe21m2QO .text-1 {
  line-height: 1;
}
.cid-tHqe21m2QO .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHqe21m2QO .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHqe21m2QO .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHqe21ROZq {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHqe21ROZq {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHqe21ROZq h1 {
  color: #ffffff;
}
.cid-tHqe21ROZq h2 {
  color: #ffffff;
}
.cid-tHqe21ROZq a {
  color: #ffffff;
}
.cid-tHqe21ROZq .btn-line::after {
  background-color: #ffffff;
}
.cid-tHqe21ROZq .animated-element {
  color: #efefef;
}
.cid-tHqe21ROZq .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHqe21ROZq .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHqe21ROZq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqe21ROZq .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqe21ROZq .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHqe21ROZq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqe21ROZq .container-fluid {
  max-width: 1300px;
}
.cid-tHqe21ROZq .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHqe21ROZq .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHqe21ROZq .btn-line {
  margin-top: 3rem;
}
.cid-tHqe21ROZq .mbr-section-subtitle,
.cid-tHqe21ROZq .mbr-section-btn {
  color: #000000;
}
.cid-tHqe22gL1K {
  background-color: #ffffff;
}
.cid-tHqe22gL1K H2 {
  color: #132c70;
}
.cid-tHqe22gL1K H3 {
  color: #132c70;
}
.cid-tHqe22gL1K .mbr-text,
.cid-tHqe22gL1K .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHqe22gL1K .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHqe22gL1K img {
  filter: invert(0.5);
}
.cid-tHqe22gL1K .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHqe22gL1K {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHqe22gL1K .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqe22gL1K {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHqe22gL1K .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqe22L3Er {
  background-color: #fbf2e7;
}
.cid-tHqe22L3Er .photo-split img {
  width: 100%;
}
.cid-tHqe22L3Er .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHqe22L3Er .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHqe22L3Er .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHqe22L3Er .wrap-block {
  padding-left: 2rem;
}
.cid-tHqe22L3Er .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHqe22L3Er .wrap-block ul li {
  display: inline-block;
}
.cid-tHqe22L3Er .wrap-block ul li span {
  text-align: center;
}
.cid-tHqe22L3Er .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHqe22L3Er .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqe22L3Er .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHqe22L3Er .mbr-list,
.cid-tHqe22L3Er .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHqe22L3Er {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHqe22L3Er .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHqe22L3Er .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqe22L3Er .mbr-section-title,
  .cid-tHqe22L3Er .mbr-section-subtitle,
  .cid-tHqe22L3Er .mbr-text {
    text-align: center !important;
  }
  .cid-tHqe22L3Er .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHqe22L3Er {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqe22L3Er .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHqe22L3Er .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHqe22L3Er .btn-line {
  margin-top: 3rem;
}
.cid-tHqe22L3Er .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHqe22L3Er .col-lg-8 {
    order: 2;
  }
  .cid-tHqe22L3Er .col-lg-4 {
    order: 1;
  }
}
.cid-tHqe22L3Er .mbr-section-title {
  color: #000000;
}
.cid-tHqe22L3Er .mbr-text {
  color: #000000;
}
.cid-tHqe23iUIm {
  background-color: #ffffff;
}
.cid-tHqe23iUIm .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHqe23iUIm .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHqe23iUIm .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHqe23iUIm .social-media {
  margin-top: 1.5rem;
}
.cid-tHqe23iUIm .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHqe23iUIm .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHqe23iUIm .mbr-text,
.cid-tHqe23iUIm .mbr-offer {
  line-height: 1.5;
}
.cid-tHqe23iUIm .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHqe23iUIm {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHqe23iUIm .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHqe23iUIm .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHqe23iUIm .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHqe23iUIm .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHqe23iUIm .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHqe23iUIm {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHqe23iUIm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHqe23iUIm .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHqe23iUIm .container-fluid {
  max-width: 1300px;
}
.cid-tHqe23iUIm li {
  font-weight: 400;
}
.cid-tHqe23SMjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHqe23SMjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHqe23SMjY .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-tHqe23SMjY .container {
    padding: 0 20px;
  }
}
.cid-tHqe23SMjY .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHqe23SMjY .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHqe23SMjY .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHqe23SMjY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHqe23SMjY .mbr-section-title {
  color: #ffffff;
}
.cid-tHqe23SMjY .mbr-section-title,
.cid-tHqe23SMjY .mbr-section-btn,
.cid-tHqe23SMjY .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHlazWSqmE {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHlazWSqmE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHlazWSqmE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHlazWSqmE .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHlazWSqmE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHlazWSqmE .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHlazWSqmE .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHlazWSqmE .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHlazWSqmE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHlazWSqmE .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHlazWSqmE .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHlazWSqmE .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHlazWSqmE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHlazWSqmE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHlazWSqmE .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHlazWSqmE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHlazWSqmE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHlazWSqmE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHlazWSqmE .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHlazWSqmE .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHlazWSqmE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHlazWSqmE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHlazWSqmE .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHlazWSqmE .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHlazWSqmE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHlazWSqmE .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHlazWSqmE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHlazWSqmE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHlazWSqmE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHlazWSqmE .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHlazWSqmE .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHlazWSqmE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHlazWSqmE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHlazWSqmE .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHlazWSqmE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHlazWSqmE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHlazWSqmE .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHlazWSqmE .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHlazWSqmE .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHlazWSqmE .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHlazWSqmE .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHlazWSqmE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHlazWSqmE .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHlazWSqmE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHlazWSqmE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHlazWSqmE .dropdown-item.active,
.cid-tHlazWSqmE .dropdown-item:active {
  background-color: transparent;
}
.cid-tHlazWSqmE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHlazWSqmE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHlazWSqmE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHlazWSqmE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHlazWSqmE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHlazWSqmE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHlazWSqmE ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHlazWSqmE .navbar-buttons {
  text-align: center;
}
.cid-tHlazWSqmE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHlazWSqmE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHlazWSqmE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHlazWSqmE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlazWSqmE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlazWSqmE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHlazWSqmE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlazWSqmE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHlazWSqmE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHlazWSqmE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlazWSqmE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHlazWSqmE .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHlazWSqmE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHlazWSqmE .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHlazWSqmE .nav-link:hover,
.cid-tHlazWSqmE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHlazWSqmE .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHlazWSqmE .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHlazWSqmE .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHlazXyYGR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHlazXyYGR {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHlazXyYGR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHlazXyYGR H1 {
  color: #000000;
}
.cid-tHlazXyYGR .mbr-text,
.cid-tHlazXyYGR .mbr-section-btn {
  color: #132c70;
}
.cid-tHlazXyYGR H3 {
  color: #132c70;
}
.cid-tHlazXyYGR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHlazXyYGR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHlazXyYGR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHlazXyYGR .link:hover {
  color: #000000 !important;
}
.cid-tHlazXyYGR .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHlazXyYGR DIV {
  color: #57468b;
}
.cid-tHlazXyYGR .text-1 {
  line-height: 1;
}
.cid-tHlazXyYGR .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHlazXyYGR .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHlazXyYGR .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHlazY0eNx {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHlazY0eNx {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHlazY0eNx h1 {
  color: #ffffff;
}
.cid-tHlazY0eNx h2 {
  color: #ffffff;
}
.cid-tHlazY0eNx a {
  color: #ffffff;
}
.cid-tHlazY0eNx .btn-line::after {
  background-color: #ffffff;
}
.cid-tHlazY0eNx .animated-element {
  color: #efefef;
}
.cid-tHlazY0eNx .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHlazY0eNx .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHlazY0eNx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlazY0eNx .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlazY0eNx .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHlazY0eNx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlazY0eNx .container-fluid {
  max-width: 1300px;
}
.cid-tHlazY0eNx .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHlazY0eNx .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHlazY0eNx .btn-line {
  margin-top: 3rem;
}
.cid-tHlazY0eNx .mbr-section-subtitle,
.cid-tHlazY0eNx .mbr-section-btn {
  color: #000000;
}
.cid-tHlazYucGM {
  background-color: #ffffff;
}
.cid-tHlazYucGM H2 {
  color: #132c70;
}
.cid-tHlazYucGM H3 {
  color: #132c70;
}
.cid-tHlazYucGM .mbr-text,
.cid-tHlazYucGM .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHlazYucGM .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHlazYucGM img {
  filter: invert(0.5);
}
.cid-tHlazYucGM .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHlazYucGM {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHlazYucGM .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlazYucGM {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHlazYucGM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlazZ2UIi {
  background-color: #fbf2e7;
}
.cid-tHlazZ2UIi .photo-split img {
  width: 100%;
}
.cid-tHlazZ2UIi .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHlazZ2UIi .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHlazZ2UIi .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHlazZ2UIi .wrap-block {
  padding-left: 2rem;
}
.cid-tHlazZ2UIi .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHlazZ2UIi .wrap-block ul li {
  display: inline-block;
}
.cid-tHlazZ2UIi .wrap-block ul li span {
  text-align: center;
}
.cid-tHlazZ2UIi .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHlazZ2UIi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlazZ2UIi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHlazZ2UIi .mbr-list,
.cid-tHlazZ2UIi .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHlazZ2UIi {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHlazZ2UIi .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHlazZ2UIi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlazZ2UIi .mbr-section-title,
  .cid-tHlazZ2UIi .mbr-section-subtitle,
  .cid-tHlazZ2UIi .mbr-text {
    text-align: center !important;
  }
  .cid-tHlazZ2UIi .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHlazZ2UIi {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlazZ2UIi .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHlazZ2UIi .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlazZ2UIi .btn-line {
  margin-top: 3rem;
}
.cid-tHlazZ2UIi .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHlazZ2UIi .col-lg-8 {
    order: 2;
  }
  .cid-tHlazZ2UIi .col-lg-4 {
    order: 1;
  }
}
.cid-tHlazZ2UIi .mbr-section-title {
  color: #000000;
}
.cid-tHlazZ2UIi .mbr-text {
  color: #000000;
}
.cid-tHlazZwjvG {
  background-color: #ffffff;
}
.cid-tHlazZwjvG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHlazZwjvG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHlazZwjvG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHlazZwjvG .social-media {
  margin-top: 1.5rem;
}
.cid-tHlazZwjvG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlazZwjvG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHlazZwjvG .mbr-text,
.cid-tHlazZwjvG .mbr-offer {
  line-height: 1.5;
}
.cid-tHlazZwjvG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHlazZwjvG {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHlazZwjvG .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHlazZwjvG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlazZwjvG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHlazZwjvG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHlazZwjvG .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlazZwjvG {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlazZwjvG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHlazZwjvG .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHlazZwjvG .container-fluid {
  max-width: 1300px;
}
.cid-tHlazZwjvG li {
  font-weight: 400;
}
.cid-tHlaA06C4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHlaA06C4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHlaA06C4l .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-tHlaA06C4l .container {
    padding: 0 20px;
  }
}
.cid-tHlaA06C4l .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHlaA06C4l .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHlaA06C4l .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHlaA06C4l .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHlaA06C4l .mbr-section-title {
  color: #ffffff;
}
.cid-tHlaA06C4l .mbr-section-title,
.cid-tHlaA06C4l .mbr-section-btn,
.cid-tHlaA06C4l .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHlcehlNa0 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHlcehlNa0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHlcehlNa0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHlcehlNa0 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHlcehlNa0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHlcehlNa0 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHlcehlNa0 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHlcehlNa0 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHlcehlNa0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHlcehlNa0 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHlcehlNa0 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHlcehlNa0 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHlcehlNa0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHlcehlNa0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHlcehlNa0 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHlcehlNa0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHlcehlNa0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHlcehlNa0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHlcehlNa0 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHlcehlNa0 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHlcehlNa0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHlcehlNa0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHlcehlNa0 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHlcehlNa0 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHlcehlNa0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHlcehlNa0 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHlcehlNa0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHlcehlNa0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHlcehlNa0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHlcehlNa0 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHlcehlNa0 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHlcehlNa0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHlcehlNa0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHlcehlNa0 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHlcehlNa0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHlcehlNa0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHlcehlNa0 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHlcehlNa0 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHlcehlNa0 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHlcehlNa0 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHlcehlNa0 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHlcehlNa0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHlcehlNa0 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHlcehlNa0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHlcehlNa0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHlcehlNa0 .dropdown-item.active,
.cid-tHlcehlNa0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHlcehlNa0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHlcehlNa0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHlcehlNa0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHlcehlNa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHlcehlNa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHlcehlNa0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHlcehlNa0 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHlcehlNa0 .navbar-buttons {
  text-align: center;
}
.cid-tHlcehlNa0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHlcehlNa0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHlcehlNa0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHlcehlNa0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlcehlNa0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHlcehlNa0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHlcehlNa0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlcehlNa0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHlcehlNa0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHlcehlNa0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHlcehlNa0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHlcehlNa0 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHlcehlNa0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHlcehlNa0 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHlcehlNa0 .nav-link:hover,
.cid-tHlcehlNa0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHlcehlNa0 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHlcehlNa0 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHlcehlNa0 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHlcei3il9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHlcei3il9 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHlcei3il9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHlcei3il9 H1 {
  color: #000000;
}
.cid-tHlcei3il9 .mbr-text,
.cid-tHlcei3il9 .mbr-section-btn {
  color: #132c70;
}
.cid-tHlcei3il9 H3 {
  color: #132c70;
}
.cid-tHlcei3il9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHlcei3il9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHlcei3il9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHlcei3il9 .link:hover {
  color: #000000 !important;
}
.cid-tHlcei3il9 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHlcei3il9 DIV {
  color: #57468b;
}
.cid-tHlcei3il9 .text-1 {
  line-height: 1;
}
.cid-tHlcei3il9 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHlcei3il9 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHlcei3il9 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHlceiANg7 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHlceiANg7 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHlceiANg7 h1 {
  color: #ffffff;
}
.cid-tHlceiANg7 h2 {
  color: #ffffff;
}
.cid-tHlceiANg7 a {
  color: #ffffff;
}
.cid-tHlceiANg7 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHlceiANg7 .animated-element {
  color: #efefef;
}
.cid-tHlceiANg7 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHlceiANg7 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHlceiANg7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlceiANg7 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlceiANg7 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHlceiANg7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlceiANg7 .container-fluid {
  max-width: 1300px;
}
.cid-tHlceiANg7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHlceiANg7 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHlceiANg7 .btn-line {
  margin-top: 3rem;
}
.cid-tHlceiANg7 .mbr-section-subtitle,
.cid-tHlceiANg7 .mbr-section-btn {
  color: #000000;
}
.cid-tHlcej9Dky {
  background-color: #ffffff;
}
.cid-tHlcej9Dky H2 {
  color: #132c70;
}
.cid-tHlcej9Dky H3 {
  color: #132c70;
}
.cid-tHlcej9Dky .mbr-text,
.cid-tHlcej9Dky .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHlcej9Dky .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHlcej9Dky img {
  filter: invert(0.5);
}
.cid-tHlcej9Dky .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHlcej9Dky {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHlcej9Dky .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlcej9Dky {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHlcej9Dky .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlcejJk3a {
  background-color: #fbf2e7;
}
.cid-tHlcejJk3a .photo-split img {
  width: 100%;
}
.cid-tHlcejJk3a .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHlcejJk3a .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHlcejJk3a .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHlcejJk3a .wrap-block {
  padding-left: 2rem;
}
.cid-tHlcejJk3a .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHlcejJk3a .wrap-block ul li {
  display: inline-block;
}
.cid-tHlcejJk3a .wrap-block ul li span {
  text-align: center;
}
.cid-tHlcejJk3a .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHlcejJk3a .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlcejJk3a .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHlcejJk3a .mbr-list,
.cid-tHlcejJk3a .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHlcejJk3a {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHlcejJk3a .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHlcejJk3a .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlcejJk3a .mbr-section-title,
  .cid-tHlcejJk3a .mbr-section-subtitle,
  .cid-tHlcejJk3a .mbr-text {
    text-align: center !important;
  }
  .cid-tHlcejJk3a .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHlcejJk3a {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlcejJk3a .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHlcejJk3a .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHlcejJk3a .btn-line {
  margin-top: 3rem;
}
.cid-tHlcejJk3a .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHlcejJk3a .col-lg-8 {
    order: 2;
  }
  .cid-tHlcejJk3a .col-lg-4 {
    order: 1;
  }
}
.cid-tHlcejJk3a .mbr-section-title {
  color: #000000;
}
.cid-tHlcejJk3a .mbr-text {
  color: #000000;
}
.cid-tHlcekgqKg {
  background-color: #ffffff;
}
.cid-tHlcekgqKg .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHlcekgqKg .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHlcekgqKg .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHlcekgqKg .social-media {
  margin-top: 1.5rem;
}
.cid-tHlcekgqKg .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHlcekgqKg .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHlcekgqKg .mbr-text,
.cid-tHlcekgqKg .mbr-offer {
  line-height: 1.5;
}
.cid-tHlcekgqKg .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHlcekgqKg {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHlcekgqKg .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHlcekgqKg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHlcekgqKg .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHlcekgqKg .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHlcekgqKg .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHlcekgqKg {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHlcekgqKg .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHlcekgqKg .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHlcekgqKg .container-fluid {
  max-width: 1300px;
}
.cid-tHlcekgqKg li {
  font-weight: 400;
}
.cid-tHlcekSi1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHlcekSi1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHlcekSi1x .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-tHlcekSi1x .container {
    padding: 0 20px;
  }
}
.cid-tHlcekSi1x .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHlcekSi1x .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHlcekSi1x .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHlcekSi1x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHlcekSi1x .mbr-section-title {
  color: #ffffff;
}
.cid-tHlcekSi1x .mbr-section-title,
.cid-tHlcekSi1x .mbr-section-btn,
.cid-tHlcekSi1x .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHwjSjUzfU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHwjSjUzfU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHwjSjUzfU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHwjSjUzfU .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHwjSjUzfU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHwjSjUzfU .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHwjSjUzfU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHwjSjUzfU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHwjSjUzfU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHwjSjUzfU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHwjSjUzfU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHwjSjUzfU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHwjSjUzfU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHwjSjUzfU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHwjSjUzfU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHwjSjUzfU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHwjSjUzfU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHwjSjUzfU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHwjSjUzfU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHwjSjUzfU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHwjSjUzfU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHwjSjUzfU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHwjSjUzfU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHwjSjUzfU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHwjSjUzfU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHwjSjUzfU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHwjSjUzfU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHwjSjUzfU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHwjSjUzfU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHwjSjUzfU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHwjSjUzfU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHwjSjUzfU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHwjSjUzfU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHwjSjUzfU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHwjSjUzfU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHwjSjUzfU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHwjSjUzfU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHwjSjUzfU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHwjSjUzfU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHwjSjUzfU .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHwjSjUzfU .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHwjSjUzfU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHwjSjUzfU .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHwjSjUzfU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHwjSjUzfU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHwjSjUzfU .dropdown-item.active,
.cid-tHwjSjUzfU .dropdown-item:active {
  background-color: transparent;
}
.cid-tHwjSjUzfU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHwjSjUzfU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHwjSjUzfU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHwjSjUzfU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHwjSjUzfU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHwjSjUzfU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHwjSjUzfU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHwjSjUzfU .navbar-buttons {
  text-align: center;
}
.cid-tHwjSjUzfU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHwjSjUzfU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHwjSjUzfU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHwjSjUzfU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHwjSjUzfU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHwjSjUzfU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHwjSjUzfU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHwjSjUzfU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHwjSjUzfU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHwjSjUzfU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHwjSjUzfU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHwjSjUzfU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHwjSjUzfU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHwjSjUzfU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHwjSjUzfU .nav-link:hover,
.cid-tHwjSjUzfU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHwjSjUzfU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHwjSjUzfU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHwjSjUzfU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHwjSkAJAM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHwjSkAJAM {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHwjSkAJAM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHwjSkAJAM H1 {
  color: #000000;
}
.cid-tHwjSkAJAM .mbr-text,
.cid-tHwjSkAJAM .mbr-section-btn {
  color: #132c70;
}
.cid-tHwjSkAJAM H3 {
  color: #132c70;
}
.cid-tHwjSkAJAM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHwjSkAJAM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHwjSkAJAM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHwjSkAJAM .link:hover {
  color: #000000 !important;
}
.cid-tHwjSkAJAM .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHwjSkAJAM DIV {
  color: #57468b;
}
.cid-tHwjSkAJAM .text-1 {
  line-height: 1;
}
.cid-tHwjSkAJAM .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHwjSkAJAM .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHwjSkAJAM .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHwkcmRVdD {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHwkcmRVdD {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHwkcmRVdD h1 {
  color: #ffffff;
}
.cid-tHwkcmRVdD h2 {
  color: #ffffff;
}
.cid-tHwkcmRVdD a {
  color: #ffffff;
}
.cid-tHwkcmRVdD .btn-line::after {
  background-color: #ffffff;
}
.cid-tHwkcmRVdD .animated-element {
  color: #efefef;
}
.cid-tHwkcmRVdD .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHwkcmRVdD .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHwkcmRVdD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHwkcmRVdD .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHwkcmRVdD .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHwkcmRVdD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwkcmRVdD .container-fluid {
  max-width: 1300px;
}
.cid-tHwkcmRVdD .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHwkcmRVdD .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHwkcmRVdD .btn-line {
  margin-top: 3rem;
}
.cid-tHwkcmRVdD .mbr-section-subtitle,
.cid-tHwkcmRVdD .mbr-section-btn {
  color: #000000;
}
.cid-tHwjSlI8MT {
  background-color: #ffffff;
}
.cid-tHwjSlI8MT H2 {
  color: #132c70;
}
.cid-tHwjSlI8MT H3 {
  color: #132c70;
}
.cid-tHwjSlI8MT .mbr-text,
.cid-tHwjSlI8MT .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHwjSlI8MT .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHwjSlI8MT img {
  filter: invert(0.5);
}
.cid-tHwjSlI8MT .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHwjSlI8MT {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHwjSlI8MT .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHwjSlI8MT {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHwjSlI8MT .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwjSmbvaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHwjSmFhRR {
  background-color: #fbf2e7;
}
.cid-tHwjSmFhRR .photo-split img {
  width: 100%;
}
.cid-tHwjSmFhRR .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHwjSmFhRR .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHwjSmFhRR .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHwjSmFhRR .wrap-block {
  padding-left: 2rem;
}
.cid-tHwjSmFhRR .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHwjSmFhRR .wrap-block ul li {
  display: inline-block;
}
.cid-tHwjSmFhRR .wrap-block ul li span {
  text-align: center;
}
.cid-tHwjSmFhRR .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHwjSmFhRR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHwjSmFhRR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHwjSmFhRR .mbr-list,
.cid-tHwjSmFhRR .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHwjSmFhRR {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHwjSmFhRR .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHwjSmFhRR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHwjSmFhRR .mbr-section-title,
  .cid-tHwjSmFhRR .mbr-section-subtitle,
  .cid-tHwjSmFhRR .mbr-text {
    text-align: center !important;
  }
  .cid-tHwjSmFhRR .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHwjSmFhRR {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHwjSmFhRR .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHwjSmFhRR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHwjSmFhRR .btn-line {
  margin-top: 3rem;
}
.cid-tHwjSmFhRR .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHwjSmFhRR .col-lg-8 {
    order: 2;
  }
  .cid-tHwjSmFhRR .col-lg-4 {
    order: 1;
  }
}
.cid-tHwjSmFhRR .mbr-section-title {
  color: #000000;
}
.cid-tHwjSmFhRR .mbr-text {
  color: #000000;
}
.cid-tHwjSnbjYu {
  background-color: #ffffff;
}
.cid-tHwjSnbjYu .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHwjSnbjYu .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHwjSnbjYu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHwjSnbjYu .social-media {
  margin-top: 1.5rem;
}
.cid-tHwjSnbjYu .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHwjSnbjYu .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHwjSnbjYu .mbr-text,
.cid-tHwjSnbjYu .mbr-offer {
  line-height: 1.5;
}
.cid-tHwjSnbjYu .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHwjSnbjYu {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHwjSnbjYu .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHwjSnbjYu .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHwjSnbjYu .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHwjSnbjYu .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHwjSnbjYu .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHwjSnbjYu {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHwjSnbjYu .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHwjSnbjYu .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHwjSnbjYu .container-fluid {
  max-width: 1300px;
}
.cid-tHwjSnbjYu li {
  font-weight: 400;
}
.cid-tHwjSnMsXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHwjSnMsXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHwjSnMsXq .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-tHwjSnMsXq .container {
    padding: 0 20px;
  }
}
.cid-tHwjSnMsXq .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHwjSnMsXq .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHwjSnMsXq .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHwjSnMsXq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHwjSnMsXq .mbr-section-title {
  color: #ffffff;
}
.cid-tHwjSnMsXq .mbr-section-title,
.cid-tHwjSnMsXq .mbr-section-btn,
.cid-tHwjSnMsXq .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM33svXpmk {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM33svXpmk .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM33svXpmk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM33svXpmk .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM33svXpmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM33svXpmk .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM33svXpmk .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM33svXpmk .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM33svXpmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM33svXpmk .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM33svXpmk .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM33svXpmk .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM33svXpmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM33svXpmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM33svXpmk .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM33svXpmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM33svXpmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM33svXpmk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM33svXpmk .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM33svXpmk .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM33svXpmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM33svXpmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM33svXpmk .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM33svXpmk .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM33svXpmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM33svXpmk .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM33svXpmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM33svXpmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM33svXpmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM33svXpmk .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM33svXpmk .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM33svXpmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM33svXpmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM33svXpmk .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM33svXpmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM33svXpmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM33svXpmk .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM33svXpmk .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM33svXpmk .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM33svXpmk .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM33svXpmk .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM33svXpmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM33svXpmk .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM33svXpmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM33svXpmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM33svXpmk .dropdown-item.active,
.cid-tM33svXpmk .dropdown-item:active {
  background-color: transparent;
}
.cid-tM33svXpmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM33svXpmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM33svXpmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM33svXpmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM33svXpmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM33svXpmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM33svXpmk ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM33svXpmk .navbar-buttons {
  text-align: center;
}
.cid-tM33svXpmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM33svXpmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM33svXpmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM33svXpmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM33svXpmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM33svXpmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM33svXpmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM33svXpmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM33svXpmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM33svXpmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM33svXpmk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM33svXpmk .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM33svXpmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM33svXpmk .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM33svXpmk .nav-link:hover,
.cid-tM33svXpmk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM33svXpmk .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM33svXpmk .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM33svXpmk .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM33sx4ogn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tM33sx4ogn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM33sx4ogn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM33sx4ogn a {
  font-weight: bold;
}
.cid-tM33sx4ogn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tM33sx4ogn .mbr-text,
.cid-tM33sx4ogn .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tM33sx4ogn .mbr-section-subtitle {
  text-align: center;
}
.cid-tM34ebreHl {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #e8d4bc);
}
.cid-tM34ebreHl .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tM34ebreHl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tM34ebreHl .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-tM34ebreHl .mbr-iconfont {
  color: #d7a105;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-tM34ebreHl .mbr-iconfont:hover {
  color: #232323;
}
.cid-tM34ebreHl .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tM34ebreHl .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-tM34ebreHl .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tM34ebreHl .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-tM34ebreHl .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tM34ebreHl {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tM34ebreHl .card-wrap {
    padding: 0 0rem;
  }
  .cid-tM34ebreHl .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM34ebreHl .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM34ebreHl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tM34ebreHl a {
  color: #132c70;
}
.cid-tM34ebreHl .icon1 {
  padding-right: 0.5rem;
}
.cid-tM34ebreHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM34ebreHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM34ebreHl .mbr-section-title,
.cid-tM34ebreHl .underline {
  color: #d7a105;
}
.cid-tM367K1gTR {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #e8d4bc);
}
.cid-tM367K1gTR .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tM367K1gTR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tM367K1gTR .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-tM367K1gTR .mbr-iconfont {
  color: #d7a105;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-tM367K1gTR .mbr-iconfont:hover {
  color: #232323;
}
.cid-tM367K1gTR .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tM367K1gTR .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-tM367K1gTR .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tM367K1gTR .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-tM367K1gTR .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tM367K1gTR {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tM367K1gTR .card-wrap {
    padding: 0 0rem;
  }
  .cid-tM367K1gTR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM367K1gTR .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM367K1gTR {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tM367K1gTR a {
  color: #132c70;
}
.cid-tM367K1gTR .icon1 {
  padding-right: 0.5rem;
}
.cid-tM367K1gTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM367K1gTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM367K1gTR .mbr-section-title,
.cid-tM367K1gTR .underline {
  color: #d7a105;
}
.cid-tM36thTWXY {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #e8d4bc);
}
.cid-tM36thTWXY .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tM36thTWXY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tM36thTWXY .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-tM36thTWXY .mbr-iconfont {
  color: #d7a105;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-tM36thTWXY .mbr-iconfont:hover {
  color: #232323;
}
.cid-tM36thTWXY .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tM36thTWXY .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-tM36thTWXY .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tM36thTWXY .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-tM36thTWXY .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tM36thTWXY {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tM36thTWXY .card-wrap {
    padding: 0 0rem;
  }
  .cid-tM36thTWXY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM36thTWXY .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM36thTWXY {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tM36thTWXY a {
  color: #132c70;
}
.cid-tM36thTWXY .icon1 {
  padding-right: 0.5rem;
}
.cid-tM36thTWXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM36thTWXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM36thTWXY .mbr-section-title,
.cid-tM36thTWXY .underline {
  color: #d7a105;
}
.cid-tM36XTmoUC {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #e8d4bc);
}
.cid-tM36XTmoUC .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tM36XTmoUC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tM36XTmoUC .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-tM36XTmoUC .mbr-iconfont {
  color: #d7a105;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-tM36XTmoUC .mbr-iconfont:hover {
  color: #232323;
}
.cid-tM36XTmoUC .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tM36XTmoUC .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-tM36XTmoUC .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tM36XTmoUC .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-tM36XTmoUC .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tM36XTmoUC {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tM36XTmoUC .card-wrap {
    padding: 0 0rem;
  }
  .cid-tM36XTmoUC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM36XTmoUC .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM36XTmoUC {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tM36XTmoUC a {
  color: #132c70;
}
.cid-tM36XTmoUC .icon1 {
  padding-right: 0.5rem;
}
.cid-tM36XTmoUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM36XTmoUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM36XTmoUC .mbr-section-title,
.cid-tM36XTmoUC .underline {
  color: #d7a105;
}
.cid-tM37nHxci0 {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #e8d4bc);
}
.cid-tM37nHxci0 .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tM37nHxci0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tM37nHxci0 .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-tM37nHxci0 .mbr-iconfont {
  color: #d7a105;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-tM37nHxci0 .mbr-iconfont:hover {
  color: #232323;
}
.cid-tM37nHxci0 .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tM37nHxci0 .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-tM37nHxci0 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tM37nHxci0 .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-tM37nHxci0 .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tM37nHxci0 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tM37nHxci0 .card-wrap {
    padding: 0 0rem;
  }
  .cid-tM37nHxci0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM37nHxci0 .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM37nHxci0 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tM37nHxci0 a {
  color: #132c70;
}
.cid-tM37nHxci0 .icon1 {
  padding-right: 0.5rem;
}
.cid-tM37nHxci0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM37nHxci0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM37nHxci0 .mbr-section-title,
.cid-tM37nHxci0 .underline {
  color: #d7a105;
}
.cid-tM33sAx9RV {
  background-color: #ffffff;
}
.cid-tM33sAx9RV .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM33sAx9RV .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM33sAx9RV .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM33sAx9RV .social-media {
  margin-top: 1.5rem;
}
.cid-tM33sAx9RV .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM33sAx9RV .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM33sAx9RV .mbr-text,
.cid-tM33sAx9RV .mbr-offer {
  line-height: 1.5;
}
.cid-tM33sAx9RV .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM33sAx9RV {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM33sAx9RV .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM33sAx9RV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM33sAx9RV .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM33sAx9RV .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM33sAx9RV .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM33sAx9RV {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM33sAx9RV .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM33sAx9RV .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM33sAx9RV .container-fluid {
  max-width: 1300px;
}
.cid-tM33sAx9RV li {
  font-weight: 400;
}
.cid-tM33sBKNxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM33sBKNxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM33sBKNxv .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-tM33sBKNxv .container {
    padding: 0 20px;
  }
}
.cid-tM33sBKNxv .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM33sBKNxv .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM33sBKNxv .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM33sBKNxv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM33sBKNxv .mbr-section-title {
  color: #ffffff;
}
.cid-tM33sBKNxv .mbr-section-title,
.cid-tM33sBKNxv .mbr-section-btn,
.cid-tM33sBKNxv .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM8OPobtiH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM8OPobtiH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM8OPobtiH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM8OPobtiH .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM8OPobtiH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM8OPobtiH .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM8OPobtiH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM8OPobtiH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM8OPobtiH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM8OPobtiH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM8OPobtiH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM8OPobtiH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM8OPobtiH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM8OPobtiH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM8OPobtiH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM8OPobtiH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM8OPobtiH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM8OPobtiH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM8OPobtiH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM8OPobtiH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM8OPobtiH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM8OPobtiH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM8OPobtiH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM8OPobtiH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM8OPobtiH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM8OPobtiH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM8OPobtiH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM8OPobtiH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM8OPobtiH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM8OPobtiH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM8OPobtiH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM8OPobtiH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM8OPobtiH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM8OPobtiH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM8OPobtiH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM8OPobtiH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM8OPobtiH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM8OPobtiH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM8OPobtiH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM8OPobtiH .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM8OPobtiH .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM8OPobtiH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM8OPobtiH .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM8OPobtiH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM8OPobtiH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM8OPobtiH .dropdown-item.active,
.cid-tM8OPobtiH .dropdown-item:active {
  background-color: transparent;
}
.cid-tM8OPobtiH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM8OPobtiH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM8OPobtiH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM8OPobtiH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM8OPobtiH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM8OPobtiH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM8OPobtiH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM8OPobtiH .navbar-buttons {
  text-align: center;
}
.cid-tM8OPobtiH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM8OPobtiH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM8OPobtiH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM8OPobtiH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM8OPobtiH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM8OPobtiH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM8OPobtiH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM8OPobtiH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM8OPobtiH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM8OPobtiH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM8OPobtiH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM8OPobtiH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM8OPobtiH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM8OPobtiH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM8OPobtiH .nav-link:hover,
.cid-tM8OPobtiH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM8OPobtiH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM8OPobtiH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM8OPobtiH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM8OPpuF18 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tM8OPpuF18 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tM8OPpuF18 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM8OPpuF18 H1 {
  color: #000000;
}
.cid-tM8OPpuF18 .mbr-text,
.cid-tM8OPpuF18 .mbr-section-btn {
  color: #132c70;
}
.cid-tM8OPpuF18 H3 {
  color: #132c70;
}
.cid-tM8OPpuF18 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM8OPpuF18 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tM8OPpuF18 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tM8OPpuF18 .link:hover {
  color: #000000 !important;
}
.cid-tM8OPpuF18 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tM8OPpuF18 DIV {
  color: #57468b;
}
.cid-tM8OPpuF18 .text-1 {
  line-height: 1;
}
.cid-tM8OPpuF18 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tM8OPpuF18 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tM8OPpuF18 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tM8PjPSWQl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #444444;
}
@media (max-width: 767px) {
  .cid-tM8PjPSWQl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-tM8PjPSWQl H1 {
  color: #d7a105;
}
.cid-tM8PjPSWQl .mbr-text,
.cid-tM8PjPSWQl .mbr-section-btn {
  color: #ffffff;
}
.cid-tM8PjPSWQl H3 {
  color: #ffffff;
}
.cid-tM8PjPSWQl .container-fluid {
  padding: 0 3rem;
  margin-top: 1.7rem;
}
.cid-tM8PjPSWQl .mbr-list {
  list-style: none;
  padding: 0 1.5rem;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
}
.cid-tM8PjPSWQl .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM8PjPSWQl .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM8PjPSWQl p {
  margin: 0;
}
.cid-tM8PjPSWQl a {
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .cid-tM8PjPSWQl .wrapper {
    display: flex;
    flex-direction: column;
  }
}
.cid-tM8PjPSWQl ul {
  color: #ffffff;
  margin-right: 1.5rem;
}
.cid-tM8PjPSWQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM8PjPSWQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM8OPs0XJq {
  background-color: #ffffff;
}
.cid-tM8OPs0XJq .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM8OPs0XJq .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM8OPs0XJq .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM8OPs0XJq .social-media {
  margin-top: 1.5rem;
}
.cid-tM8OPs0XJq .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM8OPs0XJq .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM8OPs0XJq .mbr-text,
.cid-tM8OPs0XJq .mbr-offer {
  line-height: 1.5;
}
.cid-tM8OPs0XJq .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM8OPs0XJq {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM8OPs0XJq .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM8OPs0XJq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM8OPs0XJq .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM8OPs0XJq .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM8OPs0XJq .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM8OPs0XJq {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM8OPs0XJq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM8OPs0XJq .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM8OPs0XJq .container-fluid {
  max-width: 1300px;
}
.cid-tM8OPs0XJq li {
  font-weight: 400;
}
.cid-tM8OPtAgXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM8OPtAgXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM8OPtAgXS .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-tM8OPtAgXS .container {
    padding: 0 20px;
  }
}
.cid-tM8OPtAgXS .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM8OPtAgXS .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM8OPtAgXS .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM8OPtAgXS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM8OPtAgXS .mbr-section-title {
  color: #ffffff;
}
.cid-tM8OPtAgXS .mbr-section-title,
.cid-tM8OPtAgXS .mbr-section-btn,
.cid-tM8OPtAgXS .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM92vkZNgI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM92vkZNgI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM92vkZNgI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM92vkZNgI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM92vkZNgI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM92vkZNgI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM92vkZNgI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM92vkZNgI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM92vkZNgI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM92vkZNgI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM92vkZNgI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM92vkZNgI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM92vkZNgI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM92vkZNgI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM92vkZNgI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM92vkZNgI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM92vkZNgI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM92vkZNgI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM92vkZNgI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM92vkZNgI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM92vkZNgI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM92vkZNgI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM92vkZNgI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM92vkZNgI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM92vkZNgI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM92vkZNgI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM92vkZNgI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM92vkZNgI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM92vkZNgI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM92vkZNgI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM92vkZNgI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM92vkZNgI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM92vkZNgI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM92vkZNgI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM92vkZNgI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM92vkZNgI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM92vkZNgI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM92vkZNgI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM92vkZNgI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM92vkZNgI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM92vkZNgI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM92vkZNgI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM92vkZNgI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM92vkZNgI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM92vkZNgI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM92vkZNgI .dropdown-item.active,
.cid-tM92vkZNgI .dropdown-item:active {
  background-color: transparent;
}
.cid-tM92vkZNgI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM92vkZNgI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM92vkZNgI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM92vkZNgI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM92vkZNgI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM92vkZNgI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM92vkZNgI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM92vkZNgI .navbar-buttons {
  text-align: center;
}
.cid-tM92vkZNgI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM92vkZNgI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM92vkZNgI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM92vkZNgI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM92vkZNgI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM92vkZNgI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM92vkZNgI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM92vkZNgI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM92vkZNgI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM92vkZNgI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM92vkZNgI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM92vkZNgI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM92vkZNgI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM92vkZNgI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM92vkZNgI .nav-link:hover,
.cid-tM92vkZNgI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM92vkZNgI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM92vkZNgI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM92vkZNgI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM9erDHC92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7a105;
}
@media (max-width: 767px) {
  .cid-tM9erDHC92 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tM9erDHC92 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM9erDHC92 H1 {
  color: #000000;
}
.cid-tM9erDHC92 .mbr-text,
.cid-tM9erDHC92 .mbr-section-btn {
  color: #132c70;
}
.cid-tM9erDHC92 H3 {
  color: #132c70;
}
.cid-tM9erDHC92 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM9erDHC92 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tM9erDHC92 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tM9erDHC92 .link:hover {
  color: #000000 !important;
}
.cid-tM9erDHC92 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tM9erDHC92 DIV {
  color: #57468b;
}
.cid-tM9erDHC92 .text-1 {
  line-height: 1;
}
.cid-tM9erDHC92 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tM9erDHC92 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tM9erDHC92 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tM92vnhp5z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7a105;
}
.cid-tM92vnhp5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM92vnhp5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM92vnhp5z .container,
.cid-tM92vnhp5z .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tM92vnhp5z .container,
  .cid-tM92vnhp5z .container-fluid {
    padding: 0 20px;
  }
}
.cid-tM92vnhp5z .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tM92vnhp5z .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tM92vnhp5z .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tM92vnhp5z .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tM92vnhp5z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM92vnhp5z .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tM92voAgu7 {
  background-color: #ffffff;
}
.cid-tM92voAgu7 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM92voAgu7 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM92voAgu7 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM92voAgu7 .social-media {
  margin-top: 1.5rem;
}
.cid-tM92voAgu7 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM92voAgu7 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM92voAgu7 .mbr-text,
.cid-tM92voAgu7 .mbr-offer {
  line-height: 1.5;
}
.cid-tM92voAgu7 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM92voAgu7 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM92voAgu7 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM92voAgu7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM92voAgu7 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM92voAgu7 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM92voAgu7 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM92voAgu7 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM92voAgu7 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM92voAgu7 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM92voAgu7 .container-fluid {
  max-width: 1300px;
}
.cid-tM92voAgu7 li {
  font-weight: 400;
}
.cid-tM92vqcm3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM92vqcm3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM92vqcm3N .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-tM92vqcm3N .container {
    padding: 0 20px;
  }
}
.cid-tM92vqcm3N .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM92vqcm3N .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM92vqcm3N .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM92vqcm3N .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM92vqcm3N .mbr-section-title {
  color: #ffffff;
}
.cid-tM92vqcm3N .mbr-section-title,
.cid-tM92vqcm3N .mbr-section-btn,
.cid-tM92vqcm3N .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM93objl8U {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM93objl8U .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM93objl8U .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM93objl8U .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM93objl8U .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM93objl8U .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM93objl8U .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM93objl8U .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM93objl8U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM93objl8U .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM93objl8U .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM93objl8U .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM93objl8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM93objl8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM93objl8U .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM93objl8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM93objl8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM93objl8U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM93objl8U .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM93objl8U .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM93objl8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM93objl8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM93objl8U .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM93objl8U .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM93objl8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM93objl8U .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM93objl8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM93objl8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM93objl8U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM93objl8U .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM93objl8U .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM93objl8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM93objl8U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM93objl8U .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM93objl8U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM93objl8U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM93objl8U .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM93objl8U .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM93objl8U .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM93objl8U .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM93objl8U .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM93objl8U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM93objl8U .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM93objl8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM93objl8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM93objl8U .dropdown-item.active,
.cid-tM93objl8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tM93objl8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM93objl8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM93objl8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM93objl8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM93objl8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM93objl8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM93objl8U ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM93objl8U .navbar-buttons {
  text-align: center;
}
.cid-tM93objl8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM93objl8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM93objl8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM93objl8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM93objl8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM93objl8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM93objl8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM93objl8U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM93objl8U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM93objl8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM93objl8U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM93objl8U .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM93objl8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM93objl8U .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM93objl8U .nav-link:hover,
.cid-tM93objl8U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM93objl8U .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM93objl8U .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM93objl8U .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM9fJ5nnbx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-tM9fJ5nnbx {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tM9fJ5nnbx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM9fJ5nnbx H1 {
  color: #d7a105;
}
.cid-tM9fJ5nnbx .mbr-text,
.cid-tM9fJ5nnbx .mbr-section-btn {
  color: #132c70;
}
.cid-tM9fJ5nnbx H3 {
  color: #132c70;
}
.cid-tM9fJ5nnbx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM9fJ5nnbx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tM9fJ5nnbx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tM9fJ5nnbx .link:hover {
  color: #000000 !important;
}
.cid-tM9fJ5nnbx .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tM9fJ5nnbx DIV {
  color: #57468b;
}
.cid-tM9fJ5nnbx .text-1 {
  line-height: 1;
}
.cid-tM9fJ5nnbx .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tM9fJ5nnbx .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tM9fJ5nnbx .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tM9fJ5nnbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9fJ5nnbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9fLqWnwR {
  background-color: #333333;
}
.cid-tM9fLqWnwR H2 {
  color: #132c70;
}
.cid-tM9fLqWnwR H3 {
  color: #132c70;
}
.cid-tM9fLqWnwR .mbr-text,
.cid-tM9fLqWnwR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM9fLqWnwR .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM9fLqWnwR img {
  filter: invert(0.5);
}
.cid-tM9fLqWnwR .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tM9fLqWnwR {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tM9fLqWnwR .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tM9fLqWnwR {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tM9fLqWnwR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tM9fLqWnwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9fLqWnwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9inykso3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tM9ilbaXnR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-tM9ilbaXnR .line {
  background-color: #d7a105;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tM9ilbaXnR .mbr-text {
  color: #ffffff;
}
.cid-tM93of3ZM8 {
  background-color: #ffffff;
}
.cid-tM93of3ZM8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM93of3ZM8 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM93of3ZM8 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM93of3ZM8 .social-media {
  margin-top: 1.5rem;
}
.cid-tM93of3ZM8 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM93of3ZM8 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM93of3ZM8 .mbr-text,
.cid-tM93of3ZM8 .mbr-offer {
  line-height: 1.5;
}
.cid-tM93of3ZM8 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM93of3ZM8 {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM93of3ZM8 .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM93of3ZM8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM93of3ZM8 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM93of3ZM8 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM93of3ZM8 .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM93of3ZM8 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM93of3ZM8 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM93of3ZM8 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM93of3ZM8 .container-fluid {
  max-width: 1300px;
}
.cid-tM93of3ZM8 li {
  font-weight: 400;
}
.cid-tM93ogBrEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM93ogBrEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM93ogBrEj .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-tM93ogBrEj .container {
    padding: 0 20px;
  }
}
.cid-tM93ogBrEj .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM93ogBrEj .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM93ogBrEj .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM93ogBrEj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM93ogBrEj .mbr-section-title {
  color: #ffffff;
}
.cid-tM93ogBrEj .mbr-section-title,
.cid-tM93ogBrEj .mbr-section-btn,
.cid-tM93ogBrEj .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM93A3Nl72 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM93A3Nl72 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM93A3Nl72 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM93A3Nl72 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM93A3Nl72 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM93A3Nl72 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM93A3Nl72 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM93A3Nl72 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM93A3Nl72 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM93A3Nl72 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM93A3Nl72 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM93A3Nl72 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM93A3Nl72 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM93A3Nl72 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM93A3Nl72 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM93A3Nl72 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM93A3Nl72 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM93A3Nl72 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM93A3Nl72 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM93A3Nl72 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM93A3Nl72 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM93A3Nl72 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM93A3Nl72 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM93A3Nl72 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM93A3Nl72 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM93A3Nl72 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM93A3Nl72 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM93A3Nl72 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM93A3Nl72 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM93A3Nl72 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM93A3Nl72 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM93A3Nl72 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM93A3Nl72 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM93A3Nl72 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM93A3Nl72 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM93A3Nl72 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM93A3Nl72 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM93A3Nl72 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM93A3Nl72 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM93A3Nl72 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM93A3Nl72 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM93A3Nl72 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM93A3Nl72 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM93A3Nl72 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM93A3Nl72 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM93A3Nl72 .dropdown-item.active,
.cid-tM93A3Nl72 .dropdown-item:active {
  background-color: transparent;
}
.cid-tM93A3Nl72 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM93A3Nl72 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM93A3Nl72 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM93A3Nl72 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM93A3Nl72 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM93A3Nl72 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM93A3Nl72 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM93A3Nl72 .navbar-buttons {
  text-align: center;
}
.cid-tM93A3Nl72 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM93A3Nl72 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM93A3Nl72 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM93A3Nl72 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM93A3Nl72 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM93A3Nl72 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM93A3Nl72 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM93A3Nl72 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM93A3Nl72 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM93A3Nl72 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM93A3Nl72 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM93A3Nl72 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM93A3Nl72 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM93A3Nl72 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM93A3Nl72 .nav-link:hover,
.cid-tM93A3Nl72 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM93A3Nl72 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM93A3Nl72 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM93A3Nl72 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM9ksRXyui {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-tM9ksRXyui {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tM9ksRXyui img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM9ksRXyui H1 {
  color: #d7a105;
}
.cid-tM9ksRXyui .mbr-text,
.cid-tM9ksRXyui .mbr-section-btn {
  color: #132c70;
}
.cid-tM9ksRXyui H3 {
  color: #132c70;
}
.cid-tM9ksRXyui .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM9ksRXyui .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tM9ksRXyui .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tM9ksRXyui .link:hover {
  color: #000000 !important;
}
.cid-tM9ksRXyui .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tM9ksRXyui DIV {
  color: #57468b;
}
.cid-tM9ksRXyui .text-1 {
  line-height: 1;
}
.cid-tM9ksRXyui .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tM9ksRXyui .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tM9ksRXyui .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tM9ksRXyui .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9ksRXyui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9kucACwK {
  background-color: #333333;
}
.cid-tM9kucACwK H2 {
  color: #132c70;
}
.cid-tM9kucACwK H3 {
  color: #132c70;
}
.cid-tM9kucACwK .mbr-text,
.cid-tM9kucACwK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM9kucACwK .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM9kucACwK img {
  filter: invert(0.5);
}
.cid-tM9kucACwK .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tM9kucACwK {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tM9kucACwK .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tM9kucACwK {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tM9kucACwK .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tM9kucACwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9kucACwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9m1CAsLY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tM93A7rfPp {
  background-color: #ffffff;
}
.cid-tM93A7rfPp .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM93A7rfPp .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM93A7rfPp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM93A7rfPp .social-media {
  margin-top: 1.5rem;
}
.cid-tM93A7rfPp .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM93A7rfPp .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM93A7rfPp .mbr-text,
.cid-tM93A7rfPp .mbr-offer {
  line-height: 1.5;
}
.cid-tM93A7rfPp .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM93A7rfPp {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM93A7rfPp .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM93A7rfPp .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM93A7rfPp .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM93A7rfPp .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM93A7rfPp .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM93A7rfPp {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM93A7rfPp .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM93A7rfPp .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM93A7rfPp .container-fluid {
  max-width: 1300px;
}
.cid-tM93A7rfPp li {
  font-weight: 400;
}
.cid-tM93A905Dm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM93A905Dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM93A905Dm .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-tM93A905Dm .container {
    padding: 0 20px;
  }
}
.cid-tM93A905Dm .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM93A905Dm .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM93A905Dm .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM93A905Dm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM93A905Dm .mbr-section-title {
  color: #ffffff;
}
.cid-tM93A905Dm .mbr-section-title,
.cid-tM93A905Dm .mbr-section-btn,
.cid-tM93A905Dm .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM93K1RwB1 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM93K1RwB1 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM93K1RwB1 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM93K1RwB1 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM93K1RwB1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM93K1RwB1 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM93K1RwB1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM93K1RwB1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM93K1RwB1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM93K1RwB1 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM93K1RwB1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM93K1RwB1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM93K1RwB1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM93K1RwB1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM93K1RwB1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM93K1RwB1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM93K1RwB1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM93K1RwB1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM93K1RwB1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM93K1RwB1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM93K1RwB1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM93K1RwB1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM93K1RwB1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM93K1RwB1 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM93K1RwB1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM93K1RwB1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM93K1RwB1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM93K1RwB1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM93K1RwB1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM93K1RwB1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM93K1RwB1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM93K1RwB1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM93K1RwB1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM93K1RwB1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM93K1RwB1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM93K1RwB1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM93K1RwB1 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM93K1RwB1 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM93K1RwB1 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM93K1RwB1 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM93K1RwB1 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM93K1RwB1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM93K1RwB1 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM93K1RwB1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM93K1RwB1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM93K1RwB1 .dropdown-item.active,
.cid-tM93K1RwB1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tM93K1RwB1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM93K1RwB1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM93K1RwB1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM93K1RwB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM93K1RwB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM93K1RwB1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM93K1RwB1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM93K1RwB1 .navbar-buttons {
  text-align: center;
}
.cid-tM93K1RwB1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM93K1RwB1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM93K1RwB1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM93K1RwB1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM93K1RwB1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM93K1RwB1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM93K1RwB1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM93K1RwB1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM93K1RwB1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM93K1RwB1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM93K1RwB1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM93K1RwB1 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM93K1RwB1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM93K1RwB1 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM93K1RwB1 .nav-link:hover,
.cid-tM93K1RwB1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM93K1RwB1 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM93K1RwB1 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM93K1RwB1 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM9mzzHyEp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tM9mzzHyEp {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tM9mzzHyEp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM9mzzHyEp H1 {
  color: #000000;
}
.cid-tM9mzzHyEp .mbr-text,
.cid-tM9mzzHyEp .mbr-section-btn {
  color: #132c70;
}
.cid-tM9mzzHyEp H3 {
  color: #132c70;
}
.cid-tM9mzzHyEp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM9mzzHyEp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tM9mzzHyEp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tM9mzzHyEp .link:hover {
  color: #000000 !important;
}
.cid-tM9mzzHyEp .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tM9mzzHyEp DIV {
  color: #57468b;
}
.cid-tM9mzzHyEp .text-1 {
  line-height: 1;
}
.cid-tM9mzzHyEp .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tM9mzzHyEp .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tM9mzzHyEp .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tM9mzzHyEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9mzzHyEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9muzVG0k {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #444444;
}
@media (max-width: 991px) {
  .cid-tM9muzVG0k {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tM9muzVG0k .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tM9muzVG0k h1 {
  color: #ffffff;
}
.cid-tM9muzVG0k h2 {
  color: #ffffff;
}
.cid-tM9muzVG0k a {
  color: #ffffff;
}
.cid-tM9muzVG0k .btn-line::after {
  background-color: #ffffff;
}
.cid-tM9muzVG0k .animated-element {
  color: #efefef;
}
.cid-tM9muzVG0k .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tM9muzVG0k .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tM9muzVG0k .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM9muzVG0k .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tM9muzVG0k .mbr-white {
    padding-left: 6rem;
  }
  .cid-tM9muzVG0k .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tM9muzVG0k .container-fluid {
  max-width: 1300px;
}
.cid-tM9muzVG0k .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tM9muzVG0k .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tM9muzVG0k .btn-line {
  margin-top: 3rem;
}
.cid-tM9muzVG0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9muzVG0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9nmKmYOb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-tM93K5gLhF {
  background-color: #ffffff;
}
.cid-tM93K5gLhF .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM93K5gLhF .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM93K5gLhF .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM93K5gLhF .social-media {
  margin-top: 1.5rem;
}
.cid-tM93K5gLhF .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM93K5gLhF .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM93K5gLhF .mbr-text,
.cid-tM93K5gLhF .mbr-offer {
  line-height: 1.5;
}
.cid-tM93K5gLhF .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM93K5gLhF {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM93K5gLhF .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM93K5gLhF .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM93K5gLhF .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM93K5gLhF .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM93K5gLhF .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM93K5gLhF {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM93K5gLhF .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM93K5gLhF .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM93K5gLhF .container-fluid {
  max-width: 1300px;
}
.cid-tM93K5gLhF li {
  font-weight: 400;
}
.cid-tM93K7b9Eu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM93K7b9Eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM93K7b9Eu .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-tM93K7b9Eu .container {
    padding: 0 20px;
  }
}
.cid-tM93K7b9Eu .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM93K7b9Eu .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM93K7b9Eu .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM93K7b9Eu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM93K7b9Eu .mbr-section-title {
  color: #ffffff;
}
.cid-tM93K7b9Eu .mbr-section-title,
.cid-tM93K7b9Eu .mbr-section-btn,
.cid-tM93K7b9Eu .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM943sa95P {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM943sa95P .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM943sa95P .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM943sa95P .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM943sa95P .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM943sa95P .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM943sa95P .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM943sa95P .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM943sa95P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM943sa95P .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM943sa95P .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM943sa95P .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM943sa95P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM943sa95P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM943sa95P .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM943sa95P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM943sa95P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM943sa95P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM943sa95P .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM943sa95P .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM943sa95P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM943sa95P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM943sa95P .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM943sa95P .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM943sa95P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM943sa95P .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM943sa95P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM943sa95P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM943sa95P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM943sa95P .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM943sa95P .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM943sa95P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM943sa95P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM943sa95P .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM943sa95P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM943sa95P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM943sa95P .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM943sa95P .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM943sa95P .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM943sa95P .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM943sa95P .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM943sa95P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM943sa95P .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM943sa95P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM943sa95P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM943sa95P .dropdown-item.active,
.cid-tM943sa95P .dropdown-item:active {
  background-color: transparent;
}
.cid-tM943sa95P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM943sa95P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM943sa95P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM943sa95P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM943sa95P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM943sa95P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM943sa95P ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM943sa95P .navbar-buttons {
  text-align: center;
}
.cid-tM943sa95P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM943sa95P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM943sa95P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM943sa95P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM943sa95P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM943sa95P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM943sa95P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM943sa95P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM943sa95P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM943sa95P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM943sa95P a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM943sa95P .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM943sa95P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM943sa95P .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM943sa95P .nav-link:hover,
.cid-tM943sa95P .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM943sa95P .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM943sa95P .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM943sa95P .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM99MZ7RMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-tM99MZ7RMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM99MZ7RMz .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-tM99MZ7RMz .container {
    padding: 0 30px;
  }
}
.cid-tM99MZ7RMz .row {
  justify-content: center;
}
.cid-tM99MZ7RMz .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tM99MZ7RMz .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tM99MZ7RMz .title-wrapper {
    margin: 0;
  }
}
.cid-tM99MZ7RMz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tM99MZ7RMz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tM99MZ7RMz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tM99MZ7RMz .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tM99MZ7RMz .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM99MZ7RMz .mbr-section-title {
  color: #d7a105;
  text-align: center;
}
.cid-tM99MZ7RMz .mbr-text {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM99MZ7RMz .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM9d4Yqp8H {
  background: #232323;
}
.cid-tM9d4Yqp8H .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tM9d4Yqp8H .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #d7a105);
  display: inline-block;
}
.cid-tM9d4Yqp8H .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-tM9d4Yqp8H .mbr-iconfont {
  color: #d7a105;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-tM9d4Yqp8H .mbr-iconfont:hover {
  color: #232323;
}
.cid-tM9d4Yqp8H .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tM9d4Yqp8H .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-tM9d4Yqp8H .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tM9d4Yqp8H .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-tM9d4Yqp8H .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tM9d4Yqp8H {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tM9d4Yqp8H .card-wrap {
    padding: 0 0rem;
  }
  .cid-tM9d4Yqp8H .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM9d4Yqp8H .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM9d4Yqp8H {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tM9d4Yqp8H a {
  color: #132c70;
}
.cid-tM9d4Yqp8H .icon1 {
  padding-right: 0.5rem;
}
.cid-tM9d4Yqp8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9d4Yqp8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9d4Yqp8H .mbr-section-title,
.cid-tM9d4Yqp8H .underline {
  color: #d7a105;
}
.cid-tM943vMUKv {
  background-color: #ffffff;
}
.cid-tM943vMUKv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM943vMUKv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM943vMUKv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM943vMUKv .social-media {
  margin-top: 1.5rem;
}
.cid-tM943vMUKv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM943vMUKv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM943vMUKv .mbr-text,
.cid-tM943vMUKv .mbr-offer {
  line-height: 1.5;
}
.cid-tM943vMUKv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM943vMUKv {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM943vMUKv .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM943vMUKv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM943vMUKv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM943vMUKv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM943vMUKv .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM943vMUKv {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM943vMUKv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM943vMUKv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM943vMUKv .container-fluid {
  max-width: 1300px;
}
.cid-tM943vMUKv li {
  font-weight: 400;
}
.cid-tM943xgGmr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM943xgGmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM943xgGmr .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-tM943xgGmr .container {
    padding: 0 20px;
  }
}
.cid-tM943xgGmr .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM943xgGmr .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM943xgGmr .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM943xgGmr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM943xgGmr .mbr-section-title {
  color: #ffffff;
}
.cid-tM943xgGmr .mbr-section-title,
.cid-tM943xgGmr .mbr-section-btn,
.cid-tM943xgGmr .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tM939rTn8W {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tM939rTn8W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tM939rTn8W .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tM939rTn8W .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tM939rTn8W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tM939rTn8W .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tM939rTn8W .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tM939rTn8W .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tM939rTn8W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM939rTn8W .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tM939rTn8W .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tM939rTn8W .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tM939rTn8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM939rTn8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tM939rTn8W .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tM939rTn8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM939rTn8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM939rTn8W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM939rTn8W .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tM939rTn8W .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tM939rTn8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM939rTn8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tM939rTn8W .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tM939rTn8W .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tM939rTn8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM939rTn8W .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tM939rTn8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM939rTn8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM939rTn8W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM939rTn8W .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tM939rTn8W .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tM939rTn8W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM939rTn8W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tM939rTn8W .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tM939rTn8W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tM939rTn8W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM939rTn8W .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tM939rTn8W .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tM939rTn8W .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tM939rTn8W .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tM939rTn8W .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tM939rTn8W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM939rTn8W .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tM939rTn8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM939rTn8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM939rTn8W .dropdown-item.active,
.cid-tM939rTn8W .dropdown-item:active {
  background-color: transparent;
}
.cid-tM939rTn8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tM939rTn8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM939rTn8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM939rTn8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM939rTn8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tM939rTn8W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM939rTn8W ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tM939rTn8W .navbar-buttons {
  text-align: center;
}
.cid-tM939rTn8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM939rTn8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tM939rTn8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM939rTn8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM939rTn8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM939rTn8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM939rTn8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM939rTn8W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM939rTn8W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM939rTn8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM939rTn8W a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tM939rTn8W .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tM939rTn8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tM939rTn8W .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tM939rTn8W .nav-link:hover,
.cid-tM939rTn8W .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tM939rTn8W .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tM939rTn8W .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tM939rTn8W .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tM955agW75 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tM955agW75 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tM955agW75 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM955agW75 H1 {
  color: #232323;
}
.cid-tM955agW75 .mbr-text,
.cid-tM955agW75 .mbr-section-btn {
  color: #132c70;
}
.cid-tM955agW75 H3 {
  color: #132c70;
}
.cid-tM955agW75 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM955agW75 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tM955agW75 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tM955agW75 .link:hover {
  color: #000000 !important;
}
.cid-tM955agW75 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tM955agW75 DIV {
  color: #57468b;
}
.cid-tM955agW75 .text-1 {
  line-height: 1;
}
.cid-tM955agW75 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tM955agW75 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tM955agW75 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tM955agW75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM955agW75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM98vRbxt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-tM98vRbxt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM98vRbxt0 .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-tM98vRbxt0 .container {
    padding: 0 30px;
  }
}
.cid-tM98vRbxt0 .row {
  justify-content: center;
}
.cid-tM98vRbxt0 .title-wrapper {
  margin: 0 12%;
}
@media (max-width: 992px) {
  .cid-tM98vRbxt0 .title-wrapper {
    margin: 0;
  }
}
.cid-tM98vRbxt0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tM98vRbxt0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tM98vRbxt0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tM98vRbxt0 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tM98vRbxt0 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM98vRbxt0 .mbr-section-title {
  color: #d7a105;
  text-align: center;
}
.cid-tM98vRbxt0 .mbr-text {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM98vRbxt0 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM95dVBHza {
  background-color: #fbf2e7;
}
.cid-tM95dVBHza .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-tM95dVBHza .card .card-wrapper {
  height: 1%;
}
.cid-tM95dVBHza .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-tM95dVBHza .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-tM95dVBHza .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-tM95dVBHza .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-tM95dVBHza .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tM95dVBHza {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tM95dVBHza .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM95dVBHza .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tM95dVBHza {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tM95dVBHza .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-tM95dVBHza .card-btn {
    opacity: 1;
  }
}
.cid-tM95dVBHza p {
  margin-bottom: 0;
}
.cid-tM95dVBHza h2 {
  margin-bottom: 1rem;
}
.cid-tM95dVBHza .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tM95dVBHza .btn-line {
  margin-top: 3rem;
}
.cid-tM95dVBHza .mbr-text,
.cid-tM95dVBHza .card-btn {
  color: #000000;
}
.cid-tM95dVBHza .mbr-section-subtitle,
.cid-tM95dVBHza .title-btn {
  color: #000000;
}
.cid-tM95dVBHza H2 {
  color: #000000;
}
.cid-tM939vpoxg {
  background-color: #ffffff;
}
.cid-tM939vpoxg .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tM939vpoxg .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tM939vpoxg .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tM939vpoxg .social-media {
  margin-top: 1.5rem;
}
.cid-tM939vpoxg .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tM939vpoxg .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tM939vpoxg .mbr-text,
.cid-tM939vpoxg .mbr-offer {
  line-height: 1.5;
}
.cid-tM939vpoxg .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tM939vpoxg {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tM939vpoxg .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tM939vpoxg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM939vpoxg .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tM939vpoxg .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tM939vpoxg .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tM939vpoxg {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tM939vpoxg .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tM939vpoxg .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tM939vpoxg .container-fluid {
  max-width: 1300px;
}
.cid-tM939vpoxg li {
  font-weight: 400;
}
.cid-tM939xcjB3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tM939xcjB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM939xcjB3 .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-tM939xcjB3 .container {
    padding: 0 20px;
  }
}
.cid-tM939xcjB3 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tM939xcjB3 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tM939xcjB3 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tM939xcjB3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tM939xcjB3 .mbr-section-title {
  color: #ffffff;
}
.cid-tM939xcjB3 .mbr-section-title,
.cid-tM939xcjB3 .mbr-section-btn,
.cid-tM939xcjB3 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-tHpTiCoAjC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tHpTiCoAjC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tHpTiCoAjC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tHpTiCoAjC .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tHpTiCoAjC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHpTiCoAjC .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tHpTiCoAjC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tHpTiCoAjC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tHpTiCoAjC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHpTiCoAjC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tHpTiCoAjC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-tHpTiCoAjC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tHpTiCoAjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpTiCoAjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-tHpTiCoAjC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tHpTiCoAjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHpTiCoAjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHpTiCoAjC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHpTiCoAjC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tHpTiCoAjC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tHpTiCoAjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHpTiCoAjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tHpTiCoAjC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tHpTiCoAjC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tHpTiCoAjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHpTiCoAjC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tHpTiCoAjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHpTiCoAjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHpTiCoAjC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHpTiCoAjC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tHpTiCoAjC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tHpTiCoAjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHpTiCoAjC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tHpTiCoAjC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tHpTiCoAjC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tHpTiCoAjC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHpTiCoAjC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tHpTiCoAjC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tHpTiCoAjC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tHpTiCoAjC .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-tHpTiCoAjC .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-tHpTiCoAjC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHpTiCoAjC .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-tHpTiCoAjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHpTiCoAjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHpTiCoAjC .dropdown-item.active,
.cid-tHpTiCoAjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tHpTiCoAjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-tHpTiCoAjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHpTiCoAjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHpTiCoAjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHpTiCoAjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tHpTiCoAjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHpTiCoAjC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tHpTiCoAjC .navbar-buttons {
  text-align: center;
}
.cid-tHpTiCoAjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHpTiCoAjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHpTiCoAjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHpTiCoAjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpTiCoAjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHpTiCoAjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHpTiCoAjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpTiCoAjC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHpTiCoAjC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHpTiCoAjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHpTiCoAjC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-tHpTiCoAjC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-tHpTiCoAjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tHpTiCoAjC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tHpTiCoAjC .nav-link:hover,
.cid-tHpTiCoAjC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tHpTiCoAjC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-tHpTiCoAjC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tHpTiCoAjC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tHpTiDra15 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-tHpTiDra15 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-tHpTiDra15 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tHpTiDra15 H1 {
  color: #000000;
}
.cid-tHpTiDra15 .mbr-text,
.cid-tHpTiDra15 .mbr-section-btn {
  color: #132c70;
}
.cid-tHpTiDra15 H3 {
  color: #132c70;
}
.cid-tHpTiDra15 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tHpTiDra15 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tHpTiDra15 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tHpTiDra15 .link:hover {
  color: #000000 !important;
}
.cid-tHpTiDra15 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tHpTiDra15 DIV {
  color: #57468b;
}
.cid-tHpTiDra15 .text-1 {
  line-height: 1;
}
.cid-tHpTiDra15 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tHpTiDra15 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tHpTiDra15 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tHpTiDXEw5 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-tHpTiDXEw5 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-tHpTiDXEw5 h1 {
  color: #ffffff;
}
.cid-tHpTiDXEw5 h2 {
  color: #ffffff;
}
.cid-tHpTiDXEw5 a {
  color: #ffffff;
}
.cid-tHpTiDXEw5 .btn-line::after {
  background-color: #ffffff;
}
.cid-tHpTiDXEw5 .animated-element {
  color: #efefef;
}
.cid-tHpTiDXEw5 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHpTiDXEw5 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHpTiDXEw5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpTiDXEw5 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpTiDXEw5 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tHpTiDXEw5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpTiDXEw5 .container-fluid {
  max-width: 1300px;
}
.cid-tHpTiDXEw5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tHpTiDXEw5 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tHpTiDXEw5 .btn-line {
  margin-top: 3rem;
}
.cid-tHpTiDXEw5 .mbr-section-subtitle,
.cid-tHpTiDXEw5 .mbr-section-btn {
  color: #000000;
}
.cid-tHpTiEzmUV {
  background-color: #ffffff;
}
.cid-tHpTiEzmUV H2 {
  color: #132c70;
}
.cid-tHpTiEzmUV H3 {
  color: #132c70;
}
.cid-tHpTiEzmUV .mbr-text,
.cid-tHpTiEzmUV .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tHpTiEzmUV .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHpTiEzmUV img {
  filter: invert(0.5);
}
.cid-tHpTiEzmUV .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tHpTiEzmUV {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tHpTiEzmUV .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpTiEzmUV {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-tHpTiEzmUV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpTiF3HSM {
  background-color: #fbf2e7;
}
.cid-tHpTiF3HSM .photo-split img {
  width: 100%;
}
.cid-tHpTiF3HSM .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tHpTiF3HSM .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-tHpTiF3HSM .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHpTiF3HSM .wrap-block {
  padding-left: 2rem;
}
.cid-tHpTiF3HSM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHpTiF3HSM .wrap-block ul li {
  display: inline-block;
}
.cid-tHpTiF3HSM .wrap-block ul li span {
  text-align: center;
}
.cid-tHpTiF3HSM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tHpTiF3HSM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpTiF3HSM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tHpTiF3HSM .mbr-list,
.cid-tHpTiF3HSM .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHpTiF3HSM {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-tHpTiF3HSM .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-tHpTiF3HSM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpTiF3HSM .mbr-section-title,
  .cid-tHpTiF3HSM .mbr-section-subtitle,
  .cid-tHpTiF3HSM .mbr-text {
    text-align: center !important;
  }
  .cid-tHpTiF3HSM .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-tHpTiF3HSM {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpTiF3HSM .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-tHpTiF3HSM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tHpTiF3HSM .btn-line {
  margin-top: 3rem;
}
.cid-tHpTiF3HSM .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-tHpTiF3HSM .col-lg-8 {
    order: 2;
  }
  .cid-tHpTiF3HSM .col-lg-4 {
    order: 1;
  }
}
.cid-tHpTiF3HSM .mbr-section-title {
  color: #000000;
}
.cid-tHpTiF3HSM .mbr-text {
  color: #000000;
}
.cid-tHpTiFzuvU {
  background-color: #ffffff;
}
.cid-tHpTiFzuvU .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tHpTiFzuvU .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tHpTiFzuvU .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tHpTiFzuvU .social-media {
  margin-top: 1.5rem;
}
.cid-tHpTiFzuvU .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHpTiFzuvU .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tHpTiFzuvU .mbr-text,
.cid-tHpTiFzuvU .mbr-offer {
  line-height: 1.5;
}
.cid-tHpTiFzuvU .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tHpTiFzuvU {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tHpTiFzuvU .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tHpTiFzuvU .container-fluid {
    padding: 0 1rem;
  }
  .cid-tHpTiFzuvU .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tHpTiFzuvU .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tHpTiFzuvU .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tHpTiFzuvU {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tHpTiFzuvU .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tHpTiFzuvU .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tHpTiFzuvU .container-fluid {
  max-width: 1300px;
}
.cid-tHpTiFzuvU li {
  font-weight: 400;
}
.cid-tHpTiGdj1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-tHpTiGdj1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpTiGdj1v .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-tHpTiGdj1v .container {
    padding: 0 20px;
  }
}
.cid-tHpTiGdj1v .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHpTiGdj1v .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-tHpTiGdj1v .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-tHpTiGdj1v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHpTiGdj1v .mbr-section-title {
  color: #ffffff;
}
.cid-tHpTiGdj1v .mbr-section-title,
.cid-tHpTiGdj1v .mbr-section-btn,
.cid-tHpTiGdj1v .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-ulG032L0pm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulG032L0pm .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulG032L0pm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulG032L0pm .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulG032L0pm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulG032L0pm .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulG032L0pm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulG032L0pm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulG032L0pm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulG032L0pm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulG032L0pm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulG032L0pm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulG032L0pm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulG032L0pm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ulG032L0pm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulG032L0pm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulG032L0pm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulG032L0pm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulG032L0pm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulG032L0pm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulG032L0pm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulG032L0pm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulG032L0pm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulG032L0pm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulG032L0pm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulG032L0pm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulG032L0pm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulG032L0pm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulG032L0pm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulG032L0pm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulG032L0pm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulG032L0pm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulG032L0pm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulG032L0pm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulG032L0pm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulG032L0pm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulG032L0pm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulG032L0pm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulG032L0pm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulG032L0pm .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulG032L0pm .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulG032L0pm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulG032L0pm .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulG032L0pm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulG032L0pm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulG032L0pm .dropdown-item.active,
.cid-ulG032L0pm .dropdown-item:active {
  background-color: transparent;
}
.cid-ulG032L0pm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-ulG032L0pm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulG032L0pm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulG032L0pm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulG032L0pm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulG032L0pm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulG032L0pm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulG032L0pm .navbar-buttons {
  text-align: center;
}
.cid-ulG032L0pm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulG032L0pm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulG032L0pm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulG032L0pm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulG032L0pm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulG032L0pm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulG032L0pm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulG032L0pm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulG032L0pm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulG032L0pm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulG032L0pm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulG032L0pm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulG032L0pm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulG032L0pm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulG032L0pm .nav-link:hover,
.cid-ulG032L0pm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulG032L0pm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulG032L0pm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulG032L0pm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulG034fYXe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-ulG034fYXe {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-ulG034fYXe img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-ulG034fYXe H1 {
  color: #000000;
}
.cid-ulG034fYXe .mbr-text,
.cid-ulG034fYXe .mbr-section-btn {
  color: #132c70;
}
.cid-ulG034fYXe H3 {
  color: #132c70;
}
.cid-ulG034fYXe .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-ulG034fYXe .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-ulG034fYXe .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-ulG034fYXe .link:hover {
  color: #000000 !important;
}
.cid-ulG034fYXe .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-ulG034fYXe DIV {
  color: #57468b;
}
.cid-ulG034fYXe .text-1 {
  line-height: 1;
}
.cid-ulG034fYXe .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ulG034fYXe .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-ulG034fYXe .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-ulG034ZmVU {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-ulG034ZmVU {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-ulG034ZmVU h1 {
  color: #ffffff;
}
.cid-ulG034ZmVU h2 {
  color: #ffffff;
}
.cid-ulG034ZmVU a {
  color: #ffffff;
}
.cid-ulG034ZmVU .btn-line::after {
  background-color: #ffffff;
}
.cid-ulG034ZmVU .animated-element {
  color: #efefef;
}
.cid-ulG034ZmVU .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ulG034ZmVU .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ulG034ZmVU .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulG034ZmVU .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ulG034ZmVU .mbr-white {
    padding-left: 6rem;
  }
  .cid-ulG034ZmVU .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ulG034ZmVU .container-fluid {
  max-width: 1300px;
}
.cid-ulG034ZmVU .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-ulG034ZmVU .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ulG034ZmVU .btn-line {
  margin-top: 3rem;
}
.cid-ulG034ZmVU .mbr-section-subtitle,
.cid-ulG034ZmVU .mbr-section-btn {
  color: #000000;
}
.cid-ulG035WZ5I {
  background-color: #ffffff;
}
.cid-ulG035WZ5I H2 {
  color: #132c70;
}
.cid-ulG035WZ5I H3 {
  color: #132c70;
}
.cid-ulG035WZ5I .mbr-text,
.cid-ulG035WZ5I .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ulG035WZ5I .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ulG035WZ5I img {
  filter: invert(0.5);
}
.cid-ulG035WZ5I .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-ulG035WZ5I {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-ulG035WZ5I .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ulG035WZ5I {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-ulG035WZ5I .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ulG036vmNb {
  background-color: #fbf2e7;
}
.cid-ulG036vmNb .photo-split img {
  width: 100%;
}
.cid-ulG036vmNb .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ulG036vmNb .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-ulG036vmNb .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-ulG036vmNb .wrap-block {
  padding-left: 2rem;
}
.cid-ulG036vmNb .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ulG036vmNb .wrap-block ul li {
  display: inline-block;
}
.cid-ulG036vmNb .wrap-block ul li span {
  text-align: center;
}
.cid-ulG036vmNb .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-ulG036vmNb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulG036vmNb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ulG036vmNb .mbr-list,
.cid-ulG036vmNb .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ulG036vmNb {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-ulG036vmNb .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-ulG036vmNb .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulG036vmNb .mbr-section-title,
  .cid-ulG036vmNb .mbr-section-subtitle,
  .cid-ulG036vmNb .mbr-text {
    text-align: center !important;
  }
  .cid-ulG036vmNb .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-ulG036vmNb {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-ulG036vmNb .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-ulG036vmNb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ulG036vmNb .btn-line {
  margin-top: 3rem;
}
.cid-ulG036vmNb .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-ulG036vmNb .col-lg-8 {
    order: 2;
  }
  .cid-ulG036vmNb .col-lg-4 {
    order: 1;
  }
}
.cid-ulG036vmNb .mbr-section-title {
  color: #000000;
}
.cid-ulG036vmNb .mbr-text {
  color: #000000;
}
.cid-ulG0376pQs {
  background-color: #ffffff;
}
.cid-ulG0376pQs .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulG0376pQs .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulG0376pQs .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulG0376pQs .social-media {
  margin-top: 1.5rem;
}
.cid-ulG0376pQs .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulG0376pQs .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulG0376pQs .mbr-text,
.cid-ulG0376pQs .mbr-offer {
  line-height: 1.5;
}
.cid-ulG0376pQs .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulG0376pQs {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-ulG0376pQs .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-ulG0376pQs .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulG0376pQs .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulG0376pQs .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulG0376pQs .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulG0376pQs {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-ulG0376pQs .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-ulG0376pQs .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-ulG0376pQs .container-fluid {
  max-width: 1300px;
}
.cid-ulG0376pQs li {
  font-weight: 400;
}
.cid-ulG0380eEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-ulG0380eEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulG0380eEC .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-ulG0380eEC .container {
    padding: 0 20px;
  }
}
.cid-ulG0380eEC .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ulG0380eEC .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-ulG0380eEC .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-ulG0380eEC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ulG0380eEC .mbr-section-title {
  color: #ffffff;
}
.cid-ulG0380eEC .mbr-section-title,
.cid-ulG0380eEC .mbr-section-btn,
.cid-ulG0380eEC .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-ulG0C7zDa1 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulG0C7zDa1 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulG0C7zDa1 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulG0C7zDa1 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulG0C7zDa1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulG0C7zDa1 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulG0C7zDa1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulG0C7zDa1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulG0C7zDa1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulG0C7zDa1 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulG0C7zDa1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulG0C7zDa1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulG0C7zDa1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulG0C7zDa1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ulG0C7zDa1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulG0C7zDa1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulG0C7zDa1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulG0C7zDa1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulG0C7zDa1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulG0C7zDa1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulG0C7zDa1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulG0C7zDa1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulG0C7zDa1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulG0C7zDa1 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulG0C7zDa1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulG0C7zDa1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulG0C7zDa1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulG0C7zDa1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulG0C7zDa1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulG0C7zDa1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulG0C7zDa1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulG0C7zDa1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulG0C7zDa1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulG0C7zDa1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulG0C7zDa1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulG0C7zDa1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulG0C7zDa1 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulG0C7zDa1 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulG0C7zDa1 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulG0C7zDa1 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulG0C7zDa1 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulG0C7zDa1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulG0C7zDa1 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulG0C7zDa1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulG0C7zDa1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulG0C7zDa1 .dropdown-item.active,
.cid-ulG0C7zDa1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulG0C7zDa1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-ulG0C7zDa1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulG0C7zDa1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulG0C7zDa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulG0C7zDa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulG0C7zDa1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulG0C7zDa1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulG0C7zDa1 .navbar-buttons {
  text-align: center;
}
.cid-ulG0C7zDa1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulG0C7zDa1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulG0C7zDa1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulG0C7zDa1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulG0C7zDa1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulG0C7zDa1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulG0C7zDa1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulG0C7zDa1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulG0C7zDa1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulG0C7zDa1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulG0C7zDa1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulG0C7zDa1 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulG0C7zDa1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulG0C7zDa1 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulG0C7zDa1 .nav-link:hover,
.cid-ulG0C7zDa1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulG0C7zDa1 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulG0C7zDa1 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulG0C7zDa1 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulG0C8y5G9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf2e7;
}
@media (max-width: 767px) {
  .cid-ulG0C8y5G9 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cid-ulG0C8y5G9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-ulG0C8y5G9 H1 {
  color: #000000;
}
.cid-ulG0C8y5G9 .mbr-text,
.cid-ulG0C8y5G9 .mbr-section-btn {
  color: #132c70;
}
.cid-ulG0C8y5G9 H3 {
  color: #132c70;
}
.cid-ulG0C8y5G9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-ulG0C8y5G9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-ulG0C8y5G9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-ulG0C8y5G9 .link:hover {
  color: #000000 !important;
}
.cid-ulG0C8y5G9 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-ulG0C8y5G9 DIV {
  color: #57468b;
}
.cid-ulG0C8y5G9 .text-1 {
  line-height: 1;
}
.cid-ulG0C8y5G9 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ulG0C8y5G9 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-ulG0C8y5G9 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-ulG0C9bqKy {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf2e7;
}
@media (max-width: 991px) {
  .cid-ulG0C9bqKy {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-ulG0C9bqKy h1 {
  color: #ffffff;
}
.cid-ulG0C9bqKy h2 {
  color: #ffffff;
}
.cid-ulG0C9bqKy a {
  color: #ffffff;
}
.cid-ulG0C9bqKy .btn-line::after {
  background-color: #ffffff;
}
.cid-ulG0C9bqKy .animated-element {
  color: #efefef;
}
.cid-ulG0C9bqKy .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ulG0C9bqKy .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ulG0C9bqKy .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulG0C9bqKy .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ulG0C9bqKy .mbr-white {
    padding-left: 6rem;
  }
  .cid-ulG0C9bqKy .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ulG0C9bqKy .container-fluid {
  max-width: 1300px;
}
.cid-ulG0C9bqKy .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-ulG0C9bqKy .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ulG0C9bqKy .btn-line {
  margin-top: 3rem;
}
.cid-ulG0C9bqKy .mbr-section-subtitle,
.cid-ulG0C9bqKy .mbr-section-btn {
  color: #000000;
}
.cid-ulG0Ca1Rud {
  background-color: #ffffff;
}
.cid-ulG0Ca1Rud H2 {
  color: #132c70;
}
.cid-ulG0Ca1Rud H3 {
  color: #132c70;
}
.cid-ulG0Ca1Rud .mbr-text,
.cid-ulG0Ca1Rud .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ulG0Ca1Rud .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ulG0Ca1Rud img {
  filter: invert(0.5);
}
.cid-ulG0Ca1Rud .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-ulG0Ca1Rud {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-ulG0Ca1Rud .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ulG0Ca1Rud {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-ulG0Ca1Rud .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ulG0CaCgpk {
  background-color: #fbf2e7;
}
.cid-ulG0CaCgpk .photo-split img {
  width: 100%;
}
.cid-ulG0CaCgpk .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ulG0CaCgpk .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-ulG0CaCgpk .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-ulG0CaCgpk .wrap-block {
  padding-left: 2rem;
}
.cid-ulG0CaCgpk .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ulG0CaCgpk .wrap-block ul li {
  display: inline-block;
}
.cid-ulG0CaCgpk .wrap-block ul li span {
  text-align: center;
}
.cid-ulG0CaCgpk .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-ulG0CaCgpk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulG0CaCgpk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ulG0CaCgpk .mbr-list,
.cid-ulG0CaCgpk .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ulG0CaCgpk {
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .cid-ulG0CaCgpk .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-ulG0CaCgpk .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulG0CaCgpk .mbr-section-title,
  .cid-ulG0CaCgpk .mbr-section-subtitle,
  .cid-ulG0CaCgpk .mbr-text {
    text-align: center !important;
  }
  .cid-ulG0CaCgpk .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-ulG0CaCgpk {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-ulG0CaCgpk .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-ulG0CaCgpk .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ulG0CaCgpk .btn-line {
  margin-top: 3rem;
}
.cid-ulG0CaCgpk .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-ulG0CaCgpk .col-lg-8 {
    order: 2;
  }
  .cid-ulG0CaCgpk .col-lg-4 {
    order: 1;
  }
}
.cid-ulG0CaCgpk .mbr-section-title {
  color: #000000;
}
.cid-ulG0CaCgpk .mbr-text {
  color: #000000;
}
.cid-ulG0CbdUJA {
  background-color: #ffffff;
}
.cid-ulG0CbdUJA .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulG0CbdUJA .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulG0CbdUJA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulG0CbdUJA .social-media {
  margin-top: 1.5rem;
}
.cid-ulG0CbdUJA .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulG0CbdUJA .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulG0CbdUJA .mbr-text,
.cid-ulG0CbdUJA .mbr-offer {
  line-height: 1.5;
}
.cid-ulG0CbdUJA .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulG0CbdUJA {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-ulG0CbdUJA .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-ulG0CbdUJA .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulG0CbdUJA .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulG0CbdUJA .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulG0CbdUJA .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulG0CbdUJA {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-ulG0CbdUJA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-ulG0CbdUJA .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-ulG0CbdUJA .container-fluid {
  max-width: 1300px;
}
.cid-ulG0CbdUJA li {
  font-weight: 400;
}
.cid-ulG0Cc58V0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/009-2000x745.webp");
}
.cid-ulG0Cc58V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulG0Cc58V0 .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-ulG0Cc58V0 .container {
    padding: 0 20px;
  }
}
.cid-ulG0Cc58V0 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ulG0Cc58V0 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-ulG0Cc58V0 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-ulG0Cc58V0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ulG0Cc58V0 .mbr-section-title {
  color: #ffffff;
}
.cid-ulG0Cc58V0 .mbr-section-title,
.cid-ulG0Cc58V0 .mbr-section-btn,
.cid-ulG0Cc58V0 .logo-wrap {
  text-align: center;
  color: #000000;
}
.cid-rJMD9bGa21 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMD9bGa21 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMD9bGa21 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMD9bGa21 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMD9bGa21 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMD9bGa21 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMD9bGa21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMD9bGa21 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMD9bGa21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMD9bGa21 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMD9bGa21 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMD9bGa21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMD9bGa21 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMD9bGa21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMD9bGa21 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMD9bGa21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMD9bGa21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMD9bGa21 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMD9bGa21 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMD9bGa21 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMD9bGa21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMD9bGa21 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMD9bGa21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMD9bGa21 .dropdown-item.active,
.cid-rJMD9bGa21 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMD9bGa21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMD9bGa21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMD9bGa21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMD9bGa21 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMD9bGa21 .navbar-buttons {
  text-align: center;
}
.cid-rJMD9bGa21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMD9bGa21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMD9bGa21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMD9bGa21 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMD9bGa21 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMD9bGa21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMD9bGa21 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMD9bGa21 .nav-link:hover,
.cid-rJMD9bGa21 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMD9bGa21 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMD9bGa21 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMD9bGa21 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
#custom-html-ly {
  /* Type valid CSS here */
}
.cid-tFIoGIoqwY {
  background-color: #ffffff;
}
.cid-tFIoGIoqwY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-tFIoGIoqwY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tFIoGIoqwY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tFIoGIoqwY .social-media {
  margin-top: 1.5rem;
}
.cid-tFIoGIoqwY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tFIoGIoqwY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tFIoGIoqwY .mbr-text,
.cid-tFIoGIoqwY .mbr-offer {
  line-height: 1.5;
}
.cid-tFIoGIoqwY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-tFIoGIoqwY .container-fluid {
    padding: 0 1rem;
  }
  .cid-tFIoGIoqwY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tFIoGIoqwY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tFIoGIoqwY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tFIoGIoqwY {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-tFIoGIoqwY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-tFIoGIoqwY .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tFIoGIoqwY .container-fluid {
  max-width: 1300px;
}
.cid-tFIoGIoqwY li {
  font-weight: 400;
}
