.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #edefeb !important;
}
.bg-danger {
  background-color: #170e7f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #de082e !important;
  border-color: #de082e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f72248 !important;
  border-color: #f72248 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f72248 !important;
  border-color: #f72248 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #170e7f !important;
  border-color: #170e7f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1f13ad !important;
  border-color: #1f13ad !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f13ad !important;
  border-color: #1f13ad !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.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 {
  background-color: transparent !important;
  border-color: #de082e;
  color: #de082e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8a051d !important;
  background-color: transparent !important;
  border-color: #8a051d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #de082e !important;
  border-color: #de082e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #170e7f;
  color: #170e7f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #090531 !important;
  background-color: transparent !important;
  border-color: #090531 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #170e7f !important;
  border-color: #170e7f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #de082e !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #edefeb !important;
}
.text-danger {
  color: #170e7f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7c041a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bac2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #060423 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #edefeb;
}
.alert-danger {
  background-color: #170e7f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #3525e7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.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: #ffffff !important;
  background: #de082e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uwFmsxuEHS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwFmsxuEHS .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwFmsxuEHS .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uwFmsxuEHS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uwFmsxuEHS .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uwFmsxuEHS .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwFmsxuEHS .container {
    padding: 0 1rem;
  }
}
.cid-uwFmsxuEHS .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uwFmsxuEHS .nav-link {
  position: relative;
}
.cid-uwFmsxuEHS .nav-link:hover {
  color: #320707 !important;
}
.cid-uwFmsxuEHS nav.navbar {
  position: fixed;
}
.cid-uwFmsxuEHS .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwFmsxuEHS .navbar.opened {
  transition: all 0.3s;
}
.cid-uwFmsxuEHS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwFmsxuEHS .navbar .navbar-logo img {
  width: auto;
}
.cid-uwFmsxuEHS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwFmsxuEHS .navbar.collapsed {
  justify-content: center;
}
.cid-uwFmsxuEHS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwFmsxuEHS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwFmsxuEHS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwFmsxuEHS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwFmsxuEHS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwFmsxuEHS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwFmsxuEHS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwFmsxuEHS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwFmsxuEHS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwFmsxuEHS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwFmsxuEHS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwFmsxuEHS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwFmsxuEHS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwFmsxuEHS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwFmsxuEHS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwFmsxuEHS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwFmsxuEHS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwFmsxuEHS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwFmsxuEHS .dropdown-item:hover,
.cid-uwFmsxuEHS .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uwFmsxuEHS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwFmsxuEHS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwFmsxuEHS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uwFmsxuEHS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwFmsxuEHS .dropdown-menu,
.cid-uwFmsxuEHS .navbar.opened {
  background: #ffffff !important;
}
.cid-uwFmsxuEHS .nav-item:focus,
.cid-uwFmsxuEHS .nav-link:focus {
  outline: none;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwFmsxuEHS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwFmsxuEHS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwFmsxuEHS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwFmsxuEHS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwFmsxuEHS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwFmsxuEHS .dropdown-item.active,
.cid-uwFmsxuEHS .dropdown-item:active {
  background-color: transparent;
}
.cid-uwFmsxuEHS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwFmsxuEHS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwFmsxuEHS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwFmsxuEHS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwFmsxuEHS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwFmsxuEHS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwFmsxuEHS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwFmsxuEHS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwFmsxuEHS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwFmsxuEHS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwFmsxuEHS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwFmsxuEHS .navbar {
    height: 70px;
  }
  .cid-uwFmsxuEHS .navbar.opened {
    height: auto;
  }
  .cid-uwFmsxuEHS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwGx0qEXeh {
  background-color: #232323;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uwGx0qEXeh .carousel {
  width: 100%;
}
.cid-uwGx0qEXeh .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uwGx0qEXeh .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uwGx0qEXeh img,
.cid-uwGx0qEXeh .item-wrapper {
  border-radius: 0 !important;
}
.cid-uwGx0qEXeh .carousel-caption {
  bottom: 40px;
}
.cid-uwGx0qEXeh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uwGx0qEXeh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uwGx0qEXeh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uwGx0qEXeh .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uwGx0qEXeh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uwGx0qEXeh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uwGx0qEXeh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uwGx0qEXeh .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;
}
.cid-uwGx0qEXeh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwGx0qEXeh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwGx0qEXeh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwGx0qEXeh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uwGx0qEXeh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uwGx0qEXeh .carousel-indicators li.active,
.cid-uwGx0qEXeh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uwGx0qEXeh .carousel-indicators li::after,
.cid-uwGx0qEXeh .carousel-indicators li::before {
  content: none;
}
.cid-uwGx0qEXeh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uwGx0qEXeh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uwGx0qEXeh .mbr-section-subtitle,
  .cid-uwGx0qEXeh .mbr-section-text,
  .cid-uwGx0qEXeh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uwGx0qEXeh .carousel-control-prev,
.cid-uwGx0qEXeh .carousel-control-next {
  display: none;
}
.cid-uwSbJAJjnt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uwSbJAJjnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwSbJAJjnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwSbtqEDiL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/genco-orta1.webp");
}
.cid-uwSbtqEDiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwSbtqEDiL .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwSbtqEDiL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwSbtqEDiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwSbtqEDiL .card-text {
  max-width: 400px;
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-uwSbtqEDiL .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uwSbtqEDiL .iconfont-wrapper .mbr-iconfont:hover {
  transform: scale(1.2);
}
.cid-uwSbtqEDiL .card-title,
.cid-uwSbtqEDiL .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uwSbtqEDiL .content-head {
  max-width: 800px;
}
.cid-uwSbtqEDiL .mbr-section-title {
  color: #ffffff;
}
.cid-uwSbtqEDiL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDIPixqez4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uDIPixqez4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uDIPixqez4 .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uDIPixqez4 img,
.cid-uDIPixqez4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uDIPixqez4 .item:focus,
.cid-uDIPixqez4 span:focus {
  outline: none;
}
.cid-uDIPixqez4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDIPixqez4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDIPixqez4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDIPixqez4 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uDIPixqez4 .mbr-text,
.cid-uDIPixqez4 .mbr-section-btn {
  color: #232323;
}
.cid-uDIPixqez4 .content-head {
  max-width: 800px;
}
.cid-uwUIc6GMwI {
  background-color: #ffffff;
}
.cid-uwUIc6GMwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwUIc6GMwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwUIc6GMwI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uwUIc6GMwI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uwUIc6GMwI .items-wrapper {
  margin: 0 -10px;
}
.cid-uwUIc6GMwI .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uwUIc6GMwI .item {
    margin-bottom: 16px;
  }
}
.cid-uwUIc6GMwI .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uwUIc6GMwI .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uwUIc6GMwI .item:hover .item-wrapper .item-content .item-img,
.cid-uwUIc6GMwI .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uwUIc6GMwI .item:nth-child(2n) .item-wrapper {
  background-color: #d9d7ff;
}
.cid-uwUIc6GMwI .item:nth-child(3n) .item-wrapper {
  background-color: #d9d7ff;
}
.cid-uwUIc6GMwI .item:nth-child(4n) .item-wrapper {
  background-color: #d9d7ff;
}
.cid-uwUIc6GMwI .item:nth-child(6n) .item-wrapper {
  background-color: #d9d7ff;
}
.cid-uwUIc6GMwI .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #d9d7ff;
}
@media (max-width: 992px) {
  .cid-uwUIc6GMwI .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uwUIc6GMwI .item .item-wrapper .item-content {
  position: relative;
}
.cid-uwUIc6GMwI .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uwUIc6GMwI .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uwUIc6GMwI .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uwUIc6GMwI .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uwUIc6GMwI .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uwUIc6GMwI .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uwUIc6GMwI .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uwUIc6GMwI .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uwUIc6GMwI .mbr-section-title {
  color: #170e7f;
}
.cid-uwUIc6GMwI .panel-title-edit {
  color: #212529;
}
.cid-uwUIc6GMwI .panel-text {
  color: #51565c;
}
.cid-uwUIc6GMwI .item-title {
  color: #170e7f;
}
.cid-uwVadWDlYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/antrepo-ana.webp");
}
.cid-uwVadWDlYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwVadWDlYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwVadWDlYl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwVadWDlYl .container {
    padding: 0 15px;
  }
}
.cid-uwVadWDlYl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uwVadWDlYl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwVadWDlYl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwVadWDlYl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwVadWDlYl .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwVadWDlYl .mbr-section-title {
  color: #ffffff;
}
.cid-uwVadWDlYl .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwVadWDlYl .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwVadWDlYl .mbr-section-title,
.cid-uwVadWDlYl .mbr-section-btn {
  text-align: center;
}
.cid-vojjW8jgjt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vojjW8jgjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vojjW8jgjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vojjW8jgjt .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vojjW8jgjt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vojjW8jgjt .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vojjW8jgjt .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vojjW8jgjt .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vojjW8jgjt .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vojjW8jgjt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #170e7f 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vojjW8jgjt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vojjW8jgjt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vojjW8jgjt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vojjW8jgjt .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vojjW8jgjt .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vojjW8jgjt .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vojjW8jgjt .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#170e7f 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #0e085e;
}
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vojjW8jgjt .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vojjW8jgjt .mbr-label,
.cid-vojjW8jgjt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vojjW8jgjt .mbr-section-title,
.cid-vojjW8jgjt .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vojjW8jgjt .mbr-text,
.cid-vojjW8jgjt .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vojjW8jgjt .item-title {
  color: #515151;
}
.cid-vojjW8jgjt .item-text {
  color: #000000;
}
.cid-uwRM22t0ph {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uwRM22t0ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRM22t0ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRM22t0ph .row {
  position: relative;
  z-index: 10;
}
.cid-uwRM22t0ph .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uwRM22t0ph .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uwRM22t0ph .mbr-section-title {
  color: #001486;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uwRM22t0ph .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uwRM22t0ph .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uwRM22t0ph .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uwRM22t0ph .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uwRM22t0ph .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwRM22t0ph .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwRM22t0ph .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwRM22t0ph .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwRM22t0ph .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uwRM22t0ph .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uwRM22t0ph .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uwRM22t0ph .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uwRM22t0ph .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uwRM22t0ph .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uwRM22t0ph .container,
.cid-uwRM22t0ph .container-fluid {
  position: relative;
}
.cid-uwRM22t0ph .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uwRM22t0ph .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uwRM22t0ph .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uwRM22t0ph .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uDIPFIYC2k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/genco-en-alt-dikdortgen.webp");
}
.cid-uDIPFIYC2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIPFIYC2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIPFIYC2k .row {
  justify-content: center;
}
.cid-uDIPFIYC2k .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uDIPFIYC2k .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uDIPFIYC2k .container {
    padding: 0 15px;
  }
}
.cid-uDIPFIYC2k .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDIPFIYC2k .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDIPFIYC2k .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDIPFIYC2k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDIPFIYC2k .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDIPFIYC2k .mbr-section-title {
  color: #ffffff;
}
.cid-uDIPFIYC2k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDIPFIYC2k .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uDIPFIYC2k .mbr-section-title,
.cid-uDIPFIYC2k .mbr-section-btn {
  text-align: center;
}
.cid-uDJ21C4N7f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJ21C4N7f .mbr-link {
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
}
.cid-uDJ21C4N7f .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uDJ21C4N7f a {
  font-weight: bold;
  font-size: 18px;
  transition: color .3s;
}
.cid-uDJ21C4N7f .lin:hover {
  color: #000000;
}
.cid-uDJ21C4N7f .mbr-section-title {
  margin-bottom: 66px;
}
.cid-uwGyP4tqQA {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uwGyP4tqQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwGyP4tqQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwGyP4tqQA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .container {
    padding: 0 30px;
  }
}
.cid-uwGyP4tqQA .row {
  justify-content: center;
}
.cid-uwGyP4tqQA .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uwGyP4tqQA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwGyP4tqQA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:hover,
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:hover::before,
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwGyP4tqQA .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .mbr-section-title {
  color: #bee0d6;
}
.cid-uwGyP4tqQA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwGyP4tqQA .list {
  color: #bee0d6;
}
.cid-uwGyP4tqQA .mbr-address {
  color: #edefeb;
}
.cid-uwGyP4tqQA .mbr-copy {
  color: #ffffff;
}
.cid-uwGyP4tqQA .mbr-section-title,
.cid-uwGyP4tqQA .logo-wrapper {
  color: #ffffff;
}
.cid-uwGyP4tqQA .list,
.cid-uwGyP4tqQA .item-wrap,
.cid-uwGyP4tqQA .nav-wrapper {
  color: #ffffff;
}
.cid-uwFmsxuEHS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwFmsxuEHS .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwFmsxuEHS .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uwFmsxuEHS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uwFmsxuEHS .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uwFmsxuEHS .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwFmsxuEHS .container {
    padding: 0 1rem;
  }
}
.cid-uwFmsxuEHS .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uwFmsxuEHS .nav-link {
  position: relative;
}
.cid-uwFmsxuEHS .nav-link:hover {
  color: #320707 !important;
}
.cid-uwFmsxuEHS nav.navbar {
  position: fixed;
}
.cid-uwFmsxuEHS .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwFmsxuEHS .navbar.opened {
  transition: all 0.3s;
}
.cid-uwFmsxuEHS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwFmsxuEHS .navbar .navbar-logo img {
  width: auto;
}
.cid-uwFmsxuEHS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwFmsxuEHS .navbar.collapsed {
  justify-content: center;
}
.cid-uwFmsxuEHS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwFmsxuEHS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwFmsxuEHS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwFmsxuEHS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwFmsxuEHS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwFmsxuEHS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwFmsxuEHS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwFmsxuEHS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwFmsxuEHS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwFmsxuEHS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwFmsxuEHS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwFmsxuEHS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwFmsxuEHS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwFmsxuEHS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwFmsxuEHS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwFmsxuEHS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwFmsxuEHS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwFmsxuEHS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwFmsxuEHS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwFmsxuEHS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwFmsxuEHS .dropdown-item:hover,
.cid-uwFmsxuEHS .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uwFmsxuEHS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwFmsxuEHS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwFmsxuEHS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uwFmsxuEHS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwFmsxuEHS .dropdown-menu,
.cid-uwFmsxuEHS .navbar.opened {
  background: #ffffff !important;
}
.cid-uwFmsxuEHS .nav-item:focus,
.cid-uwFmsxuEHS .nav-link:focus {
  outline: none;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwFmsxuEHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwFmsxuEHS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwFmsxuEHS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwFmsxuEHS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwFmsxuEHS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwFmsxuEHS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwFmsxuEHS .dropdown-item.active,
.cid-uwFmsxuEHS .dropdown-item:active {
  background-color: transparent;
}
.cid-uwFmsxuEHS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwFmsxuEHS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwFmsxuEHS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwFmsxuEHS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwFmsxuEHS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwFmsxuEHS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwFmsxuEHS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwFmsxuEHS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwFmsxuEHS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwFmsxuEHS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwFmsxuEHS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwFmsxuEHS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwFmsxuEHS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwFmsxuEHS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwFmsxuEHS .navbar {
    height: 70px;
  }
  .cid-uwFmsxuEHS .navbar.opened {
    height: auto;
  }
  .cid-uwFmsxuEHS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwRGquHMni {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hakkimizda.webp");
}
.cid-uwRGquHMni .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uwRGquHMni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRGquHMni .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uwRGquHMni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uwRGquHMni {
    align-items: center;
  }
  .cid-uwRGquHMni .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwRGquHMni .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwRGquHMni {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwRGquHMni .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwRGquHMni .content-wrap {
    width: 100%;
  }
}
.cid-uwRGquHMni .mbr-section-subtitle,
.cid-uwRGquHMni .line {
  color: #291f1e;
}
.cid-uwRGquHMni .mbr-text,
.cid-uwRGquHMni .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uwRGquHMni .mbr-section-title {
  color: #000000;
}
.cid-uwGyP4tqQA {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uwGyP4tqQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwGyP4tqQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwGyP4tqQA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .container {
    padding: 0 30px;
  }
}
.cid-uwGyP4tqQA .row {
  justify-content: center;
}
.cid-uwGyP4tqQA .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uwGyP4tqQA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwGyP4tqQA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:hover,
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:hover::before,
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwGyP4tqQA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwGyP4tqQA .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwGyP4tqQA .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwGyP4tqQA .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwGyP4tqQA .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwGyP4tqQA .mbr-section-title {
  color: #bee0d6;
}
.cid-uwGyP4tqQA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwGyP4tqQA .list {
  color: #bee0d6;
}
.cid-uwGyP4tqQA .mbr-address {
  color: #edefeb;
}
.cid-uwGyP4tqQA .mbr-copy {
  color: #ffffff;
}
.cid-uwGyP4tqQA .mbr-section-title,
.cid-uwGyP4tqQA .logo-wrapper {
  color: #ffffff;
}
.cid-uwGyP4tqQA .list,
.cid-uwGyP4tqQA .item-wrap,
.cid-uwGyP4tqQA .nav-wrapper {
  color: #ffffff;
}
.cid-uwRFXGCLwp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwRFXGCLwp .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwRFXGCLwp .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uwRFXGCLwp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uwRFXGCLwp .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uwRFXGCLwp .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwRFXGCLwp .container {
    padding: 0 1rem;
  }
}
.cid-uwRFXGCLwp .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uwRFXGCLwp .nav-link {
  position: relative;
}
.cid-uwRFXGCLwp .nav-link:hover {
  color: #320707 !important;
}
.cid-uwRFXGCLwp nav.navbar {
  position: fixed;
}
.cid-uwRFXGCLwp .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwRFXGCLwp .navbar.opened {
  transition: all 0.3s;
}
.cid-uwRFXGCLwp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwRFXGCLwp .navbar .navbar-logo img {
  width: auto;
}
.cid-uwRFXGCLwp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwRFXGCLwp .navbar.collapsed {
  justify-content: center;
}
.cid-uwRFXGCLwp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwRFXGCLwp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwRFXGCLwp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uwRFXGCLwp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwRFXGCLwp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwRFXGCLwp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwRFXGCLwp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwRFXGCLwp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwRFXGCLwp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwRFXGCLwp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwRFXGCLwp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwRFXGCLwp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwRFXGCLwp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwRFXGCLwp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwRFXGCLwp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwRFXGCLwp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwRFXGCLwp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwRFXGCLwp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwRFXGCLwp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwRFXGCLwp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwRFXGCLwp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwRFXGCLwp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwRFXGCLwp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwRFXGCLwp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRFXGCLwp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwRFXGCLwp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwRFXGCLwp .dropdown-item:hover,
.cid-uwRFXGCLwp .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uwRFXGCLwp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwRFXGCLwp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwRFXGCLwp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uwRFXGCLwp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwRFXGCLwp .dropdown-menu,
.cid-uwRFXGCLwp .navbar.opened {
  background: #ffffff !important;
}
.cid-uwRFXGCLwp .nav-item:focus,
.cid-uwRFXGCLwp .nav-link:focus {
  outline: none;
}
.cid-uwRFXGCLwp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwRFXGCLwp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwRFXGCLwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwRFXGCLwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRFXGCLwp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwRFXGCLwp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwRFXGCLwp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwRFXGCLwp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwRFXGCLwp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwRFXGCLwp .dropdown-item.active,
.cid-uwRFXGCLwp .dropdown-item:active {
  background-color: transparent;
}
.cid-uwRFXGCLwp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwRFXGCLwp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwRFXGCLwp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwRFXGCLwp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwRFXGCLwp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwRFXGCLwp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwRFXGCLwp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwRFXGCLwp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwRFXGCLwp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwRFXGCLwp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwRFXGCLwp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwRFXGCLwp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRFXGCLwp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRFXGCLwp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwRFXGCLwp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRFXGCLwp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwRFXGCLwp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwRFXGCLwp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRFXGCLwp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwRFXGCLwp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwRFXGCLwp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwRFXGCLwp .navbar {
    height: 70px;
  }
  .cid-uwRFXGCLwp .navbar.opened {
    height: auto;
  }
  .cid-uwRFXGCLwp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwV4lMPfIe {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hakkimizda.webp");
}
.cid-uwV4lMPfIe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uwV4lMPfIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwV4lMPfIe .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uwV4lMPfIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uwV4lMPfIe {
    align-items: center;
  }
  .cid-uwV4lMPfIe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwV4lMPfIe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwV4lMPfIe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwV4lMPfIe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwV4lMPfIe .content-wrap {
    width: 100%;
  }
}
.cid-uwV4lMPfIe .mbr-section-subtitle,
.cid-uwV4lMPfIe .line {
  color: #291f1e;
}
.cid-uwV4lMPfIe .mbr-text,
.cid-uwV4lMPfIe .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uwV4lMPfIe .mbr-section-title {
  color: #170e7f;
}
.cid-uwV4YkbWlq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uwV4YkbWlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwV4YkbWlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwV4YkbWlq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uwV4YkbWlq .mbr-section-title {
  color: #24262b;
}
.cid-uwV4YkbWlq .mbr-section-subtitle {
  color: #24262b;
}
.cid-uwV4YkbWlq .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uwV4YkbWlq .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uwV4YkbWlq .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uwV4YkbWlq .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uwV4YkbWlq .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uwV4YkbWlq .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-uwV4YkbWlq .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-uwV4YkbWlq .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uwV4YkbWlq .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-uwV4YkbWlq .card-subtitle-2 {
  color: #ffffff;
}
.cid-uwV4YkbWlq .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-uwV4YkbWlq .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uwV4YkbWlq .mbr-section-btn {
  margin-top: 14px;
}
.cid-uwV4YkbWlq .card-1 .card-wrap {
  background-image: url("../../../assets/images/1-12.webp");
}
.cid-uwV4YkbWlq .card-2 .card-wrap {
  background-image: url("../../../assets/images/2-11.webp");
}
.cid-uwV4YkbWlq .card-text-2,
.cid-uwV4YkbWlq .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-uwRFXGTvP8 {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uwRFXGTvP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRFXGTvP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRFXGTvP8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .container {
    padding: 0 30px;
  }
}
.cid-uwRFXGTvP8 .row {
  justify-content: center;
}
.cid-uwRFXGTvP8 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFXGTvP8 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFXGTvP8 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uwRFXGTvP8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwRFXGTvP8 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFXGTvP8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRFXGTvP8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap:hover,
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwRFXGTvP8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRFXGTvP8 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRFXGTvP8 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRFXGTvP8 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwRFXGTvP8 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFXGTvP8 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwRFXGTvP8 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwRFXGTvP8 .mbr-section-title {
  color: #bee0d6;
}
.cid-uwRFXGTvP8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwRFXGTvP8 .list {
  color: #bee0d6;
}
.cid-uwRFXGTvP8 .mbr-address {
  color: #edefeb;
}
.cid-uwRFXGTvP8 .mbr-copy {
  color: #ffffff;
}
.cid-uwRFXGTvP8 .mbr-section-title,
.cid-uwRFXGTvP8 .logo-wrapper {
  color: #ffffff;
}
.cid-uwRFXGTvP8 .list,
.cid-uwRFXGTvP8 .item-wrap,
.cid-uwRFXGTvP8 .nav-wrapper {
  color: #ffffff;
}
.cid-uwRG393ZSG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwRG393ZSG .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwRG393ZSG .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uwRG393ZSG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uwRG393ZSG .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uwRG393ZSG .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwRG393ZSG .container {
    padding: 0 1rem;
  }
}
.cid-uwRG393ZSG .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uwRG393ZSG .nav-link {
  position: relative;
}
.cid-uwRG393ZSG .nav-link:hover {
  color: #320707 !important;
}
.cid-uwRG393ZSG nav.navbar {
  position: fixed;
}
.cid-uwRG393ZSG .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwRG393ZSG .navbar.opened {
  transition: all 0.3s;
}
.cid-uwRG393ZSG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwRG393ZSG .navbar .navbar-logo img {
  width: auto;
}
.cid-uwRG393ZSG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwRG393ZSG .navbar.collapsed {
  justify-content: center;
}
.cid-uwRG393ZSG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwRG393ZSG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwRG393ZSG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uwRG393ZSG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwRG393ZSG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwRG393ZSG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwRG393ZSG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwRG393ZSG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwRG393ZSG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwRG393ZSG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwRG393ZSG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwRG393ZSG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwRG393ZSG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwRG393ZSG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwRG393ZSG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwRG393ZSG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwRG393ZSG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwRG393ZSG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwRG393ZSG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwRG393ZSG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwRG393ZSG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwRG393ZSG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwRG393ZSG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwRG393ZSG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRG393ZSG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwRG393ZSG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwRG393ZSG .dropdown-item:hover,
.cid-uwRG393ZSG .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uwRG393ZSG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwRG393ZSG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwRG393ZSG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uwRG393ZSG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwRG393ZSG .dropdown-menu,
.cid-uwRG393ZSG .navbar.opened {
  background: #ffffff !important;
}
.cid-uwRG393ZSG .nav-item:focus,
.cid-uwRG393ZSG .nav-link:focus {
  outline: none;
}
.cid-uwRG393ZSG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwRG393ZSG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwRG393ZSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwRG393ZSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRG393ZSG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwRG393ZSG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwRG393ZSG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwRG393ZSG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwRG393ZSG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwRG393ZSG .dropdown-item.active,
.cid-uwRG393ZSG .dropdown-item:active {
  background-color: transparent;
}
.cid-uwRG393ZSG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwRG393ZSG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwRG393ZSG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwRG393ZSG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwRG393ZSG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwRG393ZSG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwRG393ZSG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwRG393ZSG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwRG393ZSG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwRG393ZSG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwRG393ZSG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwRG393ZSG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRG393ZSG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRG393ZSG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwRG393ZSG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRG393ZSG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwRG393ZSG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwRG393ZSG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRG393ZSG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwRG393ZSG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwRG393ZSG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwRG393ZSG .navbar {
    height: 70px;
  }
  .cid-uwRG393ZSG .navbar.opened {
    height: auto;
  }
  .cid-uwRG393ZSG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwV5NTvq7v {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lojistik-1.webp");
}
.cid-uwV5NTvq7v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uwV5NTvq7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwV5NTvq7v .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uwV5NTvq7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uwV5NTvq7v {
    align-items: center;
  }
  .cid-uwV5NTvq7v .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwV5NTvq7v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwV5NTvq7v {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwV5NTvq7v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwV5NTvq7v .content-wrap {
    width: 100%;
  }
}
.cid-uwV5NTvq7v .mbr-section-subtitle,
.cid-uwV5NTvq7v .line {
  color: #291f1e;
}
.cid-uwV5NTvq7v .mbr-text,
.cid-uwV5NTvq7v .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uwV5NTvq7v .mbr-section-title {
  color: #170e7f;
}
.cid-uwV6RR0QmW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uwV6RR0QmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwV6RR0QmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwV6RR0QmW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uwV6RR0QmW .mbr-section-title {
  color: #24262b;
}
.cid-uwV6RR0QmW .mbr-section-subtitle {
  color: #24262b;
}
.cid-uwV6RR0QmW .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uwV6RR0QmW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uwV6RR0QmW .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uwV6RR0QmW .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uwV6RR0QmW .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uwV6RR0QmW .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-uwV6RR0QmW .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-uwV6RR0QmW .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uwV6RR0QmW .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-uwV6RR0QmW .card-subtitle-2 {
  color: #ffffff;
}
.cid-uwV6RR0QmW .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-uwV6RR0QmW .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uwV6RR0QmW .mbr-section-btn {
  margin-top: 14px;
}
.cid-uwV6RR0QmW .card-1 .card-wrap {
  background-image: url("../../../assets/images/1-13.webp");
}
.cid-uwV6RR0QmW .card-2 .card-wrap {
  background-image: url("../../../assets/images/2-12.webp");
}
.cid-uwV6RR0QmW .card-text-2,
.cid-uwV6RR0QmW .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-uwRG39lttk {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uwRG39lttk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRG39lttk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRG39lttk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .container {
    padding: 0 30px;
  }
}
.cid-uwRG39lttk .row {
  justify-content: center;
}
.cid-uwRG39lttk .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG39lttk .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG39lttk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uwRG39lttk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwRG39lttk .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG39lttk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRG39lttk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwRG39lttk .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRG39lttk .nav-wrapper .list .item-wrap:hover,
.cid-uwRG39lttk .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRG39lttk .nav-wrapper .list .item-wrap:hover::before,
.cid-uwRG39lttk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwRG39lttk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwRG39lttk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRG39lttk .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRG39lttk .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRG39lttk .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwRG39lttk .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG39lttk .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwRG39lttk .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwRG39lttk .mbr-section-title {
  color: #bee0d6;
}
.cid-uwRG39lttk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwRG39lttk .list {
  color: #bee0d6;
}
.cid-uwRG39lttk .mbr-address {
  color: #edefeb;
}
.cid-uwRG39lttk .mbr-copy {
  color: #ffffff;
}
.cid-uwRG39lttk .mbr-section-title,
.cid-uwRG39lttk .logo-wrapper {
  color: #ffffff;
}
.cid-uwRG39lttk .list,
.cid-uwRG39lttk .item-wrap,
.cid-uwRG39lttk .nav-wrapper {
  color: #ffffff;
}
.cid-uwRG6idCX3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwRG6idCX3 .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwRG6idCX3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uwRG6idCX3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uwRG6idCX3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uwRG6idCX3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwRG6idCX3 .container {
    padding: 0 1rem;
  }
}
.cid-uwRG6idCX3 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uwRG6idCX3 .nav-link {
  position: relative;
}
.cid-uwRG6idCX3 .nav-link:hover {
  color: #320707 !important;
}
.cid-uwRG6idCX3 nav.navbar {
  position: fixed;
}
.cid-uwRG6idCX3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwRG6idCX3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uwRG6idCX3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwRG6idCX3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwRG6idCX3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwRG6idCX3 .navbar.collapsed {
  justify-content: center;
}
.cid-uwRG6idCX3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwRG6idCX3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwRG6idCX3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uwRG6idCX3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwRG6idCX3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwRG6idCX3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwRG6idCX3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwRG6idCX3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwRG6idCX3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwRG6idCX3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwRG6idCX3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwRG6idCX3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwRG6idCX3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwRG6idCX3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwRG6idCX3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwRG6idCX3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwRG6idCX3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwRG6idCX3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwRG6idCX3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwRG6idCX3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwRG6idCX3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwRG6idCX3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwRG6idCX3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwRG6idCX3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRG6idCX3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwRG6idCX3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwRG6idCX3 .dropdown-item:hover,
.cid-uwRG6idCX3 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uwRG6idCX3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwRG6idCX3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwRG6idCX3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uwRG6idCX3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwRG6idCX3 .dropdown-menu,
.cid-uwRG6idCX3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwRG6idCX3 .nav-item:focus,
.cid-uwRG6idCX3 .nav-link:focus {
  outline: none;
}
.cid-uwRG6idCX3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwRG6idCX3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwRG6idCX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwRG6idCX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRG6idCX3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwRG6idCX3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwRG6idCX3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwRG6idCX3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwRG6idCX3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwRG6idCX3 .dropdown-item.active,
.cid-uwRG6idCX3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwRG6idCX3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwRG6idCX3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwRG6idCX3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwRG6idCX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwRG6idCX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwRG6idCX3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwRG6idCX3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwRG6idCX3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwRG6idCX3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwRG6idCX3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwRG6idCX3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwRG6idCX3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRG6idCX3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRG6idCX3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwRG6idCX3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRG6idCX3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwRG6idCX3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwRG6idCX3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRG6idCX3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwRG6idCX3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwRG6idCX3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwRG6idCX3 .navbar {
    height: 70px;
  }
  .cid-uwRG6idCX3 .navbar.opened {
    height: auto;
  }
  .cid-uwRG6idCX3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwS1vpAcBn {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/iletisim.webp");
}
.cid-uwS1vpAcBn .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background-color: #170e7f;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.cid-uwS1vpAcBn .card {
  margin-bottom: 1.5rem;
}
.cid-uwS1vpAcBn .card-wrapper {
  padding: 3rem 2.5rem;
  background-color: #ffffff;
  border-width: 0 0 4px 0;
  border-style: solid;
}
.cid-uwS1vpAcBn .card-wrapper-1 {
  border-color: #170e7f;
}
.cid-uwS1vpAcBn .card-wrapper-2 {
  border-color: #170e7f;
}
.cid-uwS1vpAcBn .card-wrapper-3 {
  border-color: #170e7f;
}
.cid-uwS1vpAcBn .card-wrapper-4 {
  border-color: #170e7f;
}
.cid-uwS1vpAcBn .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.cid-uwS1vpAcBn .card-text {
  color: #170e7f;
  text-align: left;
}
.cid-uwS1vpAcBn .card-title,
.cid-uwS1vpAcBn .icon-wrap {
  color: #000000;
  text-align: left;
}
.cid-uwS1vpAcBn .mbr-section-title {
  text-align: left;
  color: #170e7f;
}
.cid-uwS1vpAcBn .card-subtitle {
  text-align: left;
  color: #170e7f;
}
.cid-uwS1vpAcBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwS1vpAcBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRUSK5qDf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uwRUSK5qDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRUSK5qDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRUSK5qDf .row {
  position: relative;
  z-index: 10;
}
.cid-uwRUSK5qDf .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uwRUSK5qDf .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uwRUSK5qDf .mbr-section-title {
  color: #001486;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uwRUSK5qDf .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uwRUSK5qDf .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uwRUSK5qDf .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uwRUSK5qDf .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uwRUSK5qDf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwRUSK5qDf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwRUSK5qDf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwRUSK5qDf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwRUSK5qDf .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uwRUSK5qDf .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uwRUSK5qDf .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uwRUSK5qDf .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uwRUSK5qDf .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uwRUSK5qDf .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uwRUSK5qDf .container,
.cid-uwRUSK5qDf .container-fluid {
  position: relative;
}
.cid-uwRUSK5qDf .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uwRUSK5qDf .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uwRUSK5qDf .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uwRUSK5qDf .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uwRG6izjOW {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uwRG6izjOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRG6izjOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRG6izjOW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .container {
    padding: 0 30px;
  }
}
.cid-uwRG6izjOW .row {
  justify-content: center;
}
.cid-uwRG6izjOW .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG6izjOW .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG6izjOW .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uwRG6izjOW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwRG6izjOW .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG6izjOW .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRG6izjOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap:hover,
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap:hover::before,
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwRG6izjOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRG6izjOW .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRG6izjOW .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRG6izjOW .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwRG6izjOW .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRG6izjOW .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwRG6izjOW .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwRG6izjOW .mbr-section-title {
  color: #bee0d6;
}
.cid-uwRG6izjOW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwRG6izjOW .list {
  color: #bee0d6;
}
.cid-uwRG6izjOW .mbr-address {
  color: #edefeb;
}
.cid-uwRG6izjOW .mbr-copy {
  color: #ffffff;
}
.cid-uwRG6izjOW .mbr-section-title,
.cid-uwRG6izjOW .logo-wrapper {
  color: #ffffff;
}
.cid-uwRG6izjOW .list,
.cid-uwRG6izjOW .item-wrap,
.cid-uwRG6izjOW .nav-wrapper {
  color: #ffffff;
}
.cid-uwRFQJOAl8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwRFQJOAl8 .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwRFQJOAl8 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uwRFQJOAl8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uwRFQJOAl8 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uwRFQJOAl8 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uwRFQJOAl8 .container {
    padding: 0 1rem;
  }
}
.cid-uwRFQJOAl8 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uwRFQJOAl8 .nav-link {
  position: relative;
}
.cid-uwRFQJOAl8 .nav-link:hover {
  color: #320707 !important;
}
.cid-uwRFQJOAl8 nav.navbar {
  position: fixed;
}
.cid-uwRFQJOAl8 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwRFQJOAl8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uwRFQJOAl8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwRFQJOAl8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwRFQJOAl8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwRFQJOAl8 .navbar.collapsed {
  justify-content: center;
}
.cid-uwRFQJOAl8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwRFQJOAl8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwRFQJOAl8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uwRFQJOAl8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwRFQJOAl8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwRFQJOAl8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwRFQJOAl8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwRFQJOAl8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwRFQJOAl8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwRFQJOAl8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwRFQJOAl8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwRFQJOAl8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwRFQJOAl8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwRFQJOAl8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwRFQJOAl8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwRFQJOAl8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwRFQJOAl8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwRFQJOAl8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwRFQJOAl8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwRFQJOAl8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwRFQJOAl8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwRFQJOAl8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwRFQJOAl8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwRFQJOAl8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRFQJOAl8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwRFQJOAl8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwRFQJOAl8 .dropdown-item:hover,
.cid-uwRFQJOAl8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uwRFQJOAl8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwRFQJOAl8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwRFQJOAl8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uwRFQJOAl8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwRFQJOAl8 .dropdown-menu,
.cid-uwRFQJOAl8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwRFQJOAl8 .nav-item:focus,
.cid-uwRFQJOAl8 .nav-link:focus {
  outline: none;
}
.cid-uwRFQJOAl8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwRFQJOAl8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwRFQJOAl8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwRFQJOAl8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRFQJOAl8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwRFQJOAl8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwRFQJOAl8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwRFQJOAl8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwRFQJOAl8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwRFQJOAl8 .dropdown-item.active,
.cid-uwRFQJOAl8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwRFQJOAl8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwRFQJOAl8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwRFQJOAl8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwRFQJOAl8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwRFQJOAl8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwRFQJOAl8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwRFQJOAl8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwRFQJOAl8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwRFQJOAl8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwRFQJOAl8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwRFQJOAl8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwRFQJOAl8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRFQJOAl8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRFQJOAl8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwRFQJOAl8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRFQJOAl8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwRFQJOAl8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwRFQJOAl8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRFQJOAl8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwRFQJOAl8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwRFQJOAl8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwRFQJOAl8 .navbar {
    height: 70px;
  }
  .cid-uwRFQJOAl8 .navbar.opened {
    height: auto;
  }
  .cid-uwRFQJOAl8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwRHj6O0HR {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwRHj6O0HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRHj6O0HR .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uwRHj6O0HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uwRHj6O0HR {
    align-items: center;
  }
  .cid-uwRHj6O0HR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwRHj6O0HR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwRHj6O0HR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwRHj6O0HR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwRHj6O0HR .content-wrap {
    width: 100%;
  }
}
.cid-uwRHj6O0HR .mbr-section-subtitle,
.cid-uwRHj6O0HR .line {
  color: #291f1e;
}
.cid-uwRHj6O0HR .mbr-text,
.cid-uwRHj6O0HR .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uwRHj6O0HR .mbr-section-title {
  color: #170e7f;
}
.cid-uwRFQK60CR {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uwRFQK60CR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRFQK60CR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwRFQK60CR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .container {
    padding: 0 30px;
  }
}
.cid-uwRFQK60CR .row {
  justify-content: center;
}
.cid-uwRFQK60CR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFQK60CR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFQK60CR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uwRFQK60CR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwRFQK60CR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFQK60CR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRFQK60CR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap:hover,
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap:hover::before,
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwRFQK60CR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRFQK60CR .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwRFQK60CR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwRFQK60CR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwRFQK60CR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwRFQK60CR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwRFQK60CR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwRFQK60CR .mbr-section-title {
  color: #bee0d6;
}
.cid-uwRFQK60CR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwRFQK60CR .list {
  color: #bee0d6;
}
.cid-uwRFQK60CR .mbr-address {
  color: #edefeb;
}
.cid-uwRFQK60CR .mbr-copy {
  color: #ffffff;
}
.cid-uwRFQK60CR .mbr-section-title,
.cid-uwRFQK60CR .logo-wrapper {
  color: #ffffff;
}
.cid-uwRFQK60CR .list,
.cid-uwRFQK60CR .item-wrap,
.cid-uwRFQK60CR .nav-wrapper {
  color: #ffffff;
}
.cid-uDInGyLHM1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDInGyLHM1 .menu-text {
  padding: 0 2rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uDInGyLHM1 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uDInGyLHM1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uDInGyLHM1 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uDInGyLHM1 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uDInGyLHM1 .container {
    padding: 0 1rem;
  }
}
.cid-uDInGyLHM1 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uDInGyLHM1 .nav-link {
  position: relative;
}
.cid-uDInGyLHM1 .nav-link:hover {
  color: #320707 !important;
}
.cid-uDInGyLHM1 nav.navbar {
  position: fixed;
}
.cid-uDInGyLHM1 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uDInGyLHM1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDInGyLHM1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDInGyLHM1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDInGyLHM1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDInGyLHM1 .navbar.collapsed {
  justify-content: center;
}
.cid-uDInGyLHM1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDInGyLHM1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDInGyLHM1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uDInGyLHM1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDInGyLHM1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDInGyLHM1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDInGyLHM1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDInGyLHM1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDInGyLHM1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDInGyLHM1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDInGyLHM1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDInGyLHM1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDInGyLHM1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDInGyLHM1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDInGyLHM1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDInGyLHM1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDInGyLHM1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDInGyLHM1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDInGyLHM1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDInGyLHM1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDInGyLHM1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDInGyLHM1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDInGyLHM1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDInGyLHM1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDInGyLHM1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDInGyLHM1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDInGyLHM1 .dropdown-item:hover,
.cid-uDInGyLHM1 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uDInGyLHM1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDInGyLHM1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDInGyLHM1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uDInGyLHM1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDInGyLHM1 .dropdown-menu,
.cid-uDInGyLHM1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uDInGyLHM1 .nav-item:focus,
.cid-uDInGyLHM1 .nav-link:focus {
  outline: none;
}
.cid-uDInGyLHM1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDInGyLHM1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDInGyLHM1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDInGyLHM1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDInGyLHM1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDInGyLHM1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDInGyLHM1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDInGyLHM1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDInGyLHM1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDInGyLHM1 .dropdown-item.active,
.cid-uDInGyLHM1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDInGyLHM1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDInGyLHM1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDInGyLHM1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDInGyLHM1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDInGyLHM1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDInGyLHM1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDInGyLHM1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDInGyLHM1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDInGyLHM1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDInGyLHM1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDInGyLHM1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDInGyLHM1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDInGyLHM1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDInGyLHM1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDInGyLHM1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDInGyLHM1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDInGyLHM1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDInGyLHM1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDInGyLHM1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDInGyLHM1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDInGyLHM1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDInGyLHM1 .navbar {
    height: 70px;
  }
  .cid-uDInGyLHM1 .navbar.opened {
    height: auto;
  }
  .cid-uDInGyLHM1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDInGz6Muh {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hakkimizda.webp");
}
.cid-uDInGz6Muh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uDInGz6Muh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDInGz6Muh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDInGz6Muh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDInGz6Muh {
    align-items: center;
  }
  .cid-uDInGz6Muh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDInGz6Muh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDInGz6Muh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDInGz6Muh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDInGz6Muh .content-wrap {
    width: 100%;
  }
}
.cid-uDInGz6Muh .mbr-section-subtitle,
.cid-uDInGz6Muh .line {
  color: #291f1e;
}
.cid-uDInGz6Muh .mbr-text,
.cid-uDInGz6Muh .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDInGz6Muh .mbr-section-title {
  color: #170e7f;
}
.cid-uDInGznE8V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDInGznE8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDInGznE8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDInGznE8V .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uDInGznE8V .mbr-section-title {
  color: #24262b;
}
.cid-uDInGznE8V .mbr-section-subtitle {
  color: #24262b;
}
.cid-uDInGznE8V .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uDInGznE8V .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uDInGznE8V .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uDInGznE8V .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uDInGznE8V .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uDInGznE8V .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-uDInGznE8V .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-uDInGznE8V .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uDInGznE8V .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-uDInGznE8V .card-subtitle-2 {
  color: #ffffff;
}
.cid-uDInGznE8V .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-uDInGznE8V .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uDInGznE8V .mbr-section-btn {
  margin-top: 14px;
}
.cid-uDInGznE8V .card-1 .card-wrap {
  background-image: url("../../../assets/images/1-17.webp");
}
.cid-uDInGznE8V .card-2 .card-wrap {
  background-image: url("../../../assets/images/2-18.webp");
}
.cid-uDInGznE8V .card-text-2,
.cid-uDInGznE8V .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-uDInGzGwKA {
  overflow: hidden;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uDInGzGwKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDInGzGwKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDInGzGwKA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .container {
    padding: 0 30px;
  }
}
.cid-uDInGzGwKA .row {
  justify-content: center;
}
.cid-uDInGzGwKA .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDInGzGwKA .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDInGzGwKA .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uDInGzGwKA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDInGzGwKA .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDInGzGwKA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uDInGzGwKA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap:hover,
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap:hover::before,
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uDInGzGwKA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDInGzGwKA .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uDInGzGwKA .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDInGzGwKA .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uDInGzGwKA .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDInGzGwKA .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uDInGzGwKA .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uDInGzGwKA .mbr-section-title {
  color: #bee0d6;
}
.cid-uDInGzGwKA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDInGzGwKA .list {
  color: #bee0d6;
}
.cid-uDInGzGwKA .mbr-address {
  color: #edefeb;
}
.cid-uDInGzGwKA .mbr-copy {
  color: #ffffff;
}
.cid-uDInGzGwKA .mbr-section-title,
.cid-uDInGzGwKA .logo-wrapper {
  color: #ffffff;
}
.cid-uDInGzGwKA .list,
.cid-uDInGzGwKA .item-wrap,
.cid-uDInGzGwKA .nav-wrapper {
  color: #ffffff;
}
