.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.4rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #29b9e0 !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #fb0a0a !important;
}
.bg-danger {
  background-color: #fed630 !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: #0f2f67 !important;
  border-color: #0f2f67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #154394 !important;
  border-color: #154394 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #154394 !important;
  border-color: #154394 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #29b9e0 !important;
  border-color: #29b9e0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #56c8e6 !important;
  border-color: #56c8e6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #56c8e6 !important;
  border-color: #56c8e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fb0a0a !important;
  border-color: #fb0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fc3c3c !important;
  border-color: #fc3c3c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fc3c3c !important;
  border-color: #fc3c3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #0f2f67;
  color: #0f2f67;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #040c1b !important;
  background-color: transparent !important;
  border-color: #040c1b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2f67 !important;
  border-color: #0f2f67 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #29b9e0;
  color: #29b9e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177f9c !important;
  background-color: transparent !important;
  border-color: #177f9c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #29b9e0 !important;
  border-color: #29b9e0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fb0a0a;
  color: #fb0a0a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ab0303 !important;
  background-color: transparent !important;
  border-color: #ab0303 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fb0a0a !important;
  border-color: #fb0a0a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #0f2f67 !important;
}
.text-success {
  color: #29b9e0 !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #fb0a0a !important;
}
.text-danger {
  color: #fed630 !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: #02060e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15748e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9c0303 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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: #f0f0f0;
}
.alert-warning {
  background-color: #fb0a0a;
}
.alert-danger {
  background-color: #fed630;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #dbf3fa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fed3d3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: 'Unbounded', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #0f2f67 !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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #29b9e0;
  color: #0f2f67 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #0f2f67;
  color: #29b9e0 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #fb0a0a !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #fb0a0a;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tOpSGk3u1n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpSGk3u1n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-tOpSGk3u1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpSGk3u1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpSGk3u1n .menu_box .navbar.opened,
  .cid-tOpSGk3u1n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tOpSGk3u1n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpSGk3u1n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOpSGk3u1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpSGk3u1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpSGk3u1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpSGk3u1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpSGk3u1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpSGk3u1n .offcanvas-body .mbr-text,
  .cid-tOpSGk3u1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpSGk3u1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpSGk3u1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpSGk3u1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOpSGk3u1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpSGk3u1n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOpSGk3u1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpSGk3u1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpSGk3u1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpSGk3u1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpSGk3u1n .nav-item .nav-link:hover,
.cid-tOpSGk3u1n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-tOpSGk3u1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpSGk3u1n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOpSGk3u1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpSGk3u1n .offcanvas_box {
    display: none;
  }
}
.cid-tOpSGk3u1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpSGk3u1n .container {
  display: flex;
  margin: auto;
}
.cid-tOpSGk3u1n .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOpSGk3u1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpSGk3u1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpSGk3u1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .navbar-nav {
    margin: 0;
  }
}
.cid-tOpSGk3u1n .dropdown-menu,
.cid-tOpSGk3u1n .navbar.opened {
  background-color: true !important;
}
.cid-tOpSGk3u1n .nav-item:focus,
.cid-tOpSGk3u1n .nav-link:focus {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpSGk3u1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpSGk3u1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpSGk3u1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpSGk3u1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpSGk3u1n .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpSGk3u1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpSGk3u1n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpSGk3u1n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar.collapsed {
  justify-content: center;
}
.cid-tOpSGk3u1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpSGk3u1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpSGk3u1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpSGk3u1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpSGk3u1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpSGk3u1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpSGk3u1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpSGk3u1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpSGk3u1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpSGk3u1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpSGk3u1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpSGk3u1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpSGk3u1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpSGk3u1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpSGk3u1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpSGk3u1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpSGk3u1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpSGk3u1n .dropdown-item.active,
.cid-tOpSGk3u1n .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpSGk3u1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpSGk3u1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpSGk3u1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpSGk3u1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpSGk3u1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpSGk3u1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpSGk3u1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpSGk3u1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpSGk3u1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpSGk3u1n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOpSGk3u1n .navbar {
    height: 70px;
  }
  .cid-tOpSGk3u1n .navbar.opened {
    height: auto;
  }
  .cid-tOpSGk3u1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpSGk3u1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpSGk3u1n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tOpSGk3u1n .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tOpSGk3u1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpSGk3u1n .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tOpSGk3u1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpSGk3u1n .text_widget {
  margin-bottom: 32px;
}
.cid-tOpSGk3u1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpSGk3u1n .text_widget a:hover,
.cid-tOpSGk3u1n .text_widget a:focus {
  opacity: .6;
}
.cid-tOpSGk3u1n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .navbar-caption {
  color: #000000;
}
.cid-tOpSGk3u1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpSGk3u1n .mbr-section-subtitle,
.cid-tOpSGk3u1n .text_widget,
.cid-tOpSGk3u1n .mbr-section-btn {
  text-align: center;
}
.cid-tOpSGk3u1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utE62WIA3J {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-utE62WIA3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-utE62WIA3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utE62WIA3J .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-utE62WIA3J .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-utE62WIA3J .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-utE62WIA3J .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utE62WIA3J .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #29b9e0 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-utE62WIA3J .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-utE62WIA3J .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-utE62WIA3J .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-utE62WIA3J .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-utE62WIA3J .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-utE62WIA3J .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-utE62WIA3J .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-utE62WIA3J .mbr-section-title {
  color: #404349;
}
.cid-utE62WIA3J .mbr-text {
  color: #f0f0f0;
}
.cid-utE62WIA3J .mbr-desc {
  color: #b19a7c;
}
.cid-utE62WIA3J .mbr-desc,
.cid-utE62WIA3J .desc-wrapper {
  color: #ffffff;
}
.cid-utE62WIA3J .mbr-section-title,
.cid-utE62WIA3J .mbr-section-btn {
  color: #0f2f67;
}
.cid-uAHUvV2VLH {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-uAHUvV2VLH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAHUvV2VLH .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f7f7f7 75%);
}
.cid-uAHUvV2VLH .mbr-section-title {
  margin: 0;
}
.cid-uAHUvV2VLH .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAHUvV2VLH H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAHUvV2VLH H3 {
  text-align: center;
}
.cid-uANozyeORh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uANozyeORh img,
.cid-uANozyeORh .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uANozyeORh .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uANozyeORh .item:focus,
.cid-uANozyeORh span:focus {
  outline: none;
}
.cid-uANozyeORh .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uANozyeORh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uANozyeORh .item {
    margin-bottom: 1rem;
  }
}
.cid-uANozyeORh h5 {
  margin: 0;
}
.cid-uANozyeORh .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uANozyeORh .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uANozyeORh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uANozyeORh .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uANozyeORh .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uANozyeORh .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uANozyeORh .item-wrapper {
    height: auto;
  }
}
.cid-uANozyeORh .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uANozyeORh .item-title {
  text-align: center;
}
.cid-uANozyeORh .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uANozyeORh .mbr-text,
.cid-uANozyeORh .item .mbr-section-btn {
  text-align: center;
}
.cid-uANozyeORh .mbr-section-subtitle,
.cid-uANozyeORh .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAI0rmMstR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/footer-pekkim-kimyevi-maddeler-1920x699.jpg");
}
.cid-uAI0rmMstR .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-uAI0rmMstR img,
.cid-uAI0rmMstR .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAI0rmMstR .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAI0rmMstR .item:focus,
.cid-uAI0rmMstR span:focus {
  outline: none;
}
.cid-uAI0rmMstR .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAI0rmMstR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAI0rmMstR .item {
    margin-bottom: 1rem;
  }
}
.cid-uAI0rmMstR h5 {
  margin: 0;
}
.cid-uAI0rmMstR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAI0rmMstR .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAI0rmMstR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAI0rmMstR .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAI0rmMstR .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAI0rmMstR .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAI0rmMstR .item-wrapper {
    height: auto;
  }
}
.cid-uAI0rmMstR .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAI0rmMstR .item-title {
  text-align: center;
}
.cid-uAI0rmMstR .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAI0rmMstR .mbr-text,
.cid-uAI0rmMstR .item .mbr-section-btn {
  text-align: center;
}
.cid-uAI0rmMstR .mbr-section-subtitle,
.cid-uAI0rmMstR .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAI5TuUH7i {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAI5TuUH7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI5TuUH7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI5TuUH7i .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAI5TuUH7i .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAI5TuUH7i .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAI5TuUH7i .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAI5TuUH7i .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAI5TuUH7i .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAI5TuUH7i .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAI5TuUH7i .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAI5TuUH7i .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAI5TuUH7i .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAI5TuUH7i .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAI5TuUH7i .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAI5TuUH7i .mbr-section-title {
  color: #404349;
}
.cid-uAI5TuUH7i .mbr-text {
  color: #f0f0f0;
}
.cid-uAI5TuUH7i .mbr-desc {
  color: #b19a7c;
}
.cid-uAI5TuUH7i .mbr-desc,
.cid-uAI5TuUH7i .desc-wrapper {
  color: #ffffff;
}
.cid-uAI5TuUH7i .mbr-section-title,
.cid-uAI5TuUH7i .mbr-section-btn {
  color: #29b9e0;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg7BqcRcv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg7BqcRcv .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg7BqcRcv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg7BqcRcv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg7BqcRcv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg7BqcRcv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg7BqcRcv .menu_box .navbar.opened,
  .cid-utg7BqcRcv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg7BqcRcv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg7BqcRcv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg7BqcRcv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg7BqcRcv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg7BqcRcv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg7BqcRcv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg7BqcRcv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg7BqcRcv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg7BqcRcv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg7BqcRcv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg7BqcRcv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg7BqcRcv .offcanvas-body .mbr-text,
  .cid-utg7BqcRcv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg7BqcRcv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg7BqcRcv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg7BqcRcv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg7BqcRcv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg7BqcRcv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg7BqcRcv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg7BqcRcv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg7BqcRcv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg7BqcRcv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7BqcRcv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg7BqcRcv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg7BqcRcv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg7BqcRcv .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg7BqcRcv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg7BqcRcv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg7BqcRcv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg7BqcRcv .nav-item {
    margin: 0 !important;
  }
}
.cid-utg7BqcRcv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg7BqcRcv .nav-item .nav-link:hover,
.cid-utg7BqcRcv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg7BqcRcv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg7BqcRcv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg7BqcRcv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg7BqcRcv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7BqcRcv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg7BqcRcv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg7BqcRcv .offcanvas_box {
    display: none;
  }
}
.cid-utg7BqcRcv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg7BqcRcv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg7BqcRcv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg7BqcRcv .container {
  display: flex;
  margin: auto;
}
.cid-utg7BqcRcv .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg7BqcRcv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg7BqcRcv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg7BqcRcv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg7BqcRcv .navbar-nav {
    margin: 0;
  }
}
.cid-utg7BqcRcv .dropdown-menu,
.cid-utg7BqcRcv .navbar.opened {
  background-color: true !important;
}
.cid-utg7BqcRcv .nav-item:focus,
.cid-utg7BqcRcv .nav-link:focus {
  outline: none;
}
.cid-utg7BqcRcv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg7BqcRcv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg7BqcRcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg7BqcRcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg7BqcRcv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg7BqcRcv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg7BqcRcv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg7BqcRcv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg7BqcRcv .navbar.opened {
  transition: all 0.3s;
}
.cid-utg7BqcRcv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg7BqcRcv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg7BqcRcv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg7BqcRcv .navbar.collapsed {
  justify-content: center;
}
.cid-utg7BqcRcv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg7BqcRcv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg7BqcRcv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg7BqcRcv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg7BqcRcv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg7BqcRcv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg7BqcRcv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg7BqcRcv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg7BqcRcv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg7BqcRcv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg7BqcRcv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg7BqcRcv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg7BqcRcv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg7BqcRcv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg7BqcRcv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg7BqcRcv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg7BqcRcv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg7BqcRcv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg7BqcRcv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg7BqcRcv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg7BqcRcv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg7BqcRcv .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg7BqcRcv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg7BqcRcv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg7BqcRcv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg7BqcRcv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg7BqcRcv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg7BqcRcv .dropdown-item.active,
.cid-utg7BqcRcv .dropdown-item:active {
  background-color: transparent;
}
.cid-utg7BqcRcv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg7BqcRcv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg7BqcRcv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg7BqcRcv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg7BqcRcv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg7BqcRcv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg7BqcRcv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg7BqcRcv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg7BqcRcv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg7BqcRcv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7BqcRcv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7BqcRcv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg7BqcRcv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7BqcRcv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg7BqcRcv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg7BqcRcv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7BqcRcv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg7BqcRcv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg7BqcRcv .navbar {
    height: 70px;
  }
  .cid-utg7BqcRcv .navbar.opened {
    height: auto;
  }
  .cid-utg7BqcRcv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg7BqcRcv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg7BqcRcv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg7BqcRcv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg7BqcRcv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg7BqcRcv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg7BqcRcv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg7BqcRcv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg7BqcRcv .text_widget {
  margin-bottom: 32px;
}
.cid-utg7BqcRcv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg7BqcRcv .text_widget a:hover,
.cid-utg7BqcRcv .text_widget a:focus {
  opacity: .6;
}
.cid-utg7BqcRcv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg7BqcRcv .navbar-caption {
  color: #000000;
}
.cid-utg7BqcRcv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg7BqcRcv .mbr-section-subtitle,
.cid-utg7BqcRcv .text_widget,
.cid-utg7BqcRcv .mbr-section-btn {
  text-align: center;
}
.cid-utg7BqcRcv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPLvPRLOS {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-utPLvPRLOS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-utPLvPRLOS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utPLvPRLOS .container {
    padding: 0 25px;
  }
}
.cid-utPLvPRLOS .row {
  margin: 0;
}
.cid-utPLvPRLOS .row .card {
  padding: 0;
  justify-content: center;
}
.cid-utPLvPRLOS .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-utPLvPRLOS .image-wrapper {
    min-height: 350px;
  }
}
.cid-utPLvPRLOS .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utPLvPRLOS .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-utPLvPRLOS .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-utPLvPRLOS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPLvPRLOS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utPLvPRLOS .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-utPLvPRLOS .mbr-section-title {
  color: #000000;
}
.cid-utPLvPRLOS .mbr-text {
  color: #000000;
}
.cid-utPKMr16Os {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/denemeeeeee-1600x555.jpg");
}
.cid-utPKMr16Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPKMr16Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPKMr16Os .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .container {
    padding: 0 26px;
  }
}
.cid-utPKMr16Os .row {
  justify-content: center;
}
.cid-utPKMr16Os .tabs-wrapper {
  text-align: center;
}
.cid-utPKMr16Os .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-utPKMr16Os .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-utPKMr16Os .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #0f2f67;
  border: 1px solid #0f2f67;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-utPKMr16Os .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #0f2f67;
}
.cid-utPKMr16Os .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #0f2f67;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-utPKMr16Os .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-utPKMr16Os .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-utPKMr16Os .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utPKMr16Os .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-utPKMr16Os .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utPKMr16Os .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-utPKMr16Os .item-title {
  color: #000000;
}
.cid-utPKMr16Os .item-text {
  color: #ffffff;
}
.cid-utPKMr16Os .item-title,
.cid-utPKMr16Os .tabs-wrapper {
  color: #f7f7f7;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg7CDoZ7O {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg7CDoZ7O .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg7CDoZ7O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg7CDoZ7O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg7CDoZ7O .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg7CDoZ7O .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg7CDoZ7O .menu_box .navbar.opened,
  .cid-utg7CDoZ7O .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg7CDoZ7O nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg7CDoZ7O .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg7CDoZ7O .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg7CDoZ7O .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg7CDoZ7O .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg7CDoZ7O .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg7CDoZ7O .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg7CDoZ7O .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg7CDoZ7O .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg7CDoZ7O .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg7CDoZ7O .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg7CDoZ7O .offcanvas-body .mbr-text,
  .cid-utg7CDoZ7O .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg7CDoZ7O .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg7CDoZ7O .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg7CDoZ7O .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg7CDoZ7O .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg7CDoZ7O .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg7CDoZ7O .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg7CDoZ7O .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg7CDoZ7O ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg7CDoZ7O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7CDoZ7O .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg7CDoZ7O .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg7CDoZ7O li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg7CDoZ7O .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg7CDoZ7O .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg7CDoZ7O .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg7CDoZ7O .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg7CDoZ7O .nav-item {
    margin: 0 !important;
  }
}
.cid-utg7CDoZ7O .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg7CDoZ7O .nav-item .nav-link:hover,
.cid-utg7CDoZ7O .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg7CDoZ7O .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg7CDoZ7O .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg7CDoZ7O .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg7CDoZ7O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7CDoZ7O .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg7CDoZ7O .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg7CDoZ7O .offcanvas_box {
    display: none;
  }
}
.cid-utg7CDoZ7O .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg7CDoZ7O .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg7CDoZ7O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg7CDoZ7O .container {
  display: flex;
  margin: auto;
}
.cid-utg7CDoZ7O .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg7CDoZ7O .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg7CDoZ7O .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg7CDoZ7O .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg7CDoZ7O .navbar-nav {
    margin: 0;
  }
}
.cid-utg7CDoZ7O .dropdown-menu,
.cid-utg7CDoZ7O .navbar.opened {
  background-color: true !important;
}
.cid-utg7CDoZ7O .nav-item:focus,
.cid-utg7CDoZ7O .nav-link:focus {
  outline: none;
}
.cid-utg7CDoZ7O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg7CDoZ7O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg7CDoZ7O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg7CDoZ7O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg7CDoZ7O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg7CDoZ7O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg7CDoZ7O .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg7CDoZ7O .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg7CDoZ7O .navbar.opened {
  transition: all 0.3s;
}
.cid-utg7CDoZ7O .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg7CDoZ7O .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg7CDoZ7O .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg7CDoZ7O .navbar.collapsed {
  justify-content: center;
}
.cid-utg7CDoZ7O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg7CDoZ7O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg7CDoZ7O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg7CDoZ7O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg7CDoZ7O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg7CDoZ7O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg7CDoZ7O .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg7CDoZ7O .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg7CDoZ7O .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg7CDoZ7O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg7CDoZ7O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg7CDoZ7O .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg7CDoZ7O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg7CDoZ7O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg7CDoZ7O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg7CDoZ7O .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg7CDoZ7O .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg7CDoZ7O .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg7CDoZ7O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg7CDoZ7O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg7CDoZ7O .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg7CDoZ7O .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg7CDoZ7O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg7CDoZ7O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg7CDoZ7O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg7CDoZ7O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg7CDoZ7O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg7CDoZ7O .dropdown-item.active,
.cid-utg7CDoZ7O .dropdown-item:active {
  background-color: transparent;
}
.cid-utg7CDoZ7O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg7CDoZ7O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg7CDoZ7O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg7CDoZ7O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg7CDoZ7O ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg7CDoZ7O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg7CDoZ7O button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg7CDoZ7O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg7CDoZ7O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg7CDoZ7O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7CDoZ7O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7CDoZ7O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg7CDoZ7O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7CDoZ7O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg7CDoZ7O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg7CDoZ7O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7CDoZ7O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg7CDoZ7O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg7CDoZ7O .navbar {
    height: 70px;
  }
  .cid-utg7CDoZ7O .navbar.opened {
    height: auto;
  }
  .cid-utg7CDoZ7O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg7CDoZ7O .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg7CDoZ7O .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg7CDoZ7O .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg7CDoZ7O .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg7CDoZ7O .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg7CDoZ7O .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg7CDoZ7O .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg7CDoZ7O .text_widget {
  margin-bottom: 32px;
}
.cid-utg7CDoZ7O .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg7CDoZ7O .text_widget a:hover,
.cid-utg7CDoZ7O .text_widget a:focus {
  opacity: .6;
}
.cid-utg7CDoZ7O .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg7CDoZ7O .navbar-caption {
  color: #000000;
}
.cid-utg7CDoZ7O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg7CDoZ7O .mbr-section-subtitle,
.cid-utg7CDoZ7O .text_widget,
.cid-utg7CDoZ7O .mbr-section-btn {
  text-align: center;
}
.cid-utg7CDoZ7O a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uANYeGSED2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uANYeGSED2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uANYeGSED2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uANYeGSED2 .container {
    padding: 0 25px;
  }
}
.cid-uANYeGSED2 .row {
  margin: 0;
}
.cid-uANYeGSED2 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uANYeGSED2 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uANYeGSED2 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uANYeGSED2 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANYeGSED2 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uANYeGSED2 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uANYeGSED2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uANYeGSED2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uANYeGSED2 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uANYeGSED2 .mbr-section-title {
  color: #000000;
}
.cid-uANYeGSED2 .mbr-text {
  color: #000000;
}
.cid-uANYeGSED2 .mbr-section-title,
.cid-uANYeGSED2 .mbr-section-btn,
.cid-uANYeGSED2 .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO8YQyfH0 {
  background-image: url("../../../assets/images/tinywow-upscale-54918093-2048x2048.png");
}
.cid-uAO8YQyfH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAO8YQyfH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAO8YQyfH0 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uAO8YQyfH0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uAO8YQyfH0 .container {
    padding: 0 25px;
  }
}
.cid-uAO8YQyfH0 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uAO8YQyfH0 .title-wrapper {
    padding: 0;
  }
}
.cid-uAO8YQyfH0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAO8YQyfH0 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uAO8YQyfH0 .mbr-section-title {
  color: #ffffff;
}
.cid-uAO8YQyfH0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uAO8YQyfH0 .mbr-section-title,
.cid-uAO8YQyfH0 .mbr-section-btn {
  text-align: center;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg7S0B1vo {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg7S0B1vo .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg7S0B1vo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg7S0B1vo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg7S0B1vo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg7S0B1vo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg7S0B1vo .menu_box .navbar.opened,
  .cid-utg7S0B1vo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg7S0B1vo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg7S0B1vo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg7S0B1vo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg7S0B1vo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg7S0B1vo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg7S0B1vo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg7S0B1vo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg7S0B1vo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg7S0B1vo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg7S0B1vo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg7S0B1vo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg7S0B1vo .offcanvas-body .mbr-text,
  .cid-utg7S0B1vo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg7S0B1vo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg7S0B1vo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg7S0B1vo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg7S0B1vo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg7S0B1vo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg7S0B1vo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg7S0B1vo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg7S0B1vo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg7S0B1vo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7S0B1vo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg7S0B1vo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg7S0B1vo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg7S0B1vo .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg7S0B1vo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg7S0B1vo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg7S0B1vo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg7S0B1vo .nav-item {
    margin: 0 !important;
  }
}
.cid-utg7S0B1vo .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg7S0B1vo .nav-item .nav-link:hover,
.cid-utg7S0B1vo .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg7S0B1vo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg7S0B1vo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg7S0B1vo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg7S0B1vo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7S0B1vo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg7S0B1vo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg7S0B1vo .offcanvas_box {
    display: none;
  }
}
.cid-utg7S0B1vo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg7S0B1vo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg7S0B1vo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg7S0B1vo .container {
  display: flex;
  margin: auto;
}
.cid-utg7S0B1vo .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg7S0B1vo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg7S0B1vo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg7S0B1vo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg7S0B1vo .navbar-nav {
    margin: 0;
  }
}
.cid-utg7S0B1vo .dropdown-menu,
.cid-utg7S0B1vo .navbar.opened {
  background-color: true !important;
}
.cid-utg7S0B1vo .nav-item:focus,
.cid-utg7S0B1vo .nav-link:focus {
  outline: none;
}
.cid-utg7S0B1vo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg7S0B1vo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg7S0B1vo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg7S0B1vo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg7S0B1vo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg7S0B1vo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg7S0B1vo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg7S0B1vo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg7S0B1vo .navbar.opened {
  transition: all 0.3s;
}
.cid-utg7S0B1vo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg7S0B1vo .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg7S0B1vo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg7S0B1vo .navbar.collapsed {
  justify-content: center;
}
.cid-utg7S0B1vo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg7S0B1vo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg7S0B1vo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg7S0B1vo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg7S0B1vo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg7S0B1vo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg7S0B1vo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg7S0B1vo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg7S0B1vo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg7S0B1vo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg7S0B1vo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg7S0B1vo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg7S0B1vo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg7S0B1vo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg7S0B1vo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg7S0B1vo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg7S0B1vo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg7S0B1vo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg7S0B1vo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg7S0B1vo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg7S0B1vo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg7S0B1vo .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg7S0B1vo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg7S0B1vo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg7S0B1vo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg7S0B1vo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg7S0B1vo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg7S0B1vo .dropdown-item.active,
.cid-utg7S0B1vo .dropdown-item:active {
  background-color: transparent;
}
.cid-utg7S0B1vo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg7S0B1vo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg7S0B1vo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg7S0B1vo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg7S0B1vo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg7S0B1vo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg7S0B1vo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg7S0B1vo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg7S0B1vo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg7S0B1vo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7S0B1vo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7S0B1vo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg7S0B1vo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7S0B1vo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg7S0B1vo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg7S0B1vo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7S0B1vo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg7S0B1vo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg7S0B1vo .navbar {
    height: 70px;
  }
  .cid-utg7S0B1vo .navbar.opened {
    height: auto;
  }
  .cid-utg7S0B1vo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg7S0B1vo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg7S0B1vo .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg7S0B1vo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg7S0B1vo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg7S0B1vo .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg7S0B1vo .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg7S0B1vo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg7S0B1vo .text_widget {
  margin-bottom: 32px;
}
.cid-utg7S0B1vo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg7S0B1vo .text_widget a:hover,
.cid-utg7S0B1vo .text_widget a:focus {
  opacity: .6;
}
.cid-utg7S0B1vo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg7S0B1vo .navbar-caption {
  color: #000000;
}
.cid-utg7S0B1vo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg7S0B1vo .mbr-section-subtitle,
.cid-utg7S0B1vo .text_widget,
.cid-utg7S0B1vo .mbr-section-btn {
  text-align: center;
}
.cid-utg7S0B1vo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAOeLbEElc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAOeLbEElc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOeLbEElc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAOeLbEElc .container {
    padding: 0 25px;
  }
}
.cid-uAOeLbEElc .row {
  margin: 0;
}
.cid-uAOeLbEElc .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAOeLbEElc .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAOeLbEElc .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAOeLbEElc .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAOeLbEElc .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAOeLbEElc .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAOeLbEElc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOeLbEElc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOeLbEElc .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAOeLbEElc .mbr-section-title {
  color: #000000;
}
.cid-uAOeLbEElc .mbr-text {
  color: #000000;
}
.cid-uAOeLbEElc .mbr-section-title,
.cid-uAOeLbEElc .mbr-section-btn,
.cid-uAOeLbEElc .logo-wrapper {
  color: #0f2f67;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg7Xay7pA {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg7Xay7pA .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg7Xay7pA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg7Xay7pA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg7Xay7pA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg7Xay7pA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg7Xay7pA .menu_box .navbar.opened,
  .cid-utg7Xay7pA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg7Xay7pA nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg7Xay7pA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg7Xay7pA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg7Xay7pA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg7Xay7pA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg7Xay7pA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg7Xay7pA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg7Xay7pA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg7Xay7pA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg7Xay7pA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg7Xay7pA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg7Xay7pA .offcanvas-body .mbr-text,
  .cid-utg7Xay7pA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg7Xay7pA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg7Xay7pA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg7Xay7pA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg7Xay7pA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg7Xay7pA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg7Xay7pA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg7Xay7pA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg7Xay7pA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg7Xay7pA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7Xay7pA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg7Xay7pA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg7Xay7pA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg7Xay7pA .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg7Xay7pA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg7Xay7pA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg7Xay7pA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg7Xay7pA .nav-item {
    margin: 0 !important;
  }
}
.cid-utg7Xay7pA .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg7Xay7pA .nav-item .nav-link:hover,
.cid-utg7Xay7pA .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg7Xay7pA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg7Xay7pA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg7Xay7pA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg7Xay7pA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7Xay7pA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg7Xay7pA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg7Xay7pA .offcanvas_box {
    display: none;
  }
}
.cid-utg7Xay7pA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg7Xay7pA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg7Xay7pA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg7Xay7pA .container {
  display: flex;
  margin: auto;
}
.cid-utg7Xay7pA .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg7Xay7pA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg7Xay7pA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg7Xay7pA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg7Xay7pA .navbar-nav {
    margin: 0;
  }
}
.cid-utg7Xay7pA .dropdown-menu,
.cid-utg7Xay7pA .navbar.opened {
  background-color: true !important;
}
.cid-utg7Xay7pA .nav-item:focus,
.cid-utg7Xay7pA .nav-link:focus {
  outline: none;
}
.cid-utg7Xay7pA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg7Xay7pA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg7Xay7pA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg7Xay7pA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg7Xay7pA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg7Xay7pA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg7Xay7pA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg7Xay7pA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg7Xay7pA .navbar.opened {
  transition: all 0.3s;
}
.cid-utg7Xay7pA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg7Xay7pA .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg7Xay7pA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg7Xay7pA .navbar.collapsed {
  justify-content: center;
}
.cid-utg7Xay7pA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg7Xay7pA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg7Xay7pA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg7Xay7pA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg7Xay7pA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg7Xay7pA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg7Xay7pA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg7Xay7pA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg7Xay7pA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg7Xay7pA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg7Xay7pA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg7Xay7pA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg7Xay7pA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg7Xay7pA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg7Xay7pA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg7Xay7pA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg7Xay7pA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg7Xay7pA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg7Xay7pA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg7Xay7pA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg7Xay7pA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg7Xay7pA .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg7Xay7pA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg7Xay7pA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg7Xay7pA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg7Xay7pA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg7Xay7pA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg7Xay7pA .dropdown-item.active,
.cid-utg7Xay7pA .dropdown-item:active {
  background-color: transparent;
}
.cid-utg7Xay7pA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg7Xay7pA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg7Xay7pA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg7Xay7pA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg7Xay7pA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg7Xay7pA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg7Xay7pA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg7Xay7pA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg7Xay7pA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg7Xay7pA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7Xay7pA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7Xay7pA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg7Xay7pA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7Xay7pA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg7Xay7pA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg7Xay7pA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7Xay7pA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg7Xay7pA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg7Xay7pA .navbar {
    height: 70px;
  }
  .cid-utg7Xay7pA .navbar.opened {
    height: auto;
  }
  .cid-utg7Xay7pA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg7Xay7pA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg7Xay7pA .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg7Xay7pA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg7Xay7pA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg7Xay7pA .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg7Xay7pA .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg7Xay7pA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg7Xay7pA .text_widget {
  margin-bottom: 32px;
}
.cid-utg7Xay7pA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg7Xay7pA .text_widget a:hover,
.cid-utg7Xay7pA .text_widget a:focus {
  opacity: .6;
}
.cid-utg7Xay7pA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg7Xay7pA .navbar-caption {
  color: #000000;
}
.cid-utg7Xay7pA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg7Xay7pA .mbr-section-subtitle,
.cid-utg7Xay7pA .text_widget,
.cid-utg7Xay7pA .mbr-section-btn {
  text-align: center;
}
.cid-utg7Xay7pA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utmw4SbVUN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-pekkim-kimyevi-maddeler-1920x699.jpg");
}
.cid-utmw4SbVUN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-utmw4SbVUN .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-utmw4SbVUN .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-utmw4SbVUN .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-utmw4SbVUN .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-utmw4SbVUN .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-utmw4SbVUN .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-utmw4SbVUN .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-utmw4SbVUN .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-utmw4SbVUN .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-utmw4SbVUN .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-utmw4SbVUN .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-utmw4SbVUN .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-utmw4SbVUN .list-block {
  position: relative;
}
.cid-utmw4SbVUN .list-block h4,
.cid-utmw4SbVUN .list-block p {
  padding-left: 4.5rem;
}
.cid-utmw4SbVUN .card-img {
  display: block;
}
.cid-utmw4SbVUN input,
.cid-utmw4SbVUN textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-utmw4SbVUN input:focus,
.cid-utmw4SbVUN textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-utmw4SbVUN .form-control,
.cid-utmw4SbVUN .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-utmw4SbVUN .form-control:hover,
.cid-utmw4SbVUN .field-input:hover,
.cid-utmw4SbVUN .form-control:focus,
.cid-utmw4SbVUN .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-utmw4SbVUN input::-webkit-input-placeholder,
.cid-utmw4SbVUN textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-utmw4SbVUN input:-moz-placeholder,
.cid-utmw4SbVUN textarea:-moz-placeholder {
  color: #28303f;
}
.cid-utmw4SbVUN .jq-selectbox li,
.cid-utmw4SbVUN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-utmw4SbVUN .jq-selectbox li:hover,
.cid-utmw4SbVUN .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-utmw4SbVUN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-utmw4SbVUN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-utmw4SbVUN .mbr-form {
  max-width: 550px;
}
.cid-utmw4SbVUN .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-utmw4SbVUN .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-utmw4SbVUN .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-utmw4SbVUN .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-utmw4SbVUN .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-utmw4SbVUN .mbr-form textarea {
  min-height: 100px;
}
.cid-utmw4SbVUN .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #000000;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-utmw4SbVUN .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-utmw4SbVUN .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-utmw4SbVUN .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-utmw4SbVUN .mbr-section-title,
  .cid-utmw4SbVUN .content-title,
  .cid-utmw4SbVUN .mbr-section-btn {
    text-align: left;
  }
}
.cid-utmw4SbVUN .mbr-form .mbr-section-title,
.cid-utmw4SbVUN .mbr-section-btn {
  color: #0f2f67;
}
.cid-utmw4SbVUN .text-content .content-title,
.cid-utmw4SbVUN .social {
  color: #0f2f67;
}
.cid-uANS3qHjX4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uANS3qHjX4 .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uANS3qHjX4 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uANS3qHjX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANS3qHjX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg7PZ0vOT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg7PZ0vOT .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg7PZ0vOT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg7PZ0vOT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg7PZ0vOT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg7PZ0vOT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg7PZ0vOT .menu_box .navbar.opened,
  .cid-utg7PZ0vOT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg7PZ0vOT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg7PZ0vOT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg7PZ0vOT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg7PZ0vOT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg7PZ0vOT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg7PZ0vOT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg7PZ0vOT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg7PZ0vOT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg7PZ0vOT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg7PZ0vOT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg7PZ0vOT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg7PZ0vOT .offcanvas-body .mbr-text,
  .cid-utg7PZ0vOT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg7PZ0vOT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg7PZ0vOT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg7PZ0vOT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg7PZ0vOT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg7PZ0vOT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg7PZ0vOT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg7PZ0vOT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg7PZ0vOT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg7PZ0vOT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7PZ0vOT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg7PZ0vOT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg7PZ0vOT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg7PZ0vOT .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg7PZ0vOT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg7PZ0vOT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg7PZ0vOT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg7PZ0vOT .nav-item {
    margin: 0 !important;
  }
}
.cid-utg7PZ0vOT .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg7PZ0vOT .nav-item .nav-link:hover,
.cid-utg7PZ0vOT .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg7PZ0vOT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg7PZ0vOT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg7PZ0vOT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg7PZ0vOT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7PZ0vOT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg7PZ0vOT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg7PZ0vOT .offcanvas_box {
    display: none;
  }
}
.cid-utg7PZ0vOT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg7PZ0vOT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg7PZ0vOT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg7PZ0vOT .container {
  display: flex;
  margin: auto;
}
.cid-utg7PZ0vOT .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg7PZ0vOT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg7PZ0vOT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg7PZ0vOT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg7PZ0vOT .navbar-nav {
    margin: 0;
  }
}
.cid-utg7PZ0vOT .dropdown-menu,
.cid-utg7PZ0vOT .navbar.opened {
  background-color: true !important;
}
.cid-utg7PZ0vOT .nav-item:focus,
.cid-utg7PZ0vOT .nav-link:focus {
  outline: none;
}
.cid-utg7PZ0vOT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg7PZ0vOT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg7PZ0vOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg7PZ0vOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg7PZ0vOT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg7PZ0vOT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg7PZ0vOT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg7PZ0vOT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg7PZ0vOT .navbar.opened {
  transition: all 0.3s;
}
.cid-utg7PZ0vOT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg7PZ0vOT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg7PZ0vOT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg7PZ0vOT .navbar.collapsed {
  justify-content: center;
}
.cid-utg7PZ0vOT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg7PZ0vOT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg7PZ0vOT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg7PZ0vOT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg7PZ0vOT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg7PZ0vOT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg7PZ0vOT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg7PZ0vOT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg7PZ0vOT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg7PZ0vOT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg7PZ0vOT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg7PZ0vOT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg7PZ0vOT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg7PZ0vOT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg7PZ0vOT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg7PZ0vOT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg7PZ0vOT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg7PZ0vOT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg7PZ0vOT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg7PZ0vOT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg7PZ0vOT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg7PZ0vOT .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg7PZ0vOT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg7PZ0vOT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg7PZ0vOT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg7PZ0vOT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg7PZ0vOT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg7PZ0vOT .dropdown-item.active,
.cid-utg7PZ0vOT .dropdown-item:active {
  background-color: transparent;
}
.cid-utg7PZ0vOT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg7PZ0vOT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg7PZ0vOT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg7PZ0vOT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg7PZ0vOT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg7PZ0vOT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg7PZ0vOT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg7PZ0vOT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg7PZ0vOT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg7PZ0vOT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7PZ0vOT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7PZ0vOT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg7PZ0vOT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7PZ0vOT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg7PZ0vOT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg7PZ0vOT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7PZ0vOT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg7PZ0vOT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg7PZ0vOT .navbar {
    height: 70px;
  }
  .cid-utg7PZ0vOT .navbar.opened {
    height: auto;
  }
  .cid-utg7PZ0vOT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg7PZ0vOT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg7PZ0vOT .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg7PZ0vOT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg7PZ0vOT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg7PZ0vOT .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg7PZ0vOT .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg7PZ0vOT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg7PZ0vOT .text_widget {
  margin-bottom: 32px;
}
.cid-utg7PZ0vOT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg7PZ0vOT .text_widget a:hover,
.cid-utg7PZ0vOT .text_widget a:focus {
  opacity: .6;
}
.cid-utg7PZ0vOT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg7PZ0vOT .navbar-caption {
  color: #000000;
}
.cid-utg7PZ0vOT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg7PZ0vOT .mbr-section-subtitle,
.cid-utg7PZ0vOT .text_widget,
.cid-utg7PZ0vOT .mbr-section-btn {
  text-align: center;
}
.cid-utg7PZ0vOT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utg7PZXEw3 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utg7PZXEw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utg7PZXEw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utg7PZXEw3 .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utg7PZXEw3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utg7PZXEw3 .container {
    padding: 0 25px;
  }
}
.cid-utg7PZXEw3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utg7PZXEw3 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utg7PZXEw3 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utg7PZXEw3 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utg7PZXEw3 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utg7PZXEw3 .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utg7PZXEw3 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utg7PZXEw3 .title-wrapper {
    padding: 0;
  }
}
.cid-utg7PZXEw3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utg7PZXEw3 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utg7PZXEw3 .mbr-section-title {
  color: #000000;
}
.cid-utg7PZXEw3 .mbr-text {
  color: #000000;
}
.cid-utg7PZXEw3 .mbr-section-title,
.cid-utg7PZXEw3 .mbr-section-btn {
  color: #0f2f67;
}
.cid-uANYAOIMdX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uANYAOIMdX img,
.cid-uANYAOIMdX .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uANYAOIMdX .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uANYAOIMdX .item:focus,
.cid-uANYAOIMdX span:focus {
  outline: none;
}
.cid-uANYAOIMdX .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uANYAOIMdX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uANYAOIMdX .item {
    margin-bottom: 1rem;
  }
}
.cid-uANYAOIMdX h5 {
  margin: 0;
}
.cid-uANYAOIMdX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uANYAOIMdX .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uANYAOIMdX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uANYAOIMdX .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uANYAOIMdX .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uANYAOIMdX .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uANYAOIMdX .item-wrapper {
    height: auto;
  }
}
.cid-uANYAOIMdX .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uANYAOIMdX .item-title {
  text-align: center;
}
.cid-uANYAOIMdX .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uANYAOIMdX .mbr-text,
.cid-uANYAOIMdX .item .mbr-section-btn {
  text-align: center;
}
.cid-uANYAOIMdX .mbr-section-subtitle,
.cid-uANYAOIMdX .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg7Ee9gBu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg7Ee9gBu .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg7Ee9gBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg7Ee9gBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg7Ee9gBu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg7Ee9gBu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg7Ee9gBu .menu_box .navbar.opened,
  .cid-utg7Ee9gBu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg7Ee9gBu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg7Ee9gBu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg7Ee9gBu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg7Ee9gBu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg7Ee9gBu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg7Ee9gBu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg7Ee9gBu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg7Ee9gBu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg7Ee9gBu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg7Ee9gBu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg7Ee9gBu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg7Ee9gBu .offcanvas-body .mbr-text,
  .cid-utg7Ee9gBu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg7Ee9gBu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg7Ee9gBu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg7Ee9gBu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg7Ee9gBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg7Ee9gBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg7Ee9gBu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg7Ee9gBu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg7Ee9gBu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg7Ee9gBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7Ee9gBu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg7Ee9gBu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg7Ee9gBu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg7Ee9gBu .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg7Ee9gBu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg7Ee9gBu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg7Ee9gBu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg7Ee9gBu .nav-item {
    margin: 0 !important;
  }
}
.cid-utg7Ee9gBu .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg7Ee9gBu .nav-item .nav-link:hover,
.cid-utg7Ee9gBu .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg7Ee9gBu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg7Ee9gBu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg7Ee9gBu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg7Ee9gBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg7Ee9gBu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg7Ee9gBu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg7Ee9gBu .offcanvas_box {
    display: none;
  }
}
.cid-utg7Ee9gBu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg7Ee9gBu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg7Ee9gBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg7Ee9gBu .container {
  display: flex;
  margin: auto;
}
.cid-utg7Ee9gBu .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg7Ee9gBu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg7Ee9gBu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg7Ee9gBu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg7Ee9gBu .navbar-nav {
    margin: 0;
  }
}
.cid-utg7Ee9gBu .dropdown-menu,
.cid-utg7Ee9gBu .navbar.opened {
  background-color: true !important;
}
.cid-utg7Ee9gBu .nav-item:focus,
.cid-utg7Ee9gBu .nav-link:focus {
  outline: none;
}
.cid-utg7Ee9gBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg7Ee9gBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg7Ee9gBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg7Ee9gBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg7Ee9gBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg7Ee9gBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg7Ee9gBu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg7Ee9gBu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg7Ee9gBu .navbar.opened {
  transition: all 0.3s;
}
.cid-utg7Ee9gBu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg7Ee9gBu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg7Ee9gBu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg7Ee9gBu .navbar.collapsed {
  justify-content: center;
}
.cid-utg7Ee9gBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg7Ee9gBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg7Ee9gBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg7Ee9gBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg7Ee9gBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg7Ee9gBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg7Ee9gBu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg7Ee9gBu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg7Ee9gBu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg7Ee9gBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg7Ee9gBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg7Ee9gBu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg7Ee9gBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg7Ee9gBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg7Ee9gBu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg7Ee9gBu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg7Ee9gBu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg7Ee9gBu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg7Ee9gBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg7Ee9gBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg7Ee9gBu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg7Ee9gBu .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg7Ee9gBu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg7Ee9gBu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg7Ee9gBu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg7Ee9gBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg7Ee9gBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg7Ee9gBu .dropdown-item.active,
.cid-utg7Ee9gBu .dropdown-item:active {
  background-color: transparent;
}
.cid-utg7Ee9gBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg7Ee9gBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg7Ee9gBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg7Ee9gBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg7Ee9gBu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg7Ee9gBu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg7Ee9gBu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg7Ee9gBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg7Ee9gBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg7Ee9gBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7Ee9gBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg7Ee9gBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg7Ee9gBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7Ee9gBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg7Ee9gBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg7Ee9gBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg7Ee9gBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg7Ee9gBu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg7Ee9gBu .navbar {
    height: 70px;
  }
  .cid-utg7Ee9gBu .navbar.opened {
    height: auto;
  }
  .cid-utg7Ee9gBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg7Ee9gBu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg7Ee9gBu .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg7Ee9gBu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg7Ee9gBu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg7Ee9gBu .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg7Ee9gBu .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg7Ee9gBu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg7Ee9gBu .text_widget {
  margin-bottom: 32px;
}
.cid-utg7Ee9gBu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg7Ee9gBu .text_widget a:hover,
.cid-utg7Ee9gBu .text_widget a:focus {
  opacity: .6;
}
.cid-utg7Ee9gBu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg7Ee9gBu .navbar-caption {
  color: #000000;
}
.cid-utg7Ee9gBu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg7Ee9gBu .mbr-section-subtitle,
.cid-utg7Ee9gBu .text_widget,
.cid-utg7Ee9gBu .mbr-section-btn {
  text-align: center;
}
.cid-utg7Ee9gBu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utg7EfaHHX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utg7EfaHHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utg7EfaHHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utg7EfaHHX .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utg7EfaHHX .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utg7EfaHHX .container {
    padding: 0 25px;
  }
}
.cid-utg7EfaHHX .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utg7EfaHHX .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utg7EfaHHX .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utg7EfaHHX .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utg7EfaHHX .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utg7EfaHHX .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utg7EfaHHX .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utg7EfaHHX .title-wrapper {
    padding: 0;
  }
}
.cid-utg7EfaHHX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utg7EfaHHX .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utg7EfaHHX .mbr-section-title {
  color: #000000;
}
.cid-utg7EfaHHX .mbr-text {
  color: #000000;
}
.cid-utg7EfaHHX .mbr-section-title,
.cid-utg7EfaHHX .mbr-section-btn {
  color: #0f2f67;
}
.cid-uAOGfnHOuA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAOGfnHOuA img,
.cid-uAOGfnHOuA .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAOGfnHOuA .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAOGfnHOuA .item:focus,
.cid-uAOGfnHOuA span:focus {
  outline: none;
}
.cid-uAOGfnHOuA .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAOGfnHOuA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAOGfnHOuA .item {
    margin-bottom: 1rem;
  }
}
.cid-uAOGfnHOuA h5 {
  margin: 0;
}
.cid-uAOGfnHOuA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAOGfnHOuA .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAOGfnHOuA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAOGfnHOuA .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAOGfnHOuA .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAOGfnHOuA .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAOGfnHOuA .item-wrapper {
    height: auto;
  }
}
.cid-uAOGfnHOuA .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAOGfnHOuA .item-title {
  text-align: center;
}
.cid-uAOGfnHOuA .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAOGfnHOuA .mbr-text,
.cid-uAOGfnHOuA .item .mbr-section-btn {
  text-align: center;
}
.cid-uAOGfnHOuA .mbr-section-subtitle,
.cid-uAOGfnHOuA .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-ucWjwTdz6k {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ucWjwTdz6k .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ucWjwTdz6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-ucWjwTdz6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucWjwTdz6k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ucWjwTdz6k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ucWjwTdz6k .menu_box .navbar.opened,
  .cid-ucWjwTdz6k .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-ucWjwTdz6k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ucWjwTdz6k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ucWjwTdz6k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWjwTdz6k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ucWjwTdz6k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ucWjwTdz6k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ucWjwTdz6k .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-ucWjwTdz6k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucWjwTdz6k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucWjwTdz6k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucWjwTdz6k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucWjwTdz6k .offcanvas-body .mbr-text,
  .cid-ucWjwTdz6k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ucWjwTdz6k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ucWjwTdz6k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ucWjwTdz6k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-ucWjwTdz6k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucWjwTdz6k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucWjwTdz6k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucWjwTdz6k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucWjwTdz6k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucWjwTdz6k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucWjwTdz6k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ucWjwTdz6k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucWjwTdz6k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ucWjwTdz6k .lg_brand {
    margin: 0 1rem;
  }
  .cid-ucWjwTdz6k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ucWjwTdz6k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucWjwTdz6k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ucWjwTdz6k .nav-item {
    margin: 0 !important;
  }
}
.cid-ucWjwTdz6k .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-ucWjwTdz6k .nav-item .nav-link:hover,
.cid-ucWjwTdz6k .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-ucWjwTdz6k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucWjwTdz6k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ucWjwTdz6k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucWjwTdz6k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucWjwTdz6k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ucWjwTdz6k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucWjwTdz6k .offcanvas_box {
    display: none;
  }
}
.cid-ucWjwTdz6k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ucWjwTdz6k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucWjwTdz6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ucWjwTdz6k .container {
  display: flex;
  margin: auto;
}
.cid-ucWjwTdz6k .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucWjwTdz6k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucWjwTdz6k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ucWjwTdz6k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ucWjwTdz6k .navbar-nav {
    margin: 0;
  }
}
.cid-ucWjwTdz6k .dropdown-menu,
.cid-ucWjwTdz6k .navbar.opened {
  background-color: true !important;
}
.cid-ucWjwTdz6k .nav-item:focus,
.cid-ucWjwTdz6k .nav-link:focus {
  outline: none;
}
.cid-ucWjwTdz6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucWjwTdz6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucWjwTdz6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucWjwTdz6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucWjwTdz6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucWjwTdz6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucWjwTdz6k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ucWjwTdz6k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ucWjwTdz6k .navbar.opened {
  transition: all 0.3s;
}
.cid-ucWjwTdz6k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucWjwTdz6k .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ucWjwTdz6k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ucWjwTdz6k .navbar.collapsed {
  justify-content: center;
}
.cid-ucWjwTdz6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucWjwTdz6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucWjwTdz6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucWjwTdz6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucWjwTdz6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucWjwTdz6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucWjwTdz6k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucWjwTdz6k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucWjwTdz6k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ucWjwTdz6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucWjwTdz6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucWjwTdz6k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucWjwTdz6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucWjwTdz6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ucWjwTdz6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucWjwTdz6k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucWjwTdz6k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucWjwTdz6k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucWjwTdz6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ucWjwTdz6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucWjwTdz6k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucWjwTdz6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucWjwTdz6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucWjwTdz6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucWjwTdz6k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucWjwTdz6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ucWjwTdz6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucWjwTdz6k .dropdown-item.active,
.cid-ucWjwTdz6k .dropdown-item:active {
  background-color: transparent;
}
.cid-ucWjwTdz6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ucWjwTdz6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucWjwTdz6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucWjwTdz6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucWjwTdz6k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ucWjwTdz6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucWjwTdz6k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-ucWjwTdz6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-ucWjwTdz6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucWjwTdz6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWjwTdz6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWjwTdz6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucWjwTdz6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWjwTdz6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucWjwTdz6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucWjwTdz6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWjwTdz6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucWjwTdz6k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucWjwTdz6k .navbar {
    height: 70px;
  }
  .cid-ucWjwTdz6k .navbar.opened {
    height: auto;
  }
  .cid-ucWjwTdz6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWjwTdz6k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ucWjwTdz6k .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-ucWjwTdz6k .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ucWjwTdz6k .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ucWjwTdz6k .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-ucWjwTdz6k .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ucWjwTdz6k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ucWjwTdz6k .text_widget {
  margin-bottom: 32px;
}
.cid-ucWjwTdz6k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ucWjwTdz6k .text_widget a:hover,
.cid-ucWjwTdz6k .text_widget a:focus {
  opacity: .6;
}
.cid-ucWjwTdz6k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucWjwTdz6k .navbar-caption {
  color: #000000;
}
.cid-ucWjwTdz6k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucWjwTdz6k .mbr-section-subtitle,
.cid-ucWjwTdz6k .text_widget,
.cid-ucWjwTdz6k .mbr-section-btn {
  text-align: center;
}
.cid-ucWjwTdz6k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utE4c0LgnV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utE4c0LgnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-utE4c0LgnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utE4c0LgnV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .container {
    padding: 0 26px;
  }
}
.cid-utE4c0LgnV .row {
  justify-content: center;
}
.cid-utE4c0LgnV .tabs-wrapper {
  text-align: center;
}
.cid-utE4c0LgnV .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-utE4c0LgnV .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-utE4c0LgnV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-utE4c0LgnV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-utE4c0LgnV .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #0f2f67;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-utE4c0LgnV .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-utE4c0LgnV .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-utE4c0LgnV .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utE4c0LgnV .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-utE4c0LgnV .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utE4c0LgnV .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-utE4c0LgnV .item-title {
  color: #000000;
}
.cid-utE4c0LgnV .item-text {
  color: #ffffff;
}
.cid-utE4c0LgnV .item-title,
.cid-utE4c0LgnV .tabs-wrapper {
  color: #f7f7f7;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpCRvU6n {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpCRvU6n .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpCRvU6n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpCRvU6n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpCRvU6n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpCRvU6n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpCRvU6n .menu_box .navbar.opened,
  .cid-utkpCRvU6n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpCRvU6n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpCRvU6n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpCRvU6n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpCRvU6n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpCRvU6n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpCRvU6n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpCRvU6n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpCRvU6n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpCRvU6n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpCRvU6n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpCRvU6n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpCRvU6n .offcanvas-body .mbr-text,
  .cid-utkpCRvU6n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpCRvU6n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpCRvU6n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpCRvU6n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpCRvU6n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpCRvU6n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpCRvU6n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpCRvU6n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpCRvU6n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpCRvU6n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpCRvU6n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpCRvU6n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpCRvU6n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpCRvU6n .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpCRvU6n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpCRvU6n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpCRvU6n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpCRvU6n .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpCRvU6n .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpCRvU6n .nav-item .nav-link:hover,
.cid-utkpCRvU6n .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpCRvU6n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpCRvU6n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpCRvU6n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpCRvU6n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpCRvU6n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpCRvU6n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpCRvU6n .offcanvas_box {
    display: none;
  }
}
.cid-utkpCRvU6n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpCRvU6n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpCRvU6n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpCRvU6n .container {
  display: flex;
  margin: auto;
}
.cid-utkpCRvU6n .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpCRvU6n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpCRvU6n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpCRvU6n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpCRvU6n .navbar-nav {
    margin: 0;
  }
}
.cid-utkpCRvU6n .dropdown-menu,
.cid-utkpCRvU6n .navbar.opened {
  background-color: true !important;
}
.cid-utkpCRvU6n .nav-item:focus,
.cid-utkpCRvU6n .nav-link:focus {
  outline: none;
}
.cid-utkpCRvU6n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpCRvU6n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpCRvU6n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpCRvU6n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpCRvU6n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpCRvU6n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpCRvU6n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpCRvU6n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpCRvU6n .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpCRvU6n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpCRvU6n .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpCRvU6n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpCRvU6n .navbar.collapsed {
  justify-content: center;
}
.cid-utkpCRvU6n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpCRvU6n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpCRvU6n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpCRvU6n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpCRvU6n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpCRvU6n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpCRvU6n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpCRvU6n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpCRvU6n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpCRvU6n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpCRvU6n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpCRvU6n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpCRvU6n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpCRvU6n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpCRvU6n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpCRvU6n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpCRvU6n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpCRvU6n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpCRvU6n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpCRvU6n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpCRvU6n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpCRvU6n .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpCRvU6n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpCRvU6n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpCRvU6n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpCRvU6n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpCRvU6n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpCRvU6n .dropdown-item.active,
.cid-utkpCRvU6n .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpCRvU6n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpCRvU6n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpCRvU6n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpCRvU6n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpCRvU6n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpCRvU6n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpCRvU6n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpCRvU6n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpCRvU6n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpCRvU6n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpCRvU6n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpCRvU6n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpCRvU6n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpCRvU6n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpCRvU6n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpCRvU6n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpCRvU6n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpCRvU6n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpCRvU6n .navbar {
    height: 70px;
  }
  .cid-utkpCRvU6n .navbar.opened {
    height: auto;
  }
  .cid-utkpCRvU6n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpCRvU6n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpCRvU6n .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpCRvU6n .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpCRvU6n .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpCRvU6n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpCRvU6n .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpCRvU6n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpCRvU6n .text_widget {
  margin-bottom: 32px;
}
.cid-utkpCRvU6n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpCRvU6n .text_widget a:hover,
.cid-utkpCRvU6n .text_widget a:focus {
  opacity: .6;
}
.cid-utkpCRvU6n .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpCRvU6n .navbar-caption {
  color: #000000;
}
.cid-utkpCRvU6n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpCRvU6n .mbr-section-subtitle,
.cid-utkpCRvU6n .text_widget,
.cid-utkpCRvU6n .mbr-section-btn {
  text-align: center;
}
.cid-utkpCRvU6n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAOfqdCWie {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAOfqdCWie .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOfqdCWie .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAOfqdCWie .container {
    padding: 0 25px;
  }
}
.cid-uAOfqdCWie .row {
  margin: 0;
}
.cid-uAOfqdCWie .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAOfqdCWie .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAOfqdCWie .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAOfqdCWie .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAOfqdCWie .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAOfqdCWie .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAOfqdCWie .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOfqdCWie .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOfqdCWie .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAOfqdCWie .mbr-section-title {
  color: #000000;
}
.cid-uAOfqdCWie .mbr-text {
  color: #000000;
}
.cid-uAOfqdCWie .mbr-section-title,
.cid-uAOfqdCWie .mbr-section-btn,
.cid-uAOfqdCWie .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO5hNIPei {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO5hNIPei img,
.cid-uAO5hNIPei .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAO5hNIPei .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAO5hNIPei .item:focus,
.cid-uAO5hNIPei span:focus {
  outline: none;
}
.cid-uAO5hNIPei .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAO5hNIPei .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAO5hNIPei .item {
    margin-bottom: 1rem;
  }
}
.cid-uAO5hNIPei h5 {
  margin: 0;
}
.cid-uAO5hNIPei .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAO5hNIPei .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAO5hNIPei .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAO5hNIPei .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAO5hNIPei .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAO5hNIPei .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAO5hNIPei .item-wrapper {
    height: auto;
  }
}
.cid-uAO5hNIPei .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAO5hNIPei .item-title {
  text-align: center;
}
.cid-uAO5hNIPei .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAO5hNIPei .mbr-text,
.cid-uAO5hNIPei .item .mbr-section-btn {
  text-align: center;
}
.cid-uAO5hNIPei .mbr-section-subtitle,
.cid-uAO5hNIPei .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANMu7VNok {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANMu7VNok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANMu7VNok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANMu7VNok .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANMu7VNok .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANMu7VNok .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANMu7VNok .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANMu7VNok .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANMu7VNok .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANMu7VNok .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANMu7VNok .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANMu7VNok .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANMu7VNok .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANMu7VNok .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANMu7VNok .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANMu7VNok .mbr-section-title {
  color: #404349;
}
.cid-uANMu7VNok .mbr-text {
  color: #f0f0f0;
}
.cid-uANMu7VNok .mbr-desc {
  color: #b19a7c;
}
.cid-uANMu7VNok .mbr-desc,
.cid-uANMu7VNok .desc-wrapper {
  color: #ffffff;
}
.cid-uANMu7VNok .mbr-section-title,
.cid-uANMu7VNok .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpBJ2VGy {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpBJ2VGy .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpBJ2VGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpBJ2VGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpBJ2VGy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpBJ2VGy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpBJ2VGy .menu_box .navbar.opened,
  .cid-utkpBJ2VGy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpBJ2VGy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpBJ2VGy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpBJ2VGy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpBJ2VGy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpBJ2VGy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpBJ2VGy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpBJ2VGy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpBJ2VGy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpBJ2VGy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpBJ2VGy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpBJ2VGy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpBJ2VGy .offcanvas-body .mbr-text,
  .cid-utkpBJ2VGy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpBJ2VGy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpBJ2VGy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpBJ2VGy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpBJ2VGy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpBJ2VGy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpBJ2VGy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpBJ2VGy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpBJ2VGy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpBJ2VGy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpBJ2VGy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpBJ2VGy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpBJ2VGy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpBJ2VGy .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpBJ2VGy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpBJ2VGy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpBJ2VGy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpBJ2VGy .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpBJ2VGy .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpBJ2VGy .nav-item .nav-link:hover,
.cid-utkpBJ2VGy .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpBJ2VGy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpBJ2VGy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpBJ2VGy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpBJ2VGy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpBJ2VGy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpBJ2VGy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpBJ2VGy .offcanvas_box {
    display: none;
  }
}
.cid-utkpBJ2VGy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpBJ2VGy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpBJ2VGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpBJ2VGy .container {
  display: flex;
  margin: auto;
}
.cid-utkpBJ2VGy .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpBJ2VGy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpBJ2VGy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpBJ2VGy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpBJ2VGy .navbar-nav {
    margin: 0;
  }
}
.cid-utkpBJ2VGy .dropdown-menu,
.cid-utkpBJ2VGy .navbar.opened {
  background-color: true !important;
}
.cid-utkpBJ2VGy .nav-item:focus,
.cid-utkpBJ2VGy .nav-link:focus {
  outline: none;
}
.cid-utkpBJ2VGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpBJ2VGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpBJ2VGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpBJ2VGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpBJ2VGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpBJ2VGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpBJ2VGy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpBJ2VGy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpBJ2VGy .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpBJ2VGy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpBJ2VGy .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpBJ2VGy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpBJ2VGy .navbar.collapsed {
  justify-content: center;
}
.cid-utkpBJ2VGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpBJ2VGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpBJ2VGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpBJ2VGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpBJ2VGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpBJ2VGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpBJ2VGy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpBJ2VGy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpBJ2VGy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpBJ2VGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpBJ2VGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpBJ2VGy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpBJ2VGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpBJ2VGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpBJ2VGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpBJ2VGy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpBJ2VGy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpBJ2VGy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpBJ2VGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpBJ2VGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpBJ2VGy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpBJ2VGy .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpBJ2VGy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpBJ2VGy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpBJ2VGy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpBJ2VGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpBJ2VGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpBJ2VGy .dropdown-item.active,
.cid-utkpBJ2VGy .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpBJ2VGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpBJ2VGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpBJ2VGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpBJ2VGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpBJ2VGy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpBJ2VGy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpBJ2VGy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpBJ2VGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpBJ2VGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpBJ2VGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpBJ2VGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpBJ2VGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpBJ2VGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpBJ2VGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpBJ2VGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpBJ2VGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpBJ2VGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpBJ2VGy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpBJ2VGy .navbar {
    height: 70px;
  }
  .cid-utkpBJ2VGy .navbar.opened {
    height: auto;
  }
  .cid-utkpBJ2VGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpBJ2VGy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpBJ2VGy .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpBJ2VGy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpBJ2VGy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpBJ2VGy .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpBJ2VGy .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpBJ2VGy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpBJ2VGy .text_widget {
  margin-bottom: 32px;
}
.cid-utkpBJ2VGy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpBJ2VGy .text_widget a:hover,
.cid-utkpBJ2VGy .text_widget a:focus {
  opacity: .6;
}
.cid-utkpBJ2VGy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpBJ2VGy .navbar-caption {
  color: #000000;
}
.cid-utkpBJ2VGy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpBJ2VGy .mbr-section-subtitle,
.cid-utkpBJ2VGy .text_widget,
.cid-utkpBJ2VGy .mbr-section-btn {
  text-align: center;
}
.cid-utkpBJ2VGy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAOfhNI0dB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAOfhNI0dB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOfhNI0dB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAOfhNI0dB .container {
    padding: 0 25px;
  }
}
.cid-uAOfhNI0dB .row {
  margin: 0;
}
.cid-uAOfhNI0dB .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAOfhNI0dB .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAOfhNI0dB .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAOfhNI0dB .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAOfhNI0dB .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAOfhNI0dB .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAOfhNI0dB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOfhNI0dB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOfhNI0dB .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAOfhNI0dB .mbr-section-title {
  color: #000000;
}
.cid-uAOfhNI0dB .mbr-text {
  color: #000000;
}
.cid-uAOfhNI0dB .mbr-section-title,
.cid-uAOfhNI0dB .mbr-section-btn,
.cid-uAOfhNI0dB .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO5036bbM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO5036bbM img,
.cid-uAO5036bbM .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAO5036bbM .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAO5036bbM .item:focus,
.cid-uAO5036bbM span:focus {
  outline: none;
}
.cid-uAO5036bbM .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAO5036bbM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAO5036bbM .item {
    margin-bottom: 1rem;
  }
}
.cid-uAO5036bbM h5 {
  margin: 0;
}
.cid-uAO5036bbM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAO5036bbM .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAO5036bbM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAO5036bbM .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAO5036bbM .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAO5036bbM .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAO5036bbM .item-wrapper {
    height: auto;
  }
}
.cid-uAO5036bbM .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAO5036bbM .item-title {
  text-align: center;
}
.cid-uAO5036bbM .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAO5036bbM .mbr-text,
.cid-uAO5036bbM .item .mbr-section-btn {
  text-align: center;
}
.cid-uAO5036bbM .mbr-section-subtitle,
.cid-uAO5036bbM .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpE0li8Y {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpE0li8Y .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpE0li8Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpE0li8Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpE0li8Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpE0li8Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpE0li8Y .menu_box .navbar.opened,
  .cid-utkpE0li8Y .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpE0li8Y nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpE0li8Y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpE0li8Y .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpE0li8Y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpE0li8Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpE0li8Y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpE0li8Y .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpE0li8Y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpE0li8Y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpE0li8Y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpE0li8Y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpE0li8Y .offcanvas-body .mbr-text,
  .cid-utkpE0li8Y .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpE0li8Y .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpE0li8Y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpE0li8Y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpE0li8Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpE0li8Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpE0li8Y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpE0li8Y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpE0li8Y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpE0li8Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpE0li8Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpE0li8Y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpE0li8Y li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpE0li8Y .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpE0li8Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpE0li8Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpE0li8Y .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpE0li8Y .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpE0li8Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpE0li8Y .nav-item .nav-link:hover,
.cid-utkpE0li8Y .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpE0li8Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpE0li8Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpE0li8Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpE0li8Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpE0li8Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpE0li8Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpE0li8Y .offcanvas_box {
    display: none;
  }
}
.cid-utkpE0li8Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpE0li8Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpE0li8Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpE0li8Y .container {
  display: flex;
  margin: auto;
}
.cid-utkpE0li8Y .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpE0li8Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpE0li8Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpE0li8Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpE0li8Y .navbar-nav {
    margin: 0;
  }
}
.cid-utkpE0li8Y .dropdown-menu,
.cid-utkpE0li8Y .navbar.opened {
  background-color: true !important;
}
.cid-utkpE0li8Y .nav-item:focus,
.cid-utkpE0li8Y .nav-link:focus {
  outline: none;
}
.cid-utkpE0li8Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpE0li8Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpE0li8Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpE0li8Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpE0li8Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpE0li8Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpE0li8Y .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpE0li8Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpE0li8Y .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpE0li8Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpE0li8Y .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpE0li8Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpE0li8Y .navbar.collapsed {
  justify-content: center;
}
.cid-utkpE0li8Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpE0li8Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpE0li8Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpE0li8Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpE0li8Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpE0li8Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpE0li8Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpE0li8Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpE0li8Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpE0li8Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpE0li8Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpE0li8Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpE0li8Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpE0li8Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpE0li8Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpE0li8Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpE0li8Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpE0li8Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpE0li8Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpE0li8Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpE0li8Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpE0li8Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpE0li8Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpE0li8Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpE0li8Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpE0li8Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpE0li8Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpE0li8Y .dropdown-item.active,
.cid-utkpE0li8Y .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpE0li8Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpE0li8Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpE0li8Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpE0li8Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpE0li8Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpE0li8Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpE0li8Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpE0li8Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpE0li8Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpE0li8Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpE0li8Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpE0li8Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpE0li8Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpE0li8Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpE0li8Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpE0li8Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpE0li8Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpE0li8Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpE0li8Y .navbar {
    height: 70px;
  }
  .cid-utkpE0li8Y .navbar.opened {
    height: auto;
  }
  .cid-utkpE0li8Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpE0li8Y .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpE0li8Y .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpE0li8Y .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpE0li8Y .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpE0li8Y .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpE0li8Y .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpE0li8Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpE0li8Y .text_widget {
  margin-bottom: 32px;
}
.cid-utkpE0li8Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpE0li8Y .text_widget a:hover,
.cid-utkpE0li8Y .text_widget a:focus {
  opacity: .6;
}
.cid-utkpE0li8Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpE0li8Y .navbar-caption {
  color: #000000;
}
.cid-utkpE0li8Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpE0li8Y .mbr-section-subtitle,
.cid-utkpE0li8Y .text_widget,
.cid-utkpE0li8Y .mbr-section-btn {
  text-align: center;
}
.cid-utkpE0li8Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAOfw9vTEX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAOfw9vTEX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOfw9vTEX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAOfw9vTEX .container {
    padding: 0 25px;
  }
}
.cid-uAOfw9vTEX .row {
  margin: 0;
}
.cid-uAOfw9vTEX .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAOfw9vTEX .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAOfw9vTEX .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAOfw9vTEX .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAOfw9vTEX .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAOfw9vTEX .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAOfw9vTEX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOfw9vTEX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOfw9vTEX .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAOfw9vTEX .mbr-section-title {
  color: #000000;
}
.cid-uAOfw9vTEX .mbr-text {
  color: #000000;
}
.cid-uAOfw9vTEX .mbr-section-title,
.cid-uAOfw9vTEX .mbr-section-btn,
.cid-uAOfw9vTEX .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO5IHYuXm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO5IHYuXm img,
.cid-uAO5IHYuXm .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAO5IHYuXm .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAO5IHYuXm .item:focus,
.cid-uAO5IHYuXm span:focus {
  outline: none;
}
.cid-uAO5IHYuXm .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAO5IHYuXm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAO5IHYuXm .item {
    margin-bottom: 1rem;
  }
}
.cid-uAO5IHYuXm h5 {
  margin: 0;
}
.cid-uAO5IHYuXm .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAO5IHYuXm .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAO5IHYuXm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAO5IHYuXm .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAO5IHYuXm .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAO5IHYuXm .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAO5IHYuXm .item-wrapper {
    height: auto;
  }
}
.cid-uAO5IHYuXm .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAO5IHYuXm .item-title {
  text-align: center;
}
.cid-uAO5IHYuXm .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAO5IHYuXm .mbr-text,
.cid-uAO5IHYuXm .item .mbr-section-btn {
  text-align: center;
}
.cid-uAO5IHYuXm .mbr-section-subtitle,
.cid-uAO5IHYuXm .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANMG6NAIQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANMG6NAIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANMG6NAIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANMG6NAIQ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANMG6NAIQ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANMG6NAIQ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANMG6NAIQ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANMG6NAIQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANMG6NAIQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANMG6NAIQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANMG6NAIQ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANMG6NAIQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANMG6NAIQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANMG6NAIQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANMG6NAIQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANMG6NAIQ .mbr-section-title {
  color: #404349;
}
.cid-uANMG6NAIQ .mbr-text {
  color: #f0f0f0;
}
.cid-uANMG6NAIQ .mbr-desc {
  color: #b19a7c;
}
.cid-uANMG6NAIQ .mbr-desc,
.cid-uANMG6NAIQ .desc-wrapper {
  color: #ffffff;
}
.cid-uANMG6NAIQ .mbr-section-title,
.cid-uANMG6NAIQ .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpHlmGTs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpHlmGTs .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpHlmGTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpHlmGTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpHlmGTs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpHlmGTs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpHlmGTs .menu_box .navbar.opened,
  .cid-utkpHlmGTs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpHlmGTs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpHlmGTs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpHlmGTs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpHlmGTs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpHlmGTs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpHlmGTs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpHlmGTs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpHlmGTs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpHlmGTs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpHlmGTs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpHlmGTs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpHlmGTs .offcanvas-body .mbr-text,
  .cid-utkpHlmGTs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpHlmGTs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpHlmGTs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpHlmGTs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpHlmGTs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpHlmGTs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpHlmGTs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpHlmGTs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpHlmGTs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpHlmGTs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpHlmGTs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpHlmGTs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpHlmGTs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpHlmGTs .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpHlmGTs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpHlmGTs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpHlmGTs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpHlmGTs .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpHlmGTs .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpHlmGTs .nav-item .nav-link:hover,
.cid-utkpHlmGTs .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpHlmGTs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpHlmGTs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpHlmGTs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpHlmGTs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpHlmGTs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpHlmGTs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpHlmGTs .offcanvas_box {
    display: none;
  }
}
.cid-utkpHlmGTs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpHlmGTs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpHlmGTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpHlmGTs .container {
  display: flex;
  margin: auto;
}
.cid-utkpHlmGTs .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpHlmGTs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpHlmGTs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpHlmGTs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpHlmGTs .navbar-nav {
    margin: 0;
  }
}
.cid-utkpHlmGTs .dropdown-menu,
.cid-utkpHlmGTs .navbar.opened {
  background-color: true !important;
}
.cid-utkpHlmGTs .nav-item:focus,
.cid-utkpHlmGTs .nav-link:focus {
  outline: none;
}
.cid-utkpHlmGTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpHlmGTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpHlmGTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpHlmGTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpHlmGTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpHlmGTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpHlmGTs .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpHlmGTs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpHlmGTs .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpHlmGTs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpHlmGTs .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpHlmGTs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpHlmGTs .navbar.collapsed {
  justify-content: center;
}
.cid-utkpHlmGTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpHlmGTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpHlmGTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpHlmGTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpHlmGTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpHlmGTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpHlmGTs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpHlmGTs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpHlmGTs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpHlmGTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpHlmGTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpHlmGTs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpHlmGTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpHlmGTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpHlmGTs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpHlmGTs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpHlmGTs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpHlmGTs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpHlmGTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpHlmGTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpHlmGTs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpHlmGTs .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpHlmGTs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpHlmGTs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpHlmGTs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpHlmGTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpHlmGTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpHlmGTs .dropdown-item.active,
.cid-utkpHlmGTs .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpHlmGTs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpHlmGTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpHlmGTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpHlmGTs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpHlmGTs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpHlmGTs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpHlmGTs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpHlmGTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpHlmGTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpHlmGTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpHlmGTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpHlmGTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpHlmGTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpHlmGTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpHlmGTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpHlmGTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpHlmGTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpHlmGTs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpHlmGTs .navbar {
    height: 70px;
  }
  .cid-utkpHlmGTs .navbar.opened {
    height: auto;
  }
  .cid-utkpHlmGTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpHlmGTs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpHlmGTs .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpHlmGTs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpHlmGTs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpHlmGTs .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpHlmGTs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpHlmGTs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpHlmGTs .text_widget {
  margin-bottom: 32px;
}
.cid-utkpHlmGTs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpHlmGTs .text_widget a:hover,
.cid-utkpHlmGTs .text_widget a:focus {
  opacity: .6;
}
.cid-utkpHlmGTs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpHlmGTs .navbar-caption {
  color: #000000;
}
.cid-utkpHlmGTs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpHlmGTs .mbr-section-subtitle,
.cid-utkpHlmGTs .text_widget,
.cid-utkpHlmGTs .mbr-section-btn {
  text-align: center;
}
.cid-utkpHlmGTs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAO7xXwymM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAO7xXwymM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAO7xXwymM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAO7xXwymM .container {
    padding: 0 25px;
  }
}
.cid-uAO7xXwymM .row {
  margin: 0;
}
.cid-uAO7xXwymM .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAO7xXwymM .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAO7xXwymM .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAO7xXwymM .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAO7xXwymM .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAO7xXwymM .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAO7xXwymM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAO7xXwymM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAO7xXwymM .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAO7xXwymM .mbr-section-title {
  color: #000000;
}
.cid-uAO7xXwymM .mbr-text {
  color: #000000;
}
.cid-uAO7xXwymM .mbr-section-title,
.cid-uAO7xXwymM .mbr-section-btn,
.cid-uAO7xXwymM .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO7gXQ55B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO7gXQ55B img,
.cid-uAO7gXQ55B .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAO7gXQ55B .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAO7gXQ55B .item:focus,
.cid-uAO7gXQ55B span:focus {
  outline: none;
}
.cid-uAO7gXQ55B .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAO7gXQ55B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAO7gXQ55B .item {
    margin-bottom: 1rem;
  }
}
.cid-uAO7gXQ55B h5 {
  margin: 0;
}
.cid-uAO7gXQ55B .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAO7gXQ55B .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAO7gXQ55B .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAO7gXQ55B .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAO7gXQ55B .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAO7gXQ55B .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAO7gXQ55B .item-wrapper {
    height: auto;
  }
}
.cid-uAO7gXQ55B .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAO7gXQ55B .item-title {
  text-align: center;
}
.cid-uAO7gXQ55B .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAO7gXQ55B .mbr-text,
.cid-uAO7gXQ55B .item .mbr-section-btn {
  text-align: center;
}
.cid-uAO7gXQ55B .mbr-section-subtitle,
.cid-uAO7gXQ55B .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpEZ3ysO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpEZ3ysO .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpEZ3ysO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpEZ3ysO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpEZ3ysO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpEZ3ysO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpEZ3ysO .menu_box .navbar.opened,
  .cid-utkpEZ3ysO .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpEZ3ysO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpEZ3ysO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpEZ3ysO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpEZ3ysO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpEZ3ysO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpEZ3ysO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpEZ3ysO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpEZ3ysO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpEZ3ysO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpEZ3ysO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpEZ3ysO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpEZ3ysO .offcanvas-body .mbr-text,
  .cid-utkpEZ3ysO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpEZ3ysO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpEZ3ysO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpEZ3ysO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpEZ3ysO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpEZ3ysO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpEZ3ysO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpEZ3ysO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpEZ3ysO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpEZ3ysO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpEZ3ysO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpEZ3ysO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpEZ3ysO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpEZ3ysO .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpEZ3ysO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpEZ3ysO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpEZ3ysO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpEZ3ysO .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpEZ3ysO .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpEZ3ysO .nav-item .nav-link:hover,
.cid-utkpEZ3ysO .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpEZ3ysO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpEZ3ysO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpEZ3ysO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpEZ3ysO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpEZ3ysO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpEZ3ysO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpEZ3ysO .offcanvas_box {
    display: none;
  }
}
.cid-utkpEZ3ysO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpEZ3ysO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpEZ3ysO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpEZ3ysO .container {
  display: flex;
  margin: auto;
}
.cid-utkpEZ3ysO .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpEZ3ysO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpEZ3ysO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpEZ3ysO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpEZ3ysO .navbar-nav {
    margin: 0;
  }
}
.cid-utkpEZ3ysO .dropdown-menu,
.cid-utkpEZ3ysO .navbar.opened {
  background-color: true !important;
}
.cid-utkpEZ3ysO .nav-item:focus,
.cid-utkpEZ3ysO .nav-link:focus {
  outline: none;
}
.cid-utkpEZ3ysO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpEZ3ysO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpEZ3ysO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpEZ3ysO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpEZ3ysO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpEZ3ysO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpEZ3ysO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpEZ3ysO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpEZ3ysO .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpEZ3ysO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpEZ3ysO .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpEZ3ysO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpEZ3ysO .navbar.collapsed {
  justify-content: center;
}
.cid-utkpEZ3ysO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpEZ3ysO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpEZ3ysO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpEZ3ysO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpEZ3ysO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpEZ3ysO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpEZ3ysO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpEZ3ysO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpEZ3ysO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpEZ3ysO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpEZ3ysO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpEZ3ysO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpEZ3ysO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpEZ3ysO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpEZ3ysO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpEZ3ysO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpEZ3ysO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpEZ3ysO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpEZ3ysO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpEZ3ysO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpEZ3ysO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpEZ3ysO .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpEZ3ysO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpEZ3ysO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpEZ3ysO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpEZ3ysO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpEZ3ysO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpEZ3ysO .dropdown-item.active,
.cid-utkpEZ3ysO .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpEZ3ysO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpEZ3ysO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpEZ3ysO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpEZ3ysO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpEZ3ysO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpEZ3ysO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpEZ3ysO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpEZ3ysO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpEZ3ysO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpEZ3ysO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpEZ3ysO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpEZ3ysO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpEZ3ysO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpEZ3ysO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpEZ3ysO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpEZ3ysO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpEZ3ysO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpEZ3ysO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpEZ3ysO .navbar {
    height: 70px;
  }
  .cid-utkpEZ3ysO .navbar.opened {
    height: auto;
  }
  .cid-utkpEZ3ysO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpEZ3ysO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpEZ3ysO .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpEZ3ysO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpEZ3ysO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpEZ3ysO .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpEZ3ysO .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpEZ3ysO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpEZ3ysO .text_widget {
  margin-bottom: 32px;
}
.cid-utkpEZ3ysO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpEZ3ysO .text_widget a:hover,
.cid-utkpEZ3ysO .text_widget a:focus {
  opacity: .6;
}
.cid-utkpEZ3ysO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpEZ3ysO .navbar-caption {
  color: #000000;
}
.cid-utkpEZ3ysO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpEZ3ysO .mbr-section-subtitle,
.cid-utkpEZ3ysO .text_widget,
.cid-utkpEZ3ysO .mbr-section-btn {
  text-align: center;
}
.cid-utkpEZ3ysO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAOfJD3uru {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAOfJD3uru .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOfJD3uru .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAOfJD3uru .container {
    padding: 0 25px;
  }
}
.cid-uAOfJD3uru .row {
  margin: 0;
}
.cid-uAOfJD3uru .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAOfJD3uru .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAOfJD3uru .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAOfJD3uru .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAOfJD3uru .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAOfJD3uru .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAOfJD3uru .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOfJD3uru .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOfJD3uru .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAOfJD3uru .mbr-section-title {
  color: #000000;
}
.cid-uAOfJD3uru .mbr-text {
  color: #000000;
}
.cid-uAOfJD3uru .mbr-section-title,
.cid-uAOfJD3uru .mbr-section-btn,
.cid-uAOfJD3uru .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO6hsFLs1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO6hsFLs1 img,
.cid-uAO6hsFLs1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAO6hsFLs1 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAO6hsFLs1 .item:focus,
.cid-uAO6hsFLs1 span:focus {
  outline: none;
}
.cid-uAO6hsFLs1 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAO6hsFLs1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAO6hsFLs1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uAO6hsFLs1 h5 {
  margin: 0;
}
.cid-uAO6hsFLs1 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAO6hsFLs1 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAO6hsFLs1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAO6hsFLs1 .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAO6hsFLs1 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAO6hsFLs1 .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAO6hsFLs1 .item-wrapper {
    height: auto;
  }
}
.cid-uAO6hsFLs1 .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAO6hsFLs1 .item-title {
  text-align: center;
}
.cid-uAO6hsFLs1 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAO6hsFLs1 .mbr-text,
.cid-uAO6hsFLs1 .item .mbr-section-btn {
  text-align: center;
}
.cid-uAO6hsFLs1 .mbr-section-subtitle,
.cid-uAO6hsFLs1 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANMWl8LzR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANMWl8LzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANMWl8LzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANMWl8LzR .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANMWl8LzR .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANMWl8LzR .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANMWl8LzR .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANMWl8LzR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANMWl8LzR .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANMWl8LzR .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANMWl8LzR .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANMWl8LzR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANMWl8LzR .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANMWl8LzR .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANMWl8LzR .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANMWl8LzR .mbr-section-title {
  color: #404349;
}
.cid-uANMWl8LzR .mbr-text {
  color: #f0f0f0;
}
.cid-uANMWl8LzR .mbr-desc {
  color: #b19a7c;
}
.cid-uANMWl8LzR .mbr-desc,
.cid-uANMWl8LzR .desc-wrapper {
  color: #ffffff;
}
.cid-uANMWl8LzR .mbr-section-title,
.cid-uANMWl8LzR .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpGhX81R {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpGhX81R .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpGhX81R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpGhX81R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpGhX81R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpGhX81R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpGhX81R .menu_box .navbar.opened,
  .cid-utkpGhX81R .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpGhX81R nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpGhX81R .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpGhX81R .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpGhX81R .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpGhX81R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpGhX81R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpGhX81R .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpGhX81R .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpGhX81R .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpGhX81R .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpGhX81R .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpGhX81R .offcanvas-body .mbr-text,
  .cid-utkpGhX81R .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpGhX81R .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpGhX81R .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpGhX81R .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpGhX81R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpGhX81R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpGhX81R .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpGhX81R .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpGhX81R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpGhX81R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpGhX81R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpGhX81R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpGhX81R li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpGhX81R .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpGhX81R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpGhX81R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpGhX81R .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpGhX81R .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpGhX81R .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpGhX81R .nav-item .nav-link:hover,
.cid-utkpGhX81R .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpGhX81R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpGhX81R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpGhX81R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpGhX81R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpGhX81R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpGhX81R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpGhX81R .offcanvas_box {
    display: none;
  }
}
.cid-utkpGhX81R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpGhX81R .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpGhX81R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpGhX81R .container {
  display: flex;
  margin: auto;
}
.cid-utkpGhX81R .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpGhX81R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpGhX81R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpGhX81R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpGhX81R .navbar-nav {
    margin: 0;
  }
}
.cid-utkpGhX81R .dropdown-menu,
.cid-utkpGhX81R .navbar.opened {
  background-color: true !important;
}
.cid-utkpGhX81R .nav-item:focus,
.cid-utkpGhX81R .nav-link:focus {
  outline: none;
}
.cid-utkpGhX81R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpGhX81R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpGhX81R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpGhX81R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpGhX81R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpGhX81R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpGhX81R .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpGhX81R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpGhX81R .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpGhX81R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpGhX81R .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpGhX81R .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpGhX81R .navbar.collapsed {
  justify-content: center;
}
.cid-utkpGhX81R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpGhX81R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpGhX81R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpGhX81R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpGhX81R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpGhX81R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpGhX81R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpGhX81R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpGhX81R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpGhX81R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpGhX81R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpGhX81R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpGhX81R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpGhX81R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpGhX81R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpGhX81R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpGhX81R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpGhX81R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpGhX81R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpGhX81R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpGhX81R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpGhX81R .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpGhX81R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpGhX81R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpGhX81R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpGhX81R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpGhX81R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpGhX81R .dropdown-item.active,
.cid-utkpGhX81R .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpGhX81R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpGhX81R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpGhX81R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpGhX81R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpGhX81R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpGhX81R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpGhX81R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpGhX81R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpGhX81R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpGhX81R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpGhX81R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpGhX81R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpGhX81R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpGhX81R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpGhX81R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpGhX81R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpGhX81R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpGhX81R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpGhX81R .navbar {
    height: 70px;
  }
  .cid-utkpGhX81R .navbar.opened {
    height: auto;
  }
  .cid-utkpGhX81R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpGhX81R .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpGhX81R .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpGhX81R .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpGhX81R .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpGhX81R .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpGhX81R .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpGhX81R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpGhX81R .text_widget {
  margin-bottom: 32px;
}
.cid-utkpGhX81R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpGhX81R .text_widget a:hover,
.cid-utkpGhX81R .text_widget a:focus {
  opacity: .6;
}
.cid-utkpGhX81R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpGhX81R .navbar-caption {
  color: #000000;
}
.cid-utkpGhX81R .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpGhX81R .mbr-section-subtitle,
.cid-utkpGhX81R .text_widget,
.cid-utkpGhX81R .mbr-section-btn {
  text-align: center;
}
.cid-utkpGhX81R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAO7GDThRV {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAO7GDThRV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAO7GDThRV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAO7GDThRV .container {
    padding: 0 25px;
  }
}
.cid-uAO7GDThRV .row {
  margin: 0;
}
.cid-uAO7GDThRV .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAO7GDThRV .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAO7GDThRV .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAO7GDThRV .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAO7GDThRV .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAO7GDThRV .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAO7GDThRV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAO7GDThRV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAO7GDThRV .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAO7GDThRV .mbr-section-title {
  color: #000000;
}
.cid-uAO7GDThRV .mbr-text {
  color: #000000;
}
.cid-uAO7GDThRV .mbr-section-title,
.cid-uAO7GDThRV .mbr-section-btn,
.cid-uAO7GDThRV .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO6ZWpJrT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAO6ZWpJrT img,
.cid-uAO6ZWpJrT .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uAO6ZWpJrT .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uAO6ZWpJrT .item:focus,
.cid-uAO6ZWpJrT span:focus {
  outline: none;
}
.cid-uAO6ZWpJrT .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uAO6ZWpJrT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAO6ZWpJrT .item {
    margin-bottom: 1rem;
  }
}
.cid-uAO6ZWpJrT h5 {
  margin: 0;
}
.cid-uAO6ZWpJrT .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uAO6ZWpJrT .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uAO6ZWpJrT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAO6ZWpJrT .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uAO6ZWpJrT .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uAO6ZWpJrT .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uAO6ZWpJrT .item-wrapper {
    height: auto;
  }
}
.cid-uAO6ZWpJrT .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uAO6ZWpJrT .item-title {
  text-align: center;
}
.cid-uAO6ZWpJrT .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAO6ZWpJrT .mbr-text,
.cid-uAO6ZWpJrT .item .mbr-section-btn {
  text-align: center;
}
.cid-uAO6ZWpJrT .mbr-section-subtitle,
.cid-uAO6ZWpJrT .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANN61gPno {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANN61gPno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANN61gPno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANN61gPno .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANN61gPno .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANN61gPno .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANN61gPno .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANN61gPno .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANN61gPno .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANN61gPno .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANN61gPno .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANN61gPno .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANN61gPno .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANN61gPno .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANN61gPno .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANN61gPno .mbr-section-title {
  color: #404349;
}
.cid-uANN61gPno .mbr-text {
  color: #f0f0f0;
}
.cid-uANN61gPno .mbr-desc {
  color: #b19a7c;
}
.cid-uANN61gPno .mbr-desc,
.cid-uANN61gPno .desc-wrapper {
  color: #ffffff;
}
.cid-uANN61gPno .mbr-section-title,
.cid-uANN61gPno .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkpkow0e6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkpkow0e6 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkpkow0e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkpkow0e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkpkow0e6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkpkow0e6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkpkow0e6 .menu_box .navbar.opened,
  .cid-utkpkow0e6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkpkow0e6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkpkow0e6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkpkow0e6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkpkow0e6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkpkow0e6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkpkow0e6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkpkow0e6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkpkow0e6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkpkow0e6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkpkow0e6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkpkow0e6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkpkow0e6 .offcanvas-body .mbr-text,
  .cid-utkpkow0e6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkpkow0e6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkpkow0e6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkpkow0e6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkpkow0e6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkpkow0e6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkpkow0e6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkpkow0e6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkpkow0e6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkpkow0e6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpkow0e6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkpkow0e6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkpkow0e6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkpkow0e6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkpkow0e6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkpkow0e6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkpkow0e6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkpkow0e6 .nav-item {
    margin: 0 !important;
  }
}
.cid-utkpkow0e6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkpkow0e6 .nav-item .nav-link:hover,
.cid-utkpkow0e6 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkpkow0e6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkpkow0e6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkpkow0e6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkpkow0e6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkpkow0e6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkpkow0e6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkpkow0e6 .offcanvas_box {
    display: none;
  }
}
.cid-utkpkow0e6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkpkow0e6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkpkow0e6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkpkow0e6 .container {
  display: flex;
  margin: auto;
}
.cid-utkpkow0e6 .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkpkow0e6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkpkow0e6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkpkow0e6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkpkow0e6 .navbar-nav {
    margin: 0;
  }
}
.cid-utkpkow0e6 .dropdown-menu,
.cid-utkpkow0e6 .navbar.opened {
  background-color: true !important;
}
.cid-utkpkow0e6 .nav-item:focus,
.cid-utkpkow0e6 .nav-link:focus {
  outline: none;
}
.cid-utkpkow0e6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkpkow0e6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkpkow0e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkpkow0e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkpkow0e6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkpkow0e6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkpkow0e6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkpkow0e6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkpkow0e6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utkpkow0e6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkpkow0e6 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkpkow0e6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkpkow0e6 .navbar.collapsed {
  justify-content: center;
}
.cid-utkpkow0e6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkpkow0e6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkpkow0e6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkpkow0e6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkpkow0e6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkpkow0e6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkpkow0e6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkpkow0e6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkpkow0e6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkpkow0e6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkpkow0e6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkpkow0e6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkpkow0e6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkpkow0e6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkpkow0e6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkpkow0e6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkpkow0e6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkpkow0e6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkpkow0e6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkpkow0e6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkpkow0e6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkpkow0e6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkpkow0e6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkpkow0e6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkpkow0e6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkpkow0e6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkpkow0e6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkpkow0e6 .dropdown-item.active,
.cid-utkpkow0e6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utkpkow0e6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkpkow0e6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkpkow0e6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkpkow0e6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkpkow0e6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkpkow0e6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkpkow0e6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkpkow0e6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkpkow0e6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkpkow0e6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpkow0e6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkpkow0e6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkpkow0e6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpkow0e6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkpkow0e6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkpkow0e6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkpkow0e6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkpkow0e6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkpkow0e6 .navbar {
    height: 70px;
  }
  .cid-utkpkow0e6 .navbar.opened {
    height: auto;
  }
  .cid-utkpkow0e6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkpkow0e6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkpkow0e6 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkpkow0e6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkpkow0e6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkpkow0e6 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkpkow0e6 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkpkow0e6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkpkow0e6 .text_widget {
  margin-bottom: 32px;
}
.cid-utkpkow0e6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkpkow0e6 .text_widget a:hover,
.cid-utkpkow0e6 .text_widget a:focus {
  opacity: .6;
}
.cid-utkpkow0e6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkpkow0e6 .navbar-caption {
  color: #000000;
}
.cid-utkpkow0e6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkpkow0e6 .mbr-section-subtitle,
.cid-utkpkow0e6 .text_widget,
.cid-utkpkow0e6 .mbr-section-btn {
  text-align: center;
}
.cid-utkpkow0e6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAOf7q1Exi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAOf7q1Exi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOf7q1Exi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAOf7q1Exi .container {
    padding: 0 25px;
  }
}
.cid-uAOf7q1Exi .row {
  margin: 0;
}
.cid-uAOf7q1Exi .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAOf7q1Exi .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAOf7q1Exi .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAOf7q1Exi .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAOf7q1Exi .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAOf7q1Exi .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAOf7q1Exi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOf7q1Exi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOf7q1Exi .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAOf7q1Exi .mbr-section-title {
  color: #000000;
}
.cid-uAOf7q1Exi .mbr-text {
  color: #000000;
}
.cid-uAOf7q1Exi .mbr-section-title,
.cid-uAOf7q1Exi .mbr-section-btn,
.cid-uAOf7q1Exi .logo-wrapper {
  color: #0f2f67;
}
.cid-utkpkpldcD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-utkpkpldcD img,
.cid-utkpkpldcD .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-utkpkpldcD .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-utkpkpldcD .item:focus,
.cid-utkpkpldcD span:focus {
  outline: none;
}
.cid-utkpkpldcD .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-utkpkpldcD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utkpkpldcD .item {
    margin-bottom: 1rem;
  }
}
.cid-utkpkpldcD h5 {
  margin: 0;
}
.cid-utkpkpldcD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-utkpkpldcD .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-utkpkpldcD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-utkpkpldcD .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-utkpkpldcD .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-utkpkpldcD .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-utkpkpldcD .item-wrapper {
    height: auto;
  }
}
.cid-utkpkpldcD .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-utkpkpldcD .item-title {
  text-align: center;
}
.cid-utkpkpldcD .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-utkpkpldcD .mbr-text,
.cid-utkpkpldcD .item .mbr-section-btn {
  text-align: center;
}
.cid-utkpkpldcD .mbr-section-subtitle,
.cid-utkpkpldcD .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANMfdcTCX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANMfdcTCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANMfdcTCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANMfdcTCX .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANMfdcTCX .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANMfdcTCX .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANMfdcTCX .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANMfdcTCX .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANMfdcTCX .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANMfdcTCX .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANMfdcTCX .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANMfdcTCX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANMfdcTCX .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANMfdcTCX .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANMfdcTCX .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANMfdcTCX .mbr-section-title {
  color: #404349;
}
.cid-uANMfdcTCX .mbr-text {
  color: #f0f0f0;
}
.cid-uANMfdcTCX .mbr-desc {
  color: #b19a7c;
}
.cid-uANMfdcTCX .mbr-desc,
.cid-uANMfdcTCX .desc-wrapper {
  color: #ffffff;
}
.cid-uANMfdcTCX .mbr-section-title,
.cid-uANMfdcTCX .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utgasmyA6J {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utgasmyA6J .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utgasmyA6J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utgasmyA6J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utgasmyA6J .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utgasmyA6J .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utgasmyA6J .menu_box .navbar.opened,
  .cid-utgasmyA6J .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utgasmyA6J nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utgasmyA6J .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utgasmyA6J .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utgasmyA6J .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utgasmyA6J .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utgasmyA6J .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utgasmyA6J .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utgasmyA6J .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utgasmyA6J .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utgasmyA6J .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utgasmyA6J .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utgasmyA6J .offcanvas-body .mbr-text,
  .cid-utgasmyA6J .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utgasmyA6J .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utgasmyA6J .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utgasmyA6J .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utgasmyA6J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utgasmyA6J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utgasmyA6J .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utgasmyA6J .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utgasmyA6J ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utgasmyA6J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utgasmyA6J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utgasmyA6J .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utgasmyA6J li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utgasmyA6J .lg_brand {
    margin: 0 1rem;
  }
  .cid-utgasmyA6J .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utgasmyA6J .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utgasmyA6J .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utgasmyA6J .nav-item {
    margin: 0 !important;
  }
}
.cid-utgasmyA6J .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utgasmyA6J .nav-item .nav-link:hover,
.cid-utgasmyA6J .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utgasmyA6J .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utgasmyA6J .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utgasmyA6J .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utgasmyA6J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utgasmyA6J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utgasmyA6J .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utgasmyA6J .offcanvas_box {
    display: none;
  }
}
.cid-utgasmyA6J .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utgasmyA6J .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utgasmyA6J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utgasmyA6J .container {
  display: flex;
  margin: auto;
}
.cid-utgasmyA6J .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utgasmyA6J .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utgasmyA6J .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utgasmyA6J .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utgasmyA6J .navbar-nav {
    margin: 0;
  }
}
.cid-utgasmyA6J .dropdown-menu,
.cid-utgasmyA6J .navbar.opened {
  background-color: true !important;
}
.cid-utgasmyA6J .nav-item:focus,
.cid-utgasmyA6J .nav-link:focus {
  outline: none;
}
.cid-utgasmyA6J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utgasmyA6J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utgasmyA6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utgasmyA6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utgasmyA6J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utgasmyA6J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utgasmyA6J .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utgasmyA6J .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utgasmyA6J .navbar.opened {
  transition: all 0.3s;
}
.cid-utgasmyA6J .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utgasmyA6J .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utgasmyA6J .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utgasmyA6J .navbar.collapsed {
  justify-content: center;
}
.cid-utgasmyA6J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utgasmyA6J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utgasmyA6J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utgasmyA6J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utgasmyA6J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utgasmyA6J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utgasmyA6J .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utgasmyA6J .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utgasmyA6J .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utgasmyA6J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utgasmyA6J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utgasmyA6J .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utgasmyA6J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utgasmyA6J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utgasmyA6J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utgasmyA6J .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utgasmyA6J .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utgasmyA6J .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utgasmyA6J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utgasmyA6J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utgasmyA6J .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utgasmyA6J .navbar.navbar-short {
  min-height: 60px;
}
.cid-utgasmyA6J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utgasmyA6J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utgasmyA6J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utgasmyA6J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utgasmyA6J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utgasmyA6J .dropdown-item.active,
.cid-utgasmyA6J .dropdown-item:active {
  background-color: transparent;
}
.cid-utgasmyA6J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utgasmyA6J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utgasmyA6J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utgasmyA6J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utgasmyA6J ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utgasmyA6J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utgasmyA6J button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utgasmyA6J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utgasmyA6J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utgasmyA6J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utgasmyA6J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utgasmyA6J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utgasmyA6J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utgasmyA6J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utgasmyA6J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utgasmyA6J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utgasmyA6J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utgasmyA6J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utgasmyA6J .navbar {
    height: 70px;
  }
  .cid-utgasmyA6J .navbar.opened {
    height: auto;
  }
  .cid-utgasmyA6J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utgasmyA6J .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utgasmyA6J .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utgasmyA6J .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utgasmyA6J .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utgasmyA6J .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utgasmyA6J .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utgasmyA6J .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utgasmyA6J .text_widget {
  margin-bottom: 32px;
}
.cid-utgasmyA6J .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utgasmyA6J .text_widget a:hover,
.cid-utgasmyA6J .text_widget a:focus {
  opacity: .6;
}
.cid-utgasmyA6J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utgasmyA6J .navbar-caption {
  color: #000000;
}
.cid-utgasmyA6J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utgasmyA6J .mbr-section-subtitle,
.cid-utgasmyA6J .text_widget,
.cid-utgasmyA6J .mbr-section-btn {
  text-align: center;
}
.cid-utgasmyA6J a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAO2lPQa9P {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAO2lPQa9P .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAO2lPQa9P .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAO2lPQa9P .container {
    padding: 0 25px;
  }
}
.cid-uAO2lPQa9P .row {
  margin: 0;
}
.cid-uAO2lPQa9P .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAO2lPQa9P .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAO2lPQa9P .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAO2lPQa9P .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAO2lPQa9P .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAO2lPQa9P .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAO2lPQa9P .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAO2lPQa9P .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAO2lPQa9P .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAO2lPQa9P .mbr-section-title {
  color: #000000;
}
.cid-uAO2lPQa9P .mbr-text {
  color: #000000;
}
.cid-uAO2lPQa9P .mbr-section-title,
.cid-uAO2lPQa9P .mbr-section-btn,
.cid-uAO2lPQa9P .logo-wrapper {
  color: #0f2f67;
}
.cid-utPXENKl3p {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-utPXENKl3p img,
.cid-utPXENKl3p .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 400px;
  height: 400px;
}
.cid-utPXENKl3p .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-utPXENKl3p .item:focus,
.cid-utPXENKl3p span:focus {
  outline: none;
}
.cid-utPXENKl3p .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-utPXENKl3p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-utPXENKl3p .item {
    margin-bottom: 1rem;
  }
}
.cid-utPXENKl3p h5 {
  margin: 0;
}
.cid-utPXENKl3p .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-utPXENKl3p .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-utPXENKl3p .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-utPXENKl3p .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-utPXENKl3p .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-utPXENKl3p .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-utPXENKl3p .item-wrapper {
    height: auto;
  }
}
.cid-utPXENKl3p .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-utPXENKl3p .item-title {
  text-align: center;
}
.cid-utPXENKl3p .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-utPXENKl3p .mbr-text,
.cid-utPXENKl3p .item .mbr-section-btn {
  text-align: center;
}
.cid-utPXENKl3p .mbr-section-subtitle,
.cid-utPXENKl3p .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANLfTvflH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANLfTvflH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANLfTvflH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANLfTvflH .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANLfTvflH .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANLfTvflH .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANLfTvflH .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANLfTvflH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANLfTvflH .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANLfTvflH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANLfTvflH .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANLfTvflH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANLfTvflH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANLfTvflH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANLfTvflH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANLfTvflH .mbr-section-title {
  color: #404349;
}
.cid-uANLfTvflH .mbr-text {
  color: #f0f0f0;
}
.cid-uANLfTvflH .mbr-desc {
  color: #b19a7c;
}
.cid-uANLfTvflH .mbr-desc,
.cid-uANLfTvflH .desc-wrapper {
  color: #ffffff;
}
.cid-uANLfTvflH .mbr-section-title,
.cid-uANLfTvflH .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utgaBTdWnn {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utgaBTdWnn .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utgaBTdWnn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utgaBTdWnn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utgaBTdWnn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utgaBTdWnn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utgaBTdWnn .menu_box .navbar.opened,
  .cid-utgaBTdWnn .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utgaBTdWnn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utgaBTdWnn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utgaBTdWnn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utgaBTdWnn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utgaBTdWnn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utgaBTdWnn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utgaBTdWnn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utgaBTdWnn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utgaBTdWnn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utgaBTdWnn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utgaBTdWnn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utgaBTdWnn .offcanvas-body .mbr-text,
  .cid-utgaBTdWnn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utgaBTdWnn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utgaBTdWnn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utgaBTdWnn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utgaBTdWnn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utgaBTdWnn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utgaBTdWnn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utgaBTdWnn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utgaBTdWnn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utgaBTdWnn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utgaBTdWnn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utgaBTdWnn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utgaBTdWnn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utgaBTdWnn .lg_brand {
    margin: 0 1rem;
  }
  .cid-utgaBTdWnn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utgaBTdWnn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utgaBTdWnn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utgaBTdWnn .nav-item {
    margin: 0 !important;
  }
}
.cid-utgaBTdWnn .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utgaBTdWnn .nav-item .nav-link:hover,
.cid-utgaBTdWnn .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utgaBTdWnn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utgaBTdWnn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utgaBTdWnn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utgaBTdWnn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utgaBTdWnn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utgaBTdWnn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utgaBTdWnn .offcanvas_box {
    display: none;
  }
}
.cid-utgaBTdWnn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utgaBTdWnn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utgaBTdWnn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utgaBTdWnn .container {
  display: flex;
  margin: auto;
}
.cid-utgaBTdWnn .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utgaBTdWnn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utgaBTdWnn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utgaBTdWnn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utgaBTdWnn .navbar-nav {
    margin: 0;
  }
}
.cid-utgaBTdWnn .dropdown-menu,
.cid-utgaBTdWnn .navbar.opened {
  background-color: true !important;
}
.cid-utgaBTdWnn .nav-item:focus,
.cid-utgaBTdWnn .nav-link:focus {
  outline: none;
}
.cid-utgaBTdWnn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utgaBTdWnn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utgaBTdWnn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utgaBTdWnn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utgaBTdWnn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utgaBTdWnn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utgaBTdWnn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utgaBTdWnn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utgaBTdWnn .navbar.opened {
  transition: all 0.3s;
}
.cid-utgaBTdWnn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utgaBTdWnn .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utgaBTdWnn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utgaBTdWnn .navbar.collapsed {
  justify-content: center;
}
.cid-utgaBTdWnn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utgaBTdWnn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utgaBTdWnn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utgaBTdWnn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utgaBTdWnn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utgaBTdWnn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utgaBTdWnn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utgaBTdWnn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utgaBTdWnn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utgaBTdWnn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utgaBTdWnn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utgaBTdWnn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utgaBTdWnn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utgaBTdWnn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utgaBTdWnn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utgaBTdWnn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utgaBTdWnn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utgaBTdWnn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utgaBTdWnn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utgaBTdWnn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utgaBTdWnn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utgaBTdWnn .navbar.navbar-short {
  min-height: 60px;
}
.cid-utgaBTdWnn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utgaBTdWnn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utgaBTdWnn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utgaBTdWnn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utgaBTdWnn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utgaBTdWnn .dropdown-item.active,
.cid-utgaBTdWnn .dropdown-item:active {
  background-color: transparent;
}
.cid-utgaBTdWnn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utgaBTdWnn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utgaBTdWnn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utgaBTdWnn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utgaBTdWnn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utgaBTdWnn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utgaBTdWnn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utgaBTdWnn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utgaBTdWnn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utgaBTdWnn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utgaBTdWnn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utgaBTdWnn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utgaBTdWnn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utgaBTdWnn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utgaBTdWnn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utgaBTdWnn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utgaBTdWnn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utgaBTdWnn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utgaBTdWnn .navbar {
    height: 70px;
  }
  .cid-utgaBTdWnn .navbar.opened {
    height: auto;
  }
  .cid-utgaBTdWnn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utgaBTdWnn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utgaBTdWnn .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utgaBTdWnn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utgaBTdWnn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utgaBTdWnn .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utgaBTdWnn .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utgaBTdWnn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utgaBTdWnn .text_widget {
  margin-bottom: 32px;
}
.cid-utgaBTdWnn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utgaBTdWnn .text_widget a:hover,
.cid-utgaBTdWnn .text_widget a:focus {
  opacity: .6;
}
.cid-utgaBTdWnn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utgaBTdWnn .navbar-caption {
  color: #000000;
}
.cid-utgaBTdWnn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utgaBTdWnn .mbr-section-subtitle,
.cid-utgaBTdWnn .text_widget,
.cid-utgaBTdWnn .mbr-section-btn {
  text-align: center;
}
.cid-utgaBTdWnn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAO1yf1j5u {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAO1yf1j5u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAO1yf1j5u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAO1yf1j5u .container {
    padding: 0 25px;
  }
}
.cid-uAO1yf1j5u .row {
  margin: 0;
}
.cid-uAO1yf1j5u .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAO1yf1j5u .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAO1yf1j5u .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAO1yf1j5u .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAO1yf1j5u .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAO1yf1j5u .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAO1yf1j5u .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAO1yf1j5u .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAO1yf1j5u .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAO1yf1j5u .mbr-section-title {
  color: #000000;
}
.cid-uAO1yf1j5u .mbr-text {
  color: #000000;
}
.cid-uAO1yf1j5u .mbr-section-title,
.cid-uAO1yf1j5u .mbr-section-btn,
.cid-uAO1yf1j5u .logo-wrapper {
  color: #0f2f67;
}
.cid-uAO1vzSjGb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAO1vzSjGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAO1vzSjGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAO1vzSjGb .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uAO1vzSjGb .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .container {
    padding: 0 20px;
  }
}
.cid-uAO1vzSjGb .card {
  justify-content: flex-end;
}
.cid-uAO1vzSjGb .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAO1vzSjGb .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uAO1vzSjGb .link-wrapper:hover .mbr-link::before,
.cid-uAO1vzSjGb .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uAO1vzSjGb .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uAO1vzSjGb .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uAO1vzSjGb .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-uAO1vzSjGb .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 210px;
  height: 150px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-uAO1vzSjGb .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-uAO1vzSjGb .mbr-section-title {
  color: #000000;
}
.cid-uAO1vzSjGb .mbr-link,
.cid-uAO1vzSjGb .link-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uAO1vzSjGb .card-title {
  color: #000000;
}
.cid-uAO1vzSjGb .card-text {
  color: #9a9a9a;
}
.cid-uAO1vzSjGb .card-number {
  color: #000000;
}
.cid-uANKiBaNKb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANKiBaNKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANKiBaNKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANKiBaNKb .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANKiBaNKb .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANKiBaNKb .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANKiBaNKb .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANKiBaNKb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANKiBaNKb .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANKiBaNKb .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANKiBaNKb .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANKiBaNKb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANKiBaNKb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANKiBaNKb .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANKiBaNKb .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANKiBaNKb .mbr-section-title {
  color: #404349;
}
.cid-uANKiBaNKb .mbr-text {
  color: #f0f0f0;
}
.cid-uANKiBaNKb .mbr-desc {
  color: #b19a7c;
}
.cid-uANKiBaNKb .mbr-desc,
.cid-uANKiBaNKb .desc-wrapper {
  color: #ffffff;
}
.cid-uANKiBaNKb .mbr-section-title,
.cid-uANKiBaNKb .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utkoETksu2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utkoETksu2 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utkoETksu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utkoETksu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utkoETksu2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utkoETksu2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utkoETksu2 .menu_box .navbar.opened,
  .cid-utkoETksu2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utkoETksu2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utkoETksu2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utkoETksu2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utkoETksu2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utkoETksu2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utkoETksu2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utkoETksu2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utkoETksu2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utkoETksu2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utkoETksu2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utkoETksu2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utkoETksu2 .offcanvas-body .mbr-text,
  .cid-utkoETksu2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utkoETksu2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utkoETksu2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utkoETksu2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utkoETksu2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utkoETksu2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utkoETksu2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utkoETksu2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utkoETksu2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utkoETksu2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkoETksu2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utkoETksu2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utkoETksu2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utkoETksu2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-utkoETksu2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utkoETksu2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utkoETksu2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utkoETksu2 .nav-item {
    margin: 0 !important;
  }
}
.cid-utkoETksu2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utkoETksu2 .nav-item .nav-link:hover,
.cid-utkoETksu2 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utkoETksu2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utkoETksu2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utkoETksu2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utkoETksu2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utkoETksu2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utkoETksu2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utkoETksu2 .offcanvas_box {
    display: none;
  }
}
.cid-utkoETksu2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utkoETksu2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utkoETksu2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utkoETksu2 .container {
  display: flex;
  margin: auto;
}
.cid-utkoETksu2 .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utkoETksu2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utkoETksu2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utkoETksu2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utkoETksu2 .navbar-nav {
    margin: 0;
  }
}
.cid-utkoETksu2 .dropdown-menu,
.cid-utkoETksu2 .navbar.opened {
  background-color: true !important;
}
.cid-utkoETksu2 .nav-item:focus,
.cid-utkoETksu2 .nav-link:focus {
  outline: none;
}
.cid-utkoETksu2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utkoETksu2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkoETksu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utkoETksu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utkoETksu2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkoETksu2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkoETksu2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utkoETksu2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utkoETksu2 .navbar.opened {
  transition: all 0.3s;
}
.cid-utkoETksu2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utkoETksu2 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utkoETksu2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utkoETksu2 .navbar.collapsed {
  justify-content: center;
}
.cid-utkoETksu2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utkoETksu2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utkoETksu2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utkoETksu2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utkoETksu2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utkoETksu2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utkoETksu2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utkoETksu2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utkoETksu2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utkoETksu2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utkoETksu2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utkoETksu2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utkoETksu2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utkoETksu2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utkoETksu2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utkoETksu2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utkoETksu2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utkoETksu2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utkoETksu2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utkoETksu2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utkoETksu2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utkoETksu2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utkoETksu2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utkoETksu2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utkoETksu2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utkoETksu2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utkoETksu2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utkoETksu2 .dropdown-item.active,
.cid-utkoETksu2 .dropdown-item:active {
  background-color: transparent;
}
.cid-utkoETksu2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utkoETksu2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utkoETksu2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utkoETksu2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkoETksu2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utkoETksu2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utkoETksu2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utkoETksu2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utkoETksu2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utkoETksu2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkoETksu2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utkoETksu2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utkoETksu2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkoETksu2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utkoETksu2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utkoETksu2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utkoETksu2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utkoETksu2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utkoETksu2 .navbar {
    height: 70px;
  }
  .cid-utkoETksu2 .navbar.opened {
    height: auto;
  }
  .cid-utkoETksu2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utkoETksu2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utkoETksu2 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utkoETksu2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utkoETksu2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utkoETksu2 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utkoETksu2 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utkoETksu2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utkoETksu2 .text_widget {
  margin-bottom: 32px;
}
.cid-utkoETksu2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utkoETksu2 .text_widget a:hover,
.cid-utkoETksu2 .text_widget a:focus {
  opacity: .6;
}
.cid-utkoETksu2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utkoETksu2 .navbar-caption {
  color: #000000;
}
.cid-utkoETksu2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utkoETksu2 .mbr-section-subtitle,
.cid-utkoETksu2 .text_widget,
.cid-utkoETksu2 .mbr-section-btn {
  text-align: center;
}
.cid-utkoETksu2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAO0B81jdn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uAO0B81jdn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAO0B81jdn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAO0B81jdn .container {
    padding: 0 25px;
  }
}
.cid-uAO0B81jdn .row {
  margin: 0;
}
.cid-uAO0B81jdn .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAO0B81jdn .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uAO0B81jdn .image-wrapper {
    min-height: 350px;
  }
}
.cid-uAO0B81jdn .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAO0B81jdn .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAO0B81jdn .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uAO0B81jdn .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAO0B81jdn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAO0B81jdn .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAO0B81jdn .mbr-section-title {
  color: #000000;
}
.cid-uAO0B81jdn .mbr-text {
  color: #000000;
}
.cid-uAO0B81jdn .mbr-section-title,
.cid-uAO0B81jdn .mbr-section-btn,
.cid-uAO0B81jdn .logo-wrapper {
  color: #0f2f67;
}
.cid-uANXDOR2jP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uANXDOR2jP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANXDOR2jP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANXDOR2jP .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uANXDOR2jP .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .container {
    padding: 0 20px;
  }
}
.cid-uANXDOR2jP .card {
  justify-content: flex-end;
}
.cid-uANXDOR2jP .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uANXDOR2jP .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uANXDOR2jP .link-wrapper:hover .mbr-link::before,
.cid-uANXDOR2jP .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uANXDOR2jP .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uANXDOR2jP .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uANXDOR2jP .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-uANXDOR2jP .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 210px;
  height: 150px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-uANXDOR2jP .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-uANXDOR2jP .mbr-section-title {
  color: #000000;
}
.cid-uANXDOR2jP .mbr-link,
.cid-uANXDOR2jP .link-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uANXDOR2jP .card-title {
  color: #000000;
}
.cid-uANXDOR2jP .card-text {
  color: #9a9a9a;
}
.cid-uANXDOR2jP .card-number {
  color: #000000;
}
.cid-uANK7PPtsM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANK7PPtsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANK7PPtsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANK7PPtsM .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANK7PPtsM .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANK7PPtsM .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANK7PPtsM .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANK7PPtsM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANK7PPtsM .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANK7PPtsM .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANK7PPtsM .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANK7PPtsM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANK7PPtsM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANK7PPtsM .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANK7PPtsM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANK7PPtsM .mbr-section-title {
  color: #404349;
}
.cid-uANK7PPtsM .mbr-text {
  color: #f0f0f0;
}
.cid-uANK7PPtsM .mbr-desc {
  color: #b19a7c;
}
.cid-uANK7PPtsM .mbr-desc,
.cid-uANK7PPtsM .desc-wrapper {
  color: #ffffff;
}
.cid-uANK7PPtsM .mbr-section-title,
.cid-uANK7PPtsM .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utgalYDWyC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utgalYDWyC .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utgalYDWyC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utgalYDWyC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utgalYDWyC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utgalYDWyC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utgalYDWyC .menu_box .navbar.opened,
  .cid-utgalYDWyC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utgalYDWyC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utgalYDWyC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utgalYDWyC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utgalYDWyC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utgalYDWyC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utgalYDWyC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utgalYDWyC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utgalYDWyC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utgalYDWyC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utgalYDWyC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utgalYDWyC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utgalYDWyC .offcanvas-body .mbr-text,
  .cid-utgalYDWyC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utgalYDWyC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utgalYDWyC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utgalYDWyC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utgalYDWyC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utgalYDWyC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utgalYDWyC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utgalYDWyC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utgalYDWyC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utgalYDWyC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utgalYDWyC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utgalYDWyC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utgalYDWyC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utgalYDWyC .lg_brand {
    margin: 0 1rem;
  }
  .cid-utgalYDWyC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utgalYDWyC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utgalYDWyC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utgalYDWyC .nav-item {
    margin: 0 !important;
  }
}
.cid-utgalYDWyC .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utgalYDWyC .nav-item .nav-link:hover,
.cid-utgalYDWyC .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utgalYDWyC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utgalYDWyC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utgalYDWyC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utgalYDWyC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utgalYDWyC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utgalYDWyC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utgalYDWyC .offcanvas_box {
    display: none;
  }
}
.cid-utgalYDWyC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utgalYDWyC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utgalYDWyC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utgalYDWyC .container {
  display: flex;
  margin: auto;
}
.cid-utgalYDWyC .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utgalYDWyC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utgalYDWyC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utgalYDWyC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utgalYDWyC .navbar-nav {
    margin: 0;
  }
}
.cid-utgalYDWyC .dropdown-menu,
.cid-utgalYDWyC .navbar.opened {
  background-color: true !important;
}
.cid-utgalYDWyC .nav-item:focus,
.cid-utgalYDWyC .nav-link:focus {
  outline: none;
}
.cid-utgalYDWyC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utgalYDWyC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utgalYDWyC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utgalYDWyC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utgalYDWyC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utgalYDWyC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utgalYDWyC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utgalYDWyC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utgalYDWyC .navbar.opened {
  transition: all 0.3s;
}
.cid-utgalYDWyC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utgalYDWyC .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utgalYDWyC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utgalYDWyC .navbar.collapsed {
  justify-content: center;
}
.cid-utgalYDWyC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utgalYDWyC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utgalYDWyC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utgalYDWyC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utgalYDWyC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utgalYDWyC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utgalYDWyC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utgalYDWyC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utgalYDWyC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utgalYDWyC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utgalYDWyC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utgalYDWyC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utgalYDWyC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utgalYDWyC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utgalYDWyC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utgalYDWyC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utgalYDWyC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utgalYDWyC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utgalYDWyC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utgalYDWyC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utgalYDWyC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utgalYDWyC .navbar.navbar-short {
  min-height: 60px;
}
.cid-utgalYDWyC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utgalYDWyC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utgalYDWyC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utgalYDWyC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utgalYDWyC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utgalYDWyC .dropdown-item.active,
.cid-utgalYDWyC .dropdown-item:active {
  background-color: transparent;
}
.cid-utgalYDWyC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utgalYDWyC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utgalYDWyC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utgalYDWyC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utgalYDWyC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utgalYDWyC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utgalYDWyC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utgalYDWyC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utgalYDWyC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utgalYDWyC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utgalYDWyC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utgalYDWyC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utgalYDWyC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utgalYDWyC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utgalYDWyC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utgalYDWyC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utgalYDWyC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utgalYDWyC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utgalYDWyC .navbar {
    height: 70px;
  }
  .cid-utgalYDWyC .navbar.opened {
    height: auto;
  }
  .cid-utgalYDWyC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utgalYDWyC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utgalYDWyC .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utgalYDWyC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utgalYDWyC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utgalYDWyC .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utgalYDWyC .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utgalYDWyC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utgalYDWyC .text_widget {
  margin-bottom: 32px;
}
.cid-utgalYDWyC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utgalYDWyC .text_widget a:hover,
.cid-utgalYDWyC .text_widget a:focus {
  opacity: .6;
}
.cid-utgalYDWyC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utgalYDWyC .navbar-caption {
  color: #000000;
}
.cid-utgalYDWyC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utgalYDWyC .mbr-section-subtitle,
.cid-utgalYDWyC .text_widget,
.cid-utgalYDWyC .mbr-section-btn {
  text-align: center;
}
.cid-utgalYDWyC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uANJDhcJ38 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uANJDhcJ38 img,
.cid-uANJDhcJ38 .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 500px;
  height: 500px;
}
.cid-uANJDhcJ38 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uANJDhcJ38 .item:focus,
.cid-uANJDhcJ38 span:focus {
  outline: none;
}
.cid-uANJDhcJ38 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uANJDhcJ38 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uANJDhcJ38 .item {
    margin-bottom: 1rem;
  }
}
.cid-uANJDhcJ38 h5 {
  margin: 0;
}
.cid-uANJDhcJ38 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uANJDhcJ38 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uANJDhcJ38 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uANJDhcJ38 .item-wrapper:hover .item-img {
  border: 1px solid #000000;
}
.cid-uANJDhcJ38 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uANJDhcJ38 .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uANJDhcJ38 .item-wrapper {
    height: auto;
  }
}
.cid-uANJDhcJ38 .mbr-section-title {
  color: #0f2f67;
  text-align: center;
}
.cid-uANJDhcJ38 .item-title {
  text-align: center;
}
.cid-uANJDhcJ38 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uANJDhcJ38 .mbr-text,
.cid-uANJDhcJ38 .item .mbr-section-btn {
  text-align: center;
}
.cid-uANJDhcJ38 .mbr-section-subtitle,
.cid-uANJDhcJ38 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uANJntP0zs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uANJntP0zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANJntP0zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANJntP0zs .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uANJntP0zs .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uANJntP0zs .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uANJntP0zs .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uANJntP0zs .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uANJntP0zs .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uANJntP0zs .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uANJntP0zs .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uANJntP0zs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANJntP0zs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uANJntP0zs .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uANJntP0zs .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uANJntP0zs .mbr-section-title {
  color: #404349;
}
.cid-uANJntP0zs .mbr-text {
  color: #f0f0f0;
}
.cid-uANJntP0zs .mbr-desc {
  color: #b19a7c;
}
.cid-uANJntP0zs .mbr-desc,
.cid-uANJntP0zs .desc-wrapper {
  color: #ffffff;
}
.cid-uANJntP0zs .mbr-section-title,
.cid-uANJntP0zs .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg9g4rsgg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg9g4rsgg .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg9g4rsgg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg9g4rsgg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg9g4rsgg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg9g4rsgg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg9g4rsgg .menu_box .navbar.opened,
  .cid-utg9g4rsgg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg9g4rsgg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg9g4rsgg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg9g4rsgg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg9g4rsgg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg9g4rsgg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg9g4rsgg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg9g4rsgg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg9g4rsgg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg9g4rsgg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg9g4rsgg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg9g4rsgg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg9g4rsgg .offcanvas-body .mbr-text,
  .cid-utg9g4rsgg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg9g4rsgg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg9g4rsgg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg9g4rsgg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg9g4rsgg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg9g4rsgg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg9g4rsgg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg9g4rsgg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg9g4rsgg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg9g4rsgg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg9g4rsgg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg9g4rsgg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg9g4rsgg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg9g4rsgg .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg9g4rsgg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg9g4rsgg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg9g4rsgg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg9g4rsgg .nav-item {
    margin: 0 !important;
  }
}
.cid-utg9g4rsgg .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg9g4rsgg .nav-item .nav-link:hover,
.cid-utg9g4rsgg .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg9g4rsgg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg9g4rsgg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg9g4rsgg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg9g4rsgg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg9g4rsgg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg9g4rsgg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg9g4rsgg .offcanvas_box {
    display: none;
  }
}
.cid-utg9g4rsgg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg9g4rsgg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg9g4rsgg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg9g4rsgg .container {
  display: flex;
  margin: auto;
}
.cid-utg9g4rsgg .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg9g4rsgg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg9g4rsgg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg9g4rsgg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg9g4rsgg .navbar-nav {
    margin: 0;
  }
}
.cid-utg9g4rsgg .dropdown-menu,
.cid-utg9g4rsgg .navbar.opened {
  background-color: true !important;
}
.cid-utg9g4rsgg .nav-item:focus,
.cid-utg9g4rsgg .nav-link:focus {
  outline: none;
}
.cid-utg9g4rsgg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg9g4rsgg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg9g4rsgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg9g4rsgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg9g4rsgg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg9g4rsgg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg9g4rsgg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg9g4rsgg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg9g4rsgg .navbar.opened {
  transition: all 0.3s;
}
.cid-utg9g4rsgg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg9g4rsgg .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg9g4rsgg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg9g4rsgg .navbar.collapsed {
  justify-content: center;
}
.cid-utg9g4rsgg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg9g4rsgg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg9g4rsgg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg9g4rsgg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg9g4rsgg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg9g4rsgg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg9g4rsgg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg9g4rsgg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg9g4rsgg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg9g4rsgg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg9g4rsgg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg9g4rsgg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg9g4rsgg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg9g4rsgg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg9g4rsgg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg9g4rsgg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg9g4rsgg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg9g4rsgg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg9g4rsgg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg9g4rsgg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg9g4rsgg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg9g4rsgg .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg9g4rsgg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg9g4rsgg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg9g4rsgg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg9g4rsgg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg9g4rsgg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg9g4rsgg .dropdown-item.active,
.cid-utg9g4rsgg .dropdown-item:active {
  background-color: transparent;
}
.cid-utg9g4rsgg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg9g4rsgg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg9g4rsgg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg9g4rsgg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg9g4rsgg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg9g4rsgg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg9g4rsgg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg9g4rsgg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg9g4rsgg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg9g4rsgg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg9g4rsgg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg9g4rsgg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg9g4rsgg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg9g4rsgg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg9g4rsgg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg9g4rsgg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg9g4rsgg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg9g4rsgg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg9g4rsgg .navbar {
    height: 70px;
  }
  .cid-utg9g4rsgg .navbar.opened {
    height: auto;
  }
  .cid-utg9g4rsgg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg9g4rsgg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg9g4rsgg .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg9g4rsgg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg9g4rsgg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg9g4rsgg .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg9g4rsgg .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg9g4rsgg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg9g4rsgg .text_widget {
  margin-bottom: 32px;
}
.cid-utg9g4rsgg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg9g4rsgg .text_widget a:hover,
.cid-utg9g4rsgg .text_widget a:focus {
  opacity: .6;
}
.cid-utg9g4rsgg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg9g4rsgg .navbar-caption {
  color: #000000;
}
.cid-utg9g4rsgg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg9g4rsgg .mbr-section-subtitle,
.cid-utg9g4rsgg .text_widget,
.cid-utg9g4rsgg .mbr-section-btn {
  text-align: center;
}
.cid-utg9g4rsgg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPVsEYt0c {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPVsEYt0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPVsEYt0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPVsEYt0c .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPVsEYt0c .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPVsEYt0c .container {
    padding: 0 25px;
  }
}
.cid-utPVsEYt0c .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPVsEYt0c .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPVsEYt0c .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPVsEYt0c .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPVsEYt0c .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPVsEYt0c .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPVsEYt0c .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPVsEYt0c .title-wrapper {
    padding: 0;
  }
}
.cid-utPVsEYt0c .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPVsEYt0c .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPVsEYt0c .mbr-section-title {
  color: #000000;
}
.cid-utPVsEYt0c .mbr-text {
  color: #000000;
}
.cid-utPVsEYt0c .mbr-section-title,
.cid-utPVsEYt0c .mbr-section-btn {
  color: #0f2f67;
}
.cid-uxSnvJy1C2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-uxSnvJy1C2 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxSnvJy1C2 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxSnvJy1C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSnvJy1C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxSnvJy1C2 .container {
    padding: 0 30px;
  }
}
.cid-uxSnvJy1C2 .row {
  justify-content: center;
}
.cid-uxSnvJy1C2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uxSnvJy1C2 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-uxSnvJy1C2 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uxSnvJy1C2 .mbr-desc {
  color: #fb0a0a;
}
.cid-uxSnvJy1C2 .mbr-section-title {
  color: #000000;
}
.cid-uxSnvJy1C2 .mbr-text {
  color: #232323;
}
.cid-uAIgDVunS8 {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uAIgDVunS8 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAIgDVunS8 .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uAIgDVunS8 .mbr-section-title {
  margin: 0;
}
.cid-uAIgDVunS8 .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAIgDVunS8 H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAIgDVunS8 H3 {
  text-align: center;
}
.cid-uEzt47ZRp2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uEzt47ZRp2 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uEzt47ZRp2 .mbr-shop .row {
  margin: 0;
}
.cid-uEzt47ZRp2 .container,
.cid-uEzt47ZRp2 .mbr-shop__row {
  padding: 0;
}
.cid-uEzt47ZRp2 .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-uEzt47ZRp2 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uEzt47ZRp2 .shop-item-price,
.cid-uEzt47ZRp2 .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uEzt47ZRp2 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uEzt47ZRp2 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uEzt47ZRp2 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uEzt47ZRp2 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uEzt47ZRp2 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uEzt47ZRp2 .mbr-shop .hide-modal {
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzt47ZRp2 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uEzt47ZRp2 .mbr-shop .filter-by-pu,
.cid-uEzt47ZRp2 .mbr-shop .filter-by-pd,
.cid-uEzt47ZRp2 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uEzt47ZRp2 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uEzt47ZRp2 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem h4,
.cid-uEzt47ZRp2 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem h5,
.cid-uEzt47ZRp2 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem p,
.cid-uEzt47ZRp2 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uEzt47ZRp2 .mbr-shop .item-button {
  text-align: center;
}
.cid-uEzt47ZRp2 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uEzt47ZRp2 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uEzt47ZRp2 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uEzt47ZRp2 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uEzt47ZRp2 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uEzt47ZRp2 .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uEzt47ZRp2 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uEzt47ZRp2 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uEzt47ZRp2 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uEzt47ZRp2 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uEzt47ZRp2 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uEzt47ZRp2 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uEzt47ZRp2 .mbr-shop .range-controls {
  position: relative;
}
.cid-uEzt47ZRp2 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uEzt47ZRp2 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uEzt47ZRp2 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uEzt47ZRp2 .mbr-shop .toggle:hover,
.cid-uEzt47ZRp2 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uEzt47ZRp2 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uEzt47ZRp2 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uEzt47ZRp2 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uEzt47ZRp2 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzt47ZRp2 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uEzt47ZRp2 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uEzt47ZRp2 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uEzt47ZRp2 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uEzt47ZRp2 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uEzt47ZRp2 .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzt47ZRp2 .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzt47ZRp2 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uEzt47ZRp2 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uEzt47ZRp2 .mbr-shop .shop-items .onsale,
.cid-uEzt47ZRp2 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uEzt47ZRp2 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uEzt47ZRp2 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uEzt47ZRp2 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uEzt47ZRp2 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uEzt47ZRp2 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uEzt47ZRp2 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uEzt47ZRp2 .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uEzt47ZRp2 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uEzt47ZRp2 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uEzt47ZRp2 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uEzt47ZRp2 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uEzt47ZRp2 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uEzt47ZRp2 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uEzt47ZRp2 .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uEzt47ZRp2 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uEzt47ZRp2 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEzt47ZRp2 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uEzt47ZRp2 .wrapper-shop-items {
    order: 1;
  }
  .cid-uEzt47ZRp2 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEzt47ZRp2 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uEzt47ZRp2 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uEzt47ZRp2 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uEzt47ZRp2 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uEzt47ZRp2 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uEzt47ZRp2 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uEzt47ZRp2 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uEzt47ZRp2 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uEzt47ZRp2 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uEzt47ZRp2 .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uEzt47ZRp2 .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-uEzt47ZRp2 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uEzt47ZRp2 .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uEzt47ZRp2 .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uEzt47ZRp2 .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uEzt47ZRp2 .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uEzt47ZRp2 .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uEzt47ZRp2 .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzt47ZRp2 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uEzt47ZRp2 .shop-item-price,
.cid-uEzt47ZRp2 .price-block {
  color: #cccccc;
}
.cid-uEzt47ZRp2 .shop-item-price,
.cid-uEzt47ZRp2 .price-block {
  text-align: center;
}
.cid-uEzt47ZRp2 .card-description {
  color: #0f2f67;
}
.cid-uEzt47ZRp2 .card-description P {
  text-align: left;
}
.cid-uAIhAqNgMu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAIhAqNgMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIhAqNgMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIhAqNgMu .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAIhAqNgMu .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAIhAqNgMu .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAIhAqNgMu .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIhAqNgMu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAIhAqNgMu .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIhAqNgMu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAIhAqNgMu .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAIhAqNgMu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAIhAqNgMu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAIhAqNgMu .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAIhAqNgMu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAIhAqNgMu .mbr-section-title {
  color: #404349;
}
.cid-uAIhAqNgMu .mbr-text {
  color: #f0f0f0;
}
.cid-uAIhAqNgMu .mbr-desc {
  color: #b19a7c;
}
.cid-uAIhAqNgMu .mbr-desc,
.cid-uAIhAqNgMu .desc-wrapper {
  color: #ffffff;
}
.cid-uAIhAqNgMu .mbr-section-title,
.cid-uAIhAqNgMu .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg97CyF0q {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg97CyF0q .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg97CyF0q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg97CyF0q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg97CyF0q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg97CyF0q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg97CyF0q .menu_box .navbar.opened,
  .cid-utg97CyF0q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg97CyF0q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg97CyF0q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg97CyF0q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg97CyF0q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg97CyF0q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg97CyF0q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg97CyF0q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg97CyF0q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg97CyF0q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg97CyF0q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg97CyF0q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg97CyF0q .offcanvas-body .mbr-text,
  .cid-utg97CyF0q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg97CyF0q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg97CyF0q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg97CyF0q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg97CyF0q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg97CyF0q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg97CyF0q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg97CyF0q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg97CyF0q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg97CyF0q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg97CyF0q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg97CyF0q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg97CyF0q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg97CyF0q .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg97CyF0q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg97CyF0q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg97CyF0q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg97CyF0q .nav-item {
    margin: 0 !important;
  }
}
.cid-utg97CyF0q .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg97CyF0q .nav-item .nav-link:hover,
.cid-utg97CyF0q .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg97CyF0q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg97CyF0q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg97CyF0q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg97CyF0q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg97CyF0q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg97CyF0q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg97CyF0q .offcanvas_box {
    display: none;
  }
}
.cid-utg97CyF0q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg97CyF0q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg97CyF0q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg97CyF0q .container {
  display: flex;
  margin: auto;
}
.cid-utg97CyF0q .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg97CyF0q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg97CyF0q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg97CyF0q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg97CyF0q .navbar-nav {
    margin: 0;
  }
}
.cid-utg97CyF0q .dropdown-menu,
.cid-utg97CyF0q .navbar.opened {
  background-color: true !important;
}
.cid-utg97CyF0q .nav-item:focus,
.cid-utg97CyF0q .nav-link:focus {
  outline: none;
}
.cid-utg97CyF0q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg97CyF0q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg97CyF0q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg97CyF0q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg97CyF0q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg97CyF0q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg97CyF0q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg97CyF0q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg97CyF0q .navbar.opened {
  transition: all 0.3s;
}
.cid-utg97CyF0q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg97CyF0q .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg97CyF0q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg97CyF0q .navbar.collapsed {
  justify-content: center;
}
.cid-utg97CyF0q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg97CyF0q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg97CyF0q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg97CyF0q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg97CyF0q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg97CyF0q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg97CyF0q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg97CyF0q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg97CyF0q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg97CyF0q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg97CyF0q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg97CyF0q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg97CyF0q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg97CyF0q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg97CyF0q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg97CyF0q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg97CyF0q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg97CyF0q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg97CyF0q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg97CyF0q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg97CyF0q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg97CyF0q .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg97CyF0q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg97CyF0q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg97CyF0q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg97CyF0q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg97CyF0q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg97CyF0q .dropdown-item.active,
.cid-utg97CyF0q .dropdown-item:active {
  background-color: transparent;
}
.cid-utg97CyF0q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg97CyF0q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg97CyF0q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg97CyF0q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg97CyF0q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg97CyF0q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg97CyF0q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg97CyF0q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg97CyF0q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg97CyF0q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg97CyF0q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg97CyF0q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg97CyF0q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg97CyF0q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg97CyF0q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg97CyF0q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg97CyF0q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg97CyF0q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg97CyF0q .navbar {
    height: 70px;
  }
  .cid-utg97CyF0q .navbar.opened {
    height: auto;
  }
  .cid-utg97CyF0q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg97CyF0q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg97CyF0q .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg97CyF0q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg97CyF0q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg97CyF0q .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg97CyF0q .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg97CyF0q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg97CyF0q .text_widget {
  margin-bottom: 32px;
}
.cid-utg97CyF0q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg97CyF0q .text_widget a:hover,
.cid-utg97CyF0q .text_widget a:focus {
  opacity: .6;
}
.cid-utg97CyF0q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg97CyF0q .navbar-caption {
  color: #000000;
}
.cid-utg97CyF0q .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg97CyF0q .mbr-section-subtitle,
.cid-utg97CyF0q .text_widget,
.cid-utg97CyF0q .mbr-section-btn {
  text-align: center;
}
.cid-utg97CyF0q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPVbMAZiQ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPVbMAZiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPVbMAZiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPVbMAZiQ .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPVbMAZiQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPVbMAZiQ .container {
    padding: 0 25px;
  }
}
.cid-utPVbMAZiQ .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPVbMAZiQ .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPVbMAZiQ .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPVbMAZiQ .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPVbMAZiQ .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPVbMAZiQ .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPVbMAZiQ .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPVbMAZiQ .title-wrapper {
    padding: 0;
  }
}
.cid-utPVbMAZiQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPVbMAZiQ .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPVbMAZiQ .mbr-section-title {
  color: #000000;
}
.cid-utPVbMAZiQ .mbr-text {
  color: #000000;
}
.cid-utPVbMAZiQ .mbr-section-title,
.cid-utPVbMAZiQ .mbr-section-btn {
  color: #0f2f67;
}
.cid-uxRRJb3ytH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-uxRRJb3ytH .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxRRJb3ytH .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxRRJb3ytH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRRJb3ytH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxRRJb3ytH .container {
    padding: 0 30px;
  }
}
.cid-uxRRJb3ytH .row {
  justify-content: center;
}
.cid-uxRRJb3ytH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uxRRJb3ytH .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-uxRRJb3ytH .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uxRRJb3ytH .mbr-desc {
  color: #fb0a0a;
}
.cid-uxRRJb3ytH .mbr-section-title {
  color: #000000;
}
.cid-uxRRJb3ytH .mbr-text {
  color: #232323;
}
.cid-uAIg2GW0eF {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uAIg2GW0eF .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAIg2GW0eF .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uAIg2GW0eF .mbr-section-title {
  margin: 0;
}
.cid-uAIg2GW0eF .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAIg2GW0eF H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAIg2GW0eF H3 {
  text-align: center;
}
.cid-uEzsToETRZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uEzsToETRZ .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uEzsToETRZ .mbr-shop .row {
  margin: 0;
}
.cid-uEzsToETRZ .container,
.cid-uEzsToETRZ .mbr-shop__row {
  padding: 0;
}
.cid-uEzsToETRZ .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-uEzsToETRZ .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uEzsToETRZ .shop-item-price,
.cid-uEzsToETRZ .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uEzsToETRZ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uEzsToETRZ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uEzsToETRZ .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uEzsToETRZ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uEzsToETRZ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uEzsToETRZ .mbr-shop .hide-modal {
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsToETRZ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uEzsToETRZ .mbr-shop .filter-by-pu,
.cid-uEzsToETRZ .mbr-shop .filter-by-pd,
.cid-uEzsToETRZ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uEzsToETRZ .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uEzsToETRZ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem h4,
.cid-uEzsToETRZ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem h5,
.cid-uEzsToETRZ .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem p,
.cid-uEzsToETRZ .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uEzsToETRZ .mbr-shop .item-button {
  text-align: center;
}
.cid-uEzsToETRZ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uEzsToETRZ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uEzsToETRZ .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uEzsToETRZ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uEzsToETRZ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uEzsToETRZ .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-item__hided h4,
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-item__hided h5,
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uEzsToETRZ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uEzsToETRZ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uEzsToETRZ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uEzsToETRZ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uEzsToETRZ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uEzsToETRZ .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uEzsToETRZ .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uEzsToETRZ .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uEzsToETRZ .mbr-shop .range-controls {
  position: relative;
}
.cid-uEzsToETRZ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uEzsToETRZ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uEzsToETRZ .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uEzsToETRZ .mbr-shop .toggle:hover,
.cid-uEzsToETRZ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uEzsToETRZ .mbr-shop .min-toggle {
  left: 0;
}
.cid-uEzsToETRZ .mbr-shop .max-toggle {
  right: 0;
}
.cid-uEzsToETRZ .mbr-shop .hided-by-price {
  display: none;
}
.cid-uEzsToETRZ .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uEzsToETRZ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uEzsToETRZ .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsToETRZ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uEzsToETRZ .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uEzsToETRZ .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uEzsToETRZ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uEzsToETRZ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uEzsToETRZ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uEzsToETRZ .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsToETRZ .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsToETRZ .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uEzsToETRZ .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uEzsToETRZ .mbr-shop .shop-items .onsale,
.cid-uEzsToETRZ .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uEzsToETRZ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uEzsToETRZ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uEzsToETRZ .mbr-shop .price-range {
  display: inline-block;
}
.cid-uEzsToETRZ .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uEzsToETRZ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uEzsToETRZ .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uEzsToETRZ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uEzsToETRZ .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uEzsToETRZ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uEzsToETRZ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uEzsToETRZ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uEzsToETRZ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uEzsToETRZ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uEzsToETRZ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uEzsToETRZ .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEzsToETRZ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uEzsToETRZ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uEzsToETRZ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEzsToETRZ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uEzsToETRZ .wrapper-shop-items {
    order: 1;
  }
  .cid-uEzsToETRZ .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEzsToETRZ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uEzsToETRZ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uEzsToETRZ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uEzsToETRZ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uEzsToETRZ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uEzsToETRZ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uEzsToETRZ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uEzsToETRZ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uEzsToETRZ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uEzsToETRZ .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uEzsToETRZ .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uEzsToETRZ .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-uEzsToETRZ .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uEzsToETRZ .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uEzsToETRZ .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uEzsToETRZ .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uEzsToETRZ .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uEzsToETRZ .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uEzsToETRZ .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzsToETRZ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uEzsToETRZ .shop-item-price,
.cid-uEzsToETRZ .price-block {
  color: #cccccc;
}
.cid-uEzsToETRZ .shop-item-price,
.cid-uEzsToETRZ .price-block {
  text-align: center;
}
.cid-uEzsToETRZ .card-description {
  color: #0f2f67;
}
.cid-uEzsToETRZ .card-description P {
  text-align: left;
}
.cid-uAIhp9d1ac {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAIhp9d1ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIhp9d1ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIhp9d1ac .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAIhp9d1ac .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAIhp9d1ac .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAIhp9d1ac .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIhp9d1ac .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAIhp9d1ac .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIhp9d1ac .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAIhp9d1ac .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAIhp9d1ac .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAIhp9d1ac .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAIhp9d1ac .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAIhp9d1ac .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAIhp9d1ac .mbr-section-title {
  color: #404349;
}
.cid-uAIhp9d1ac .mbr-text {
  color: #f0f0f0;
}
.cid-uAIhp9d1ac .mbr-desc {
  color: #b19a7c;
}
.cid-uAIhp9d1ac .mbr-desc,
.cid-uAIhp9d1ac .desc-wrapper {
  color: #ffffff;
}
.cid-uAIhp9d1ac .mbr-section-title,
.cid-uAIhp9d1ac .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg949NV87 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg949NV87 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg949NV87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg949NV87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg949NV87 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg949NV87 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg949NV87 .menu_box .navbar.opened,
  .cid-utg949NV87 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg949NV87 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg949NV87 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg949NV87 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg949NV87 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg949NV87 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg949NV87 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg949NV87 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg949NV87 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg949NV87 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg949NV87 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg949NV87 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg949NV87 .offcanvas-body .mbr-text,
  .cid-utg949NV87 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg949NV87 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg949NV87 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg949NV87 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg949NV87 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg949NV87 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg949NV87 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg949NV87 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg949NV87 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg949NV87 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg949NV87 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg949NV87 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg949NV87 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg949NV87 .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg949NV87 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg949NV87 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg949NV87 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg949NV87 .nav-item {
    margin: 0 !important;
  }
}
.cid-utg949NV87 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg949NV87 .nav-item .nav-link:hover,
.cid-utg949NV87 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg949NV87 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg949NV87 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg949NV87 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg949NV87 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg949NV87 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg949NV87 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg949NV87 .offcanvas_box {
    display: none;
  }
}
.cid-utg949NV87 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg949NV87 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg949NV87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg949NV87 .container {
  display: flex;
  margin: auto;
}
.cid-utg949NV87 .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg949NV87 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg949NV87 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg949NV87 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg949NV87 .navbar-nav {
    margin: 0;
  }
}
.cid-utg949NV87 .dropdown-menu,
.cid-utg949NV87 .navbar.opened {
  background-color: true !important;
}
.cid-utg949NV87 .nav-item:focus,
.cid-utg949NV87 .nav-link:focus {
  outline: none;
}
.cid-utg949NV87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg949NV87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg949NV87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg949NV87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg949NV87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg949NV87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg949NV87 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg949NV87 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg949NV87 .navbar.opened {
  transition: all 0.3s;
}
.cid-utg949NV87 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg949NV87 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg949NV87 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg949NV87 .navbar.collapsed {
  justify-content: center;
}
.cid-utg949NV87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg949NV87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg949NV87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg949NV87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg949NV87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg949NV87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg949NV87 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg949NV87 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg949NV87 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg949NV87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg949NV87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg949NV87 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg949NV87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg949NV87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg949NV87 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg949NV87 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg949NV87 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg949NV87 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg949NV87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg949NV87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg949NV87 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg949NV87 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg949NV87 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg949NV87 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg949NV87 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg949NV87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg949NV87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg949NV87 .dropdown-item.active,
.cid-utg949NV87 .dropdown-item:active {
  background-color: transparent;
}
.cid-utg949NV87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg949NV87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg949NV87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg949NV87 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg949NV87 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg949NV87 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg949NV87 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg949NV87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg949NV87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg949NV87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg949NV87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg949NV87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg949NV87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg949NV87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg949NV87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg949NV87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg949NV87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg949NV87 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg949NV87 .navbar {
    height: 70px;
  }
  .cid-utg949NV87 .navbar.opened {
    height: auto;
  }
  .cid-utg949NV87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg949NV87 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg949NV87 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg949NV87 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg949NV87 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg949NV87 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg949NV87 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg949NV87 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg949NV87 .text_widget {
  margin-bottom: 32px;
}
.cid-utg949NV87 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg949NV87 .text_widget a:hover,
.cid-utg949NV87 .text_widget a:focus {
  opacity: .6;
}
.cid-utg949NV87 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg949NV87 .navbar-caption {
  color: #000000;
}
.cid-utg949NV87 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg949NV87 .mbr-section-subtitle,
.cid-utg949NV87 .text_widget,
.cid-utg949NV87 .mbr-section-btn {
  text-align: center;
}
.cid-utg949NV87 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPUAkcND6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPUAkcND6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPUAkcND6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPUAkcND6 .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPUAkcND6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPUAkcND6 .container {
    padding: 0 25px;
  }
}
.cid-utPUAkcND6 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPUAkcND6 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPUAkcND6 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPUAkcND6 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPUAkcND6 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPUAkcND6 .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPUAkcND6 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPUAkcND6 .title-wrapper {
    padding: 0;
  }
}
.cid-utPUAkcND6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPUAkcND6 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPUAkcND6 .mbr-section-title {
  color: #000000;
}
.cid-utPUAkcND6 .mbr-text {
  color: #000000;
}
.cid-utPUAkcND6 .mbr-section-title,
.cid-utPUAkcND6 .mbr-section-btn {
  color: #0f2f67;
}
.cid-uxRLjQ8msl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-uxRLjQ8msl .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxRLjQ8msl .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxRLjQ8msl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRLjQ8msl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxRLjQ8msl .container {
    padding: 0 30px;
  }
}
.cid-uxRLjQ8msl .row {
  justify-content: center;
}
.cid-uxRLjQ8msl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uxRLjQ8msl .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-uxRLjQ8msl .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uxRLjQ8msl .mbr-desc {
  color: #fb0a0a;
}
.cid-uxRLjQ8msl .mbr-section-title {
  color: #000000;
}
.cid-uxRLjQ8msl .mbr-text {
  color: #232323;
}
.cid-uAIfCr2qdN {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uAIfCr2qdN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAIfCr2qdN .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uAIfCr2qdN .mbr-section-title {
  margin: 0;
}
.cid-uAIfCr2qdN .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAIfCr2qdN H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAIfCr2qdN H3 {
  text-align: center;
}
.cid-uEzsOhJFIy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uEzsOhJFIy .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uEzsOhJFIy .mbr-shop .row {
  margin: 0;
}
.cid-uEzsOhJFIy .container,
.cid-uEzsOhJFIy .mbr-shop__row {
  padding: 0;
}
.cid-uEzsOhJFIy .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-uEzsOhJFIy .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uEzsOhJFIy .shop-item-price,
.cid-uEzsOhJFIy .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uEzsOhJFIy .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uEzsOhJFIy .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uEzsOhJFIy .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uEzsOhJFIy .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uEzsOhJFIy .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uEzsOhJFIy .mbr-shop .hide-modal {
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsOhJFIy .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uEzsOhJFIy .mbr-shop .filter-by-pu,
.cid-uEzsOhJFIy .mbr-shop .filter-by-pd,
.cid-uEzsOhJFIy .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uEzsOhJFIy .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uEzsOhJFIy .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem h4,
.cid-uEzsOhJFIy .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem h5,
.cid-uEzsOhJFIy .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem p,
.cid-uEzsOhJFIy .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uEzsOhJFIy .mbr-shop .item-button {
  text-align: center;
}
.cid-uEzsOhJFIy .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uEzsOhJFIy .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uEzsOhJFIy .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uEzsOhJFIy .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uEzsOhJFIy .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uEzsOhJFIy .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item__hided h4,
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item__hided h5,
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uEzsOhJFIy .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uEzsOhJFIy .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uEzsOhJFIy .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uEzsOhJFIy .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uEzsOhJFIy .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uEzsOhJFIy .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uEzsOhJFIy .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uEzsOhJFIy .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uEzsOhJFIy .mbr-shop .range-controls {
  position: relative;
}
.cid-uEzsOhJFIy .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uEzsOhJFIy .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uEzsOhJFIy .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uEzsOhJFIy .mbr-shop .toggle:hover,
.cid-uEzsOhJFIy .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uEzsOhJFIy .mbr-shop .min-toggle {
  left: 0;
}
.cid-uEzsOhJFIy .mbr-shop .max-toggle {
  right: 0;
}
.cid-uEzsOhJFIy .mbr-shop .hided-by-price {
  display: none;
}
.cid-uEzsOhJFIy .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uEzsOhJFIy .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uEzsOhJFIy .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsOhJFIy .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uEzsOhJFIy .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uEzsOhJFIy .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uEzsOhJFIy .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uEzsOhJFIy .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uEzsOhJFIy .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uEzsOhJFIy .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsOhJFIy .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsOhJFIy .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uEzsOhJFIy .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uEzsOhJFIy .mbr-shop .shop-items .onsale,
.cid-uEzsOhJFIy .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uEzsOhJFIy .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uEzsOhJFIy .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uEzsOhJFIy .mbr-shop .price-range {
  display: inline-block;
}
.cid-uEzsOhJFIy .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uEzsOhJFIy .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uEzsOhJFIy .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uEzsOhJFIy .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uEzsOhJFIy .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uEzsOhJFIy .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uEzsOhJFIy .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uEzsOhJFIy .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uEzsOhJFIy .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uEzsOhJFIy .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uEzsOhJFIy .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uEzsOhJFIy .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uEzsOhJFIy .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uEzsOhJFIy .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEzsOhJFIy .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uEzsOhJFIy .wrapper-shop-items {
    order: 1;
  }
  .cid-uEzsOhJFIy .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEzsOhJFIy .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uEzsOhJFIy .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uEzsOhJFIy .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uEzsOhJFIy .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uEzsOhJFIy .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uEzsOhJFIy .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uEzsOhJFIy .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uEzsOhJFIy .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uEzsOhJFIy .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uEzsOhJFIy .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uEzsOhJFIy .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uEzsOhJFIy .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-uEzsOhJFIy .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uEzsOhJFIy .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uEzsOhJFIy .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uEzsOhJFIy .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uEzsOhJFIy .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uEzsOhJFIy .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uEzsOhJFIy .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzsOhJFIy .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uEzsOhJFIy .shop-item-price,
.cid-uEzsOhJFIy .price-block {
  color: #cccccc;
}
.cid-uEzsOhJFIy .shop-item-price,
.cid-uEzsOhJFIy .price-block {
  text-align: center;
}
.cid-uEzsOhJFIy .card-description {
  color: #0f2f67;
}
.cid-uEzsOhJFIy .card-description P {
  text-align: left;
}
.cid-uAIhj3hxig {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAIhj3hxig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIhj3hxig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIhj3hxig .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAIhj3hxig .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAIhj3hxig .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAIhj3hxig .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIhj3hxig .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAIhj3hxig .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIhj3hxig .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAIhj3hxig .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAIhj3hxig .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAIhj3hxig .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAIhj3hxig .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAIhj3hxig .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAIhj3hxig .mbr-section-title {
  color: #404349;
}
.cid-uAIhj3hxig .mbr-text {
  color: #f0f0f0;
}
.cid-uAIhj3hxig .mbr-desc {
  color: #b19a7c;
}
.cid-uAIhj3hxig .mbr-desc,
.cid-uAIhj3hxig .desc-wrapper {
  color: #ffffff;
}
.cid-uAIhj3hxig .mbr-section-title,
.cid-uAIhj3hxig .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg91UNvb9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg91UNvb9 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg91UNvb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg91UNvb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg91UNvb9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg91UNvb9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg91UNvb9 .menu_box .navbar.opened,
  .cid-utg91UNvb9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg91UNvb9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg91UNvb9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg91UNvb9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg91UNvb9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg91UNvb9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg91UNvb9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg91UNvb9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg91UNvb9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg91UNvb9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg91UNvb9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg91UNvb9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg91UNvb9 .offcanvas-body .mbr-text,
  .cid-utg91UNvb9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg91UNvb9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg91UNvb9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg91UNvb9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg91UNvb9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg91UNvb9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg91UNvb9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg91UNvb9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg91UNvb9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg91UNvb9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg91UNvb9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg91UNvb9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg91UNvb9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg91UNvb9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg91UNvb9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg91UNvb9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg91UNvb9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg91UNvb9 .nav-item {
    margin: 0 !important;
  }
}
.cid-utg91UNvb9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg91UNvb9 .nav-item .nav-link:hover,
.cid-utg91UNvb9 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg91UNvb9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg91UNvb9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg91UNvb9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg91UNvb9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg91UNvb9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg91UNvb9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg91UNvb9 .offcanvas_box {
    display: none;
  }
}
.cid-utg91UNvb9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg91UNvb9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg91UNvb9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg91UNvb9 .container {
  display: flex;
  margin: auto;
}
.cid-utg91UNvb9 .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg91UNvb9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg91UNvb9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg91UNvb9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg91UNvb9 .navbar-nav {
    margin: 0;
  }
}
.cid-utg91UNvb9 .dropdown-menu,
.cid-utg91UNvb9 .navbar.opened {
  background-color: true !important;
}
.cid-utg91UNvb9 .nav-item:focus,
.cid-utg91UNvb9 .nav-link:focus {
  outline: none;
}
.cid-utg91UNvb9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg91UNvb9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg91UNvb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg91UNvb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg91UNvb9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg91UNvb9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg91UNvb9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg91UNvb9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg91UNvb9 .navbar.opened {
  transition: all 0.3s;
}
.cid-utg91UNvb9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg91UNvb9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg91UNvb9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg91UNvb9 .navbar.collapsed {
  justify-content: center;
}
.cid-utg91UNvb9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg91UNvb9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg91UNvb9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg91UNvb9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg91UNvb9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg91UNvb9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg91UNvb9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg91UNvb9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg91UNvb9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg91UNvb9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg91UNvb9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg91UNvb9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg91UNvb9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg91UNvb9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg91UNvb9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg91UNvb9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg91UNvb9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg91UNvb9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg91UNvb9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg91UNvb9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg91UNvb9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg91UNvb9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg91UNvb9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg91UNvb9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg91UNvb9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg91UNvb9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg91UNvb9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg91UNvb9 .dropdown-item.active,
.cid-utg91UNvb9 .dropdown-item:active {
  background-color: transparent;
}
.cid-utg91UNvb9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg91UNvb9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg91UNvb9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg91UNvb9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg91UNvb9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg91UNvb9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg91UNvb9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg91UNvb9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg91UNvb9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg91UNvb9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg91UNvb9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg91UNvb9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg91UNvb9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg91UNvb9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg91UNvb9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg91UNvb9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg91UNvb9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg91UNvb9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg91UNvb9 .navbar {
    height: 70px;
  }
  .cid-utg91UNvb9 .navbar.opened {
    height: auto;
  }
  .cid-utg91UNvb9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg91UNvb9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg91UNvb9 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg91UNvb9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg91UNvb9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg91UNvb9 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg91UNvb9 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg91UNvb9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg91UNvb9 .text_widget {
  margin-bottom: 32px;
}
.cid-utg91UNvb9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg91UNvb9 .text_widget a:hover,
.cid-utg91UNvb9 .text_widget a:focus {
  opacity: .6;
}
.cid-utg91UNvb9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg91UNvb9 .navbar-caption {
  color: #000000;
}
.cid-utg91UNvb9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg91UNvb9 .mbr-section-subtitle,
.cid-utg91UNvb9 .text_widget,
.cid-utg91UNvb9 .mbr-section-btn {
  text-align: center;
}
.cid-utg91UNvb9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPUtW9B51 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPUtW9B51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPUtW9B51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPUtW9B51 .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPUtW9B51 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPUtW9B51 .container {
    padding: 0 25px;
  }
}
.cid-utPUtW9B51 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPUtW9B51 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPUtW9B51 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPUtW9B51 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPUtW9B51 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPUtW9B51 .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPUtW9B51 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPUtW9B51 .title-wrapper {
    padding: 0;
  }
}
.cid-utPUtW9B51 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPUtW9B51 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPUtW9B51 .mbr-section-title {
  color: #000000;
}
.cid-utPUtW9B51 .mbr-text {
  color: #000000;
}
.cid-utPUtW9B51 .mbr-section-title,
.cid-utPUtW9B51 .mbr-section-btn {
  color: #0f2f67;
}
.cid-utPUv6XacO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-utPUv6XacO .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-utPUv6XacO .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-utPUv6XacO .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPUv6XacO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utPUv6XacO .container {
    padding: 0 30px;
  }
}
.cid-utPUv6XacO .row {
  justify-content: center;
}
.cid-utPUv6XacO .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-utPUv6XacO .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-utPUv6XacO .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-utPUv6XacO .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-utPUv6XacO .mbr-desc {
  color: #fb0a0a;
}
.cid-utPUv6XacO .mbr-section-title {
  color: #000000;
}
.cid-utPUv6XacO .mbr-text {
  color: #232323;
}
.cid-uAIfiuR209 {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uAIfiuR209 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAIfiuR209 .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uAIfiuR209 .mbr-section-title {
  margin: 0;
}
.cid-uAIfiuR209 .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAIfiuR209 H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAIfiuR209 H3 {
  text-align: center;
}
.cid-uEzsIEzwT0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uEzsIEzwT0 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uEzsIEzwT0 .mbr-shop .row {
  margin: 0;
}
.cid-uEzsIEzwT0 .container,
.cid-uEzsIEzwT0 .mbr-shop__row {
  padding: 0;
}
.cid-uEzsIEzwT0 .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-uEzsIEzwT0 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uEzsIEzwT0 .shop-item-price,
.cid-uEzsIEzwT0 .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uEzsIEzwT0 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uEzsIEzwT0 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uEzsIEzwT0 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uEzsIEzwT0 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uEzsIEzwT0 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uEzsIEzwT0 .mbr-shop .hide-modal {
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsIEzwT0 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uEzsIEzwT0 .mbr-shop .filter-by-pu,
.cid-uEzsIEzwT0 .mbr-shop .filter-by-pd,
.cid-uEzsIEzwT0 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uEzsIEzwT0 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uEzsIEzwT0 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem h4,
.cid-uEzsIEzwT0 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem h5,
.cid-uEzsIEzwT0 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem p,
.cid-uEzsIEzwT0 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uEzsIEzwT0 .mbr-shop .item-button {
  text-align: center;
}
.cid-uEzsIEzwT0 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uEzsIEzwT0 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uEzsIEzwT0 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uEzsIEzwT0 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uEzsIEzwT0 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uEzsIEzwT0 .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uEzsIEzwT0 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uEzsIEzwT0 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uEzsIEzwT0 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uEzsIEzwT0 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uEzsIEzwT0 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uEzsIEzwT0 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uEzsIEzwT0 .mbr-shop .range-controls {
  position: relative;
}
.cid-uEzsIEzwT0 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uEzsIEzwT0 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uEzsIEzwT0 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uEzsIEzwT0 .mbr-shop .toggle:hover,
.cid-uEzsIEzwT0 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uEzsIEzwT0 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uEzsIEzwT0 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uEzsIEzwT0 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uEzsIEzwT0 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsIEzwT0 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uEzsIEzwT0 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uEzsIEzwT0 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uEzsIEzwT0 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uEzsIEzwT0 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uEzsIEzwT0 .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsIEzwT0 .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsIEzwT0 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uEzsIEzwT0 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uEzsIEzwT0 .mbr-shop .shop-items .onsale,
.cid-uEzsIEzwT0 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uEzsIEzwT0 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uEzsIEzwT0 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uEzsIEzwT0 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uEzsIEzwT0 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uEzsIEzwT0 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uEzsIEzwT0 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uEzsIEzwT0 .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uEzsIEzwT0 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uEzsIEzwT0 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uEzsIEzwT0 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uEzsIEzwT0 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uEzsIEzwT0 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uEzsIEzwT0 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uEzsIEzwT0 .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uEzsIEzwT0 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uEzsIEzwT0 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEzsIEzwT0 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uEzsIEzwT0 .wrapper-shop-items {
    order: 1;
  }
  .cid-uEzsIEzwT0 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEzsIEzwT0 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uEzsIEzwT0 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uEzsIEzwT0 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uEzsIEzwT0 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uEzsIEzwT0 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uEzsIEzwT0 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uEzsIEzwT0 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uEzsIEzwT0 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uEzsIEzwT0 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uEzsIEzwT0 .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uEzsIEzwT0 .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-uEzsIEzwT0 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uEzsIEzwT0 .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uEzsIEzwT0 .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uEzsIEzwT0 .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uEzsIEzwT0 .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uEzsIEzwT0 .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uEzsIEzwT0 .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzsIEzwT0 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uEzsIEzwT0 .shop-item-price,
.cid-uEzsIEzwT0 .price-block {
  color: #cccccc;
}
.cid-uEzsIEzwT0 .shop-item-price,
.cid-uEzsIEzwT0 .price-block {
  text-align: center;
}
.cid-uEzsIEzwT0 .card-description {
  color: #0f2f67;
}
.cid-uEzsIEzwT0 .card-description P {
  text-align: left;
}
.cid-uAIhcBtAuP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAIhcBtAuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIhcBtAuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIhcBtAuP .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAIhcBtAuP .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAIhcBtAuP .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAIhcBtAuP .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIhcBtAuP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAIhcBtAuP .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIhcBtAuP .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAIhcBtAuP .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAIhcBtAuP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAIhcBtAuP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAIhcBtAuP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAIhcBtAuP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAIhcBtAuP .mbr-section-title {
  color: #404349;
}
.cid-uAIhcBtAuP .mbr-text {
  color: #f0f0f0;
}
.cid-uAIhcBtAuP .mbr-desc {
  color: #b19a7c;
}
.cid-uAIhcBtAuP .mbr-desc,
.cid-uAIhcBtAuP .desc-wrapper {
  color: #ffffff;
}
.cid-uAIhcBtAuP .mbr-section-title,
.cid-uAIhcBtAuP .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-usT4C3L9fd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-usT4C3L9fd .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-usT4C3L9fd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-usT4C3L9fd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usT4C3L9fd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usT4C3L9fd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usT4C3L9fd .menu_box .navbar.opened,
  .cid-usT4C3L9fd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-usT4C3L9fd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-usT4C3L9fd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-usT4C3L9fd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usT4C3L9fd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usT4C3L9fd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usT4C3L9fd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-usT4C3L9fd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-usT4C3L9fd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-usT4C3L9fd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-usT4C3L9fd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-usT4C3L9fd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-usT4C3L9fd .offcanvas-body .mbr-text,
  .cid-usT4C3L9fd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-usT4C3L9fd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-usT4C3L9fd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-usT4C3L9fd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-usT4C3L9fd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-usT4C3L9fd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-usT4C3L9fd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-usT4C3L9fd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-usT4C3L9fd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-usT4C3L9fd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usT4C3L9fd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-usT4C3L9fd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-usT4C3L9fd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-usT4C3L9fd .lg_brand {
    margin: 0 1rem;
  }
  .cid-usT4C3L9fd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-usT4C3L9fd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usT4C3L9fd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-usT4C3L9fd .nav-item {
    margin: 0 !important;
  }
}
.cid-usT4C3L9fd .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-usT4C3L9fd .nav-item .nav-link:hover,
.cid-usT4C3L9fd .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-usT4C3L9fd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usT4C3L9fd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usT4C3L9fd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usT4C3L9fd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usT4C3L9fd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-usT4C3L9fd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usT4C3L9fd .offcanvas_box {
    display: none;
  }
}
.cid-usT4C3L9fd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usT4C3L9fd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usT4C3L9fd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usT4C3L9fd .container {
  display: flex;
  margin: auto;
}
.cid-usT4C3L9fd .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usT4C3L9fd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usT4C3L9fd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-usT4C3L9fd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-usT4C3L9fd .navbar-nav {
    margin: 0;
  }
}
.cid-usT4C3L9fd .dropdown-menu,
.cid-usT4C3L9fd .navbar.opened {
  background-color: true !important;
}
.cid-usT4C3L9fd .nav-item:focus,
.cid-usT4C3L9fd .nav-link:focus {
  outline: none;
}
.cid-usT4C3L9fd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usT4C3L9fd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usT4C3L9fd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usT4C3L9fd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usT4C3L9fd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usT4C3L9fd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usT4C3L9fd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usT4C3L9fd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usT4C3L9fd .navbar.opened {
  transition: all 0.3s;
}
.cid-usT4C3L9fd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usT4C3L9fd .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-usT4C3L9fd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-usT4C3L9fd .navbar.collapsed {
  justify-content: center;
}
.cid-usT4C3L9fd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usT4C3L9fd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usT4C3L9fd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usT4C3L9fd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usT4C3L9fd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usT4C3L9fd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usT4C3L9fd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usT4C3L9fd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usT4C3L9fd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-usT4C3L9fd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usT4C3L9fd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usT4C3L9fd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usT4C3L9fd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usT4C3L9fd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usT4C3L9fd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usT4C3L9fd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usT4C3L9fd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usT4C3L9fd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usT4C3L9fd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usT4C3L9fd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usT4C3L9fd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usT4C3L9fd .navbar.navbar-short {
  min-height: 60px;
}
.cid-usT4C3L9fd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usT4C3L9fd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usT4C3L9fd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usT4C3L9fd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-usT4C3L9fd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usT4C3L9fd .dropdown-item.active,
.cid-usT4C3L9fd .dropdown-item:active {
  background-color: transparent;
}
.cid-usT4C3L9fd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-usT4C3L9fd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usT4C3L9fd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usT4C3L9fd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usT4C3L9fd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usT4C3L9fd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usT4C3L9fd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-usT4C3L9fd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-usT4C3L9fd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usT4C3L9fd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usT4C3L9fd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usT4C3L9fd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usT4C3L9fd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usT4C3L9fd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usT4C3L9fd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usT4C3L9fd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usT4C3L9fd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usT4C3L9fd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usT4C3L9fd .navbar {
    height: 70px;
  }
  .cid-usT4C3L9fd .navbar.opened {
    height: auto;
  }
  .cid-usT4C3L9fd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usT4C3L9fd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-usT4C3L9fd .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-usT4C3L9fd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usT4C3L9fd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-usT4C3L9fd .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-usT4C3L9fd .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-usT4C3L9fd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usT4C3L9fd .text_widget {
  margin-bottom: 32px;
}
.cid-usT4C3L9fd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usT4C3L9fd .text_widget a:hover,
.cid-usT4C3L9fd .text_widget a:focus {
  opacity: .6;
}
.cid-usT4C3L9fd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usT4C3L9fd .navbar-caption {
  color: #000000;
}
.cid-usT4C3L9fd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-usT4C3L9fd .mbr-section-subtitle,
.cid-usT4C3L9fd .text_widget,
.cid-usT4C3L9fd .mbr-section-btn {
  text-align: center;
}
.cid-usT4C3L9fd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPNMkQLTI {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPNMkQLTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPNMkQLTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPNMkQLTI .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPNMkQLTI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPNMkQLTI .container {
    padding: 0 25px;
  }
}
.cid-utPNMkQLTI .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPNMkQLTI .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPNMkQLTI .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPNMkQLTI .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPNMkQLTI .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPNMkQLTI .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPNMkQLTI .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPNMkQLTI .title-wrapper {
    padding: 0;
  }
}
.cid-utPNMkQLTI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPNMkQLTI .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPNMkQLTI .mbr-section-title {
  color: #000000;
}
.cid-utPNMkQLTI .mbr-text {
  color: #000000;
}
.cid-utPNMkQLTI .mbr-section-title,
.cid-utPNMkQLTI .mbr-section-btn {
  color: #0f2f67;
}
.cid-uxRHmF2dEF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-uxRHmF2dEF .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxRHmF2dEF .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxRHmF2dEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRHmF2dEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxRHmF2dEF .container {
    padding: 0 30px;
  }
}
.cid-uxRHmF2dEF .row {
  justify-content: center;
}
.cid-uxRHmF2dEF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uxRHmF2dEF .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-uxRHmF2dEF .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uxRHmF2dEF .mbr-desc {
  color: #fb0a0a;
}
.cid-uxRHmF2dEF .mbr-section-title {
  color: #000000;
}
.cid-uxRHmF2dEF .mbr-text {
  color: #232323;
}
.cid-uAIeSAYUmn {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uAIeSAYUmn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAIeSAYUmn .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uAIeSAYUmn .mbr-section-title {
  margin: 0;
}
.cid-uAIeSAYUmn .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAIeSAYUmn H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAIeSAYUmn H3 {
  text-align: center;
}
.cid-usTaw8toBU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-usTaw8toBU .mbr-shop {
  display: table;
  width: 100%;
}
.cid-usTaw8toBU .mbr-shop .row {
  margin: 0;
}
.cid-usTaw8toBU .container,
.cid-usTaw8toBU .mbr-shop__row {
  padding: 0;
}
.cid-usTaw8toBU .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-usTaw8toBU .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-usTaw8toBU .shop-item-price,
.cid-usTaw8toBU .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-usTaw8toBU .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-usTaw8toBU .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-usTaw8toBU .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-usTaw8toBU .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-usTaw8toBU .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-usTaw8toBU .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-usTaw8toBU .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-usTaw8toBU .mbr-shop .hide-modal {
  display: none;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-usTaw8toBU .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-usTaw8toBU .mbr-shop .filter-by-pu,
.cid-usTaw8toBU .mbr-shop .filter-by-pd,
.cid-usTaw8toBU .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-usTaw8toBU .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-usTaw8toBU .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-usTaw8toBU .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-usTaw8toBU .mbr-shop .galleryItem h4,
.cid-usTaw8toBU .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-usTaw8toBU .mbr-shop .galleryItem h5,
.cid-usTaw8toBU .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-usTaw8toBU .mbr-shop .galleryItem p,
.cid-usTaw8toBU .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-usTaw8toBU .mbr-shop .item-button {
  text-align: center;
}
.cid-usTaw8toBU .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-usTaw8toBU .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-usTaw8toBU .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-usTaw8toBU .mbr-shop .sidebar-block {
  position: relative;
}
.cid-usTaw8toBU .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-usTaw8toBU .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-usTaw8toBU .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-usTaw8toBU .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-usTaw8toBU .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-item__hided h4,
.cid-usTaw8toBU .mbr-shop .mbr-gallery-item__hided h5,
.cid-usTaw8toBU .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-usTaw8toBU .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-usTaw8toBU .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-usTaw8toBU .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-usTaw8toBU .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-usTaw8toBU .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-usTaw8toBU .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-usTaw8toBU .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-usTaw8toBU .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-usTaw8toBU .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-usTaw8toBU .mbr-shop .range-controls {
  position: relative;
}
.cid-usTaw8toBU .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-usTaw8toBU .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-usTaw8toBU .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-usTaw8toBU .mbr-shop .toggle:hover,
.cid-usTaw8toBU .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-usTaw8toBU .mbr-shop .min-toggle {
  left: 0;
}
.cid-usTaw8toBU .mbr-shop .max-toggle {
  right: 0;
}
.cid-usTaw8toBU .mbr-shop .hided-by-price {
  display: none;
}
.cid-usTaw8toBU .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-usTaw8toBU .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-usTaw8toBU .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-usTaw8toBU .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-usTaw8toBU .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-usTaw8toBU .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-usTaw8toBU .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-usTaw8toBU .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-usTaw8toBU .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-usTaw8toBU .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-usTaw8toBU .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-usTaw8toBU .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-usTaw8toBU .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-usTaw8toBU .mbr-shop .shop-items .onsale,
.cid-usTaw8toBU .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-usTaw8toBU .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-usTaw8toBU .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-usTaw8toBU .mbr-shop .price-range {
  display: inline-block;
}
.cid-usTaw8toBU .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-usTaw8toBU .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-usTaw8toBU .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-usTaw8toBU .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-usTaw8toBU .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-usTaw8toBU .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-usTaw8toBU .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-usTaw8toBU .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-usTaw8toBU .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-usTaw8toBU .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-usTaw8toBU .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-usTaw8toBU .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usTaw8toBU .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-usTaw8toBU .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-usTaw8toBU .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-usTaw8toBU .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-usTaw8toBU .wrapper-shop-items {
    order: 1;
  }
  .cid-usTaw8toBU .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-usTaw8toBU .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-usTaw8toBU .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-usTaw8toBU .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-usTaw8toBU .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-usTaw8toBU .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-usTaw8toBU .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-usTaw8toBU .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-usTaw8toBU .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-usTaw8toBU .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-usTaw8toBU .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-usTaw8toBU .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-usTaw8toBU .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-usTaw8toBU .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-usTaw8toBU .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-usTaw8toBU .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-usTaw8toBU .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-usTaw8toBU .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-usTaw8toBU .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-usTaw8toBU .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usTaw8toBU .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-usTaw8toBU .shop-item-price,
.cid-usTaw8toBU .price-block {
  color: #cccccc;
}
.cid-usTaw8toBU .shop-item-price,
.cid-usTaw8toBU .price-block {
  text-align: center;
}
.cid-usTaw8toBU .card-description {
  color: #0f2f67;
}
.cid-usTaw8toBU .card-description P {
  text-align: left;
}
.cid-uAIh54mN4q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAIh54mN4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIh54mN4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIh54mN4q .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAIh54mN4q .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAIh54mN4q .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAIh54mN4q .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIh54mN4q .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAIh54mN4q .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIh54mN4q .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAIh54mN4q .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAIh54mN4q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAIh54mN4q .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAIh54mN4q .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAIh54mN4q .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAIh54mN4q .mbr-section-title {
  color: #404349;
}
.cid-uAIh54mN4q .mbr-text {
  color: #f0f0f0;
}
.cid-uAIh54mN4q .mbr-desc {
  color: #b19a7c;
}
.cid-uAIh54mN4q .mbr-desc,
.cid-uAIh54mN4q .desc-wrapper {
  color: #ffffff;
}
.cid-uAIh54mN4q .mbr-section-title,
.cid-uAIh54mN4q .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg9ihwfHy {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg9ihwfHy .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg9ihwfHy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg9ihwfHy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg9ihwfHy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg9ihwfHy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg9ihwfHy .menu_box .navbar.opened,
  .cid-utg9ihwfHy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg9ihwfHy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg9ihwfHy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg9ihwfHy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg9ihwfHy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg9ihwfHy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg9ihwfHy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg9ihwfHy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg9ihwfHy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg9ihwfHy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg9ihwfHy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg9ihwfHy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg9ihwfHy .offcanvas-body .mbr-text,
  .cid-utg9ihwfHy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg9ihwfHy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg9ihwfHy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg9ihwfHy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg9ihwfHy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg9ihwfHy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg9ihwfHy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg9ihwfHy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg9ihwfHy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg9ihwfHy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg9ihwfHy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg9ihwfHy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg9ihwfHy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg9ihwfHy .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg9ihwfHy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg9ihwfHy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg9ihwfHy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg9ihwfHy .nav-item {
    margin: 0 !important;
  }
}
.cid-utg9ihwfHy .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg9ihwfHy .nav-item .nav-link:hover,
.cid-utg9ihwfHy .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg9ihwfHy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg9ihwfHy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg9ihwfHy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg9ihwfHy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg9ihwfHy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg9ihwfHy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg9ihwfHy .offcanvas_box {
    display: none;
  }
}
.cid-utg9ihwfHy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg9ihwfHy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg9ihwfHy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg9ihwfHy .container {
  display: flex;
  margin: auto;
}
.cid-utg9ihwfHy .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg9ihwfHy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg9ihwfHy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg9ihwfHy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg9ihwfHy .navbar-nav {
    margin: 0;
  }
}
.cid-utg9ihwfHy .dropdown-menu,
.cid-utg9ihwfHy .navbar.opened {
  background-color: true !important;
}
.cid-utg9ihwfHy .nav-item:focus,
.cid-utg9ihwfHy .nav-link:focus {
  outline: none;
}
.cid-utg9ihwfHy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg9ihwfHy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg9ihwfHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg9ihwfHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg9ihwfHy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg9ihwfHy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg9ihwfHy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg9ihwfHy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg9ihwfHy .navbar.opened {
  transition: all 0.3s;
}
.cid-utg9ihwfHy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg9ihwfHy .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg9ihwfHy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg9ihwfHy .navbar.collapsed {
  justify-content: center;
}
.cid-utg9ihwfHy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg9ihwfHy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg9ihwfHy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg9ihwfHy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg9ihwfHy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg9ihwfHy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg9ihwfHy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg9ihwfHy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg9ihwfHy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg9ihwfHy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg9ihwfHy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg9ihwfHy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg9ihwfHy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg9ihwfHy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg9ihwfHy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg9ihwfHy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg9ihwfHy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg9ihwfHy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg9ihwfHy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg9ihwfHy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg9ihwfHy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg9ihwfHy .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg9ihwfHy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg9ihwfHy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg9ihwfHy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg9ihwfHy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg9ihwfHy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg9ihwfHy .dropdown-item.active,
.cid-utg9ihwfHy .dropdown-item:active {
  background-color: transparent;
}
.cid-utg9ihwfHy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg9ihwfHy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg9ihwfHy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg9ihwfHy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg9ihwfHy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg9ihwfHy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg9ihwfHy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg9ihwfHy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg9ihwfHy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg9ihwfHy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg9ihwfHy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg9ihwfHy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg9ihwfHy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg9ihwfHy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg9ihwfHy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg9ihwfHy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg9ihwfHy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg9ihwfHy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg9ihwfHy .navbar {
    height: 70px;
  }
  .cid-utg9ihwfHy .navbar.opened {
    height: auto;
  }
  .cid-utg9ihwfHy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg9ihwfHy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg9ihwfHy .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg9ihwfHy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg9ihwfHy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg9ihwfHy .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg9ihwfHy .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg9ihwfHy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg9ihwfHy .text_widget {
  margin-bottom: 32px;
}
.cid-utg9ihwfHy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg9ihwfHy .text_widget a:hover,
.cid-utg9ihwfHy .text_widget a:focus {
  opacity: .6;
}
.cid-utg9ihwfHy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg9ihwfHy .navbar-caption {
  color: #000000;
}
.cid-utg9ihwfHy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg9ihwfHy .mbr-section-subtitle,
.cid-utg9ihwfHy .text_widget,
.cid-utg9ihwfHy .mbr-section-btn {
  text-align: center;
}
.cid-utg9ihwfHy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPVYcVWu7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPVYcVWu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPVYcVWu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPVYcVWu7 .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPVYcVWu7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPVYcVWu7 .container {
    padding: 0 25px;
  }
}
.cid-utPVYcVWu7 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPVYcVWu7 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPVYcVWu7 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPVYcVWu7 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPVYcVWu7 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPVYcVWu7 .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPVYcVWu7 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPVYcVWu7 .title-wrapper {
    padding: 0;
  }
}
.cid-utPVYcVWu7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPVYcVWu7 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPVYcVWu7 .mbr-section-title {
  color: #000000;
}
.cid-utPVYcVWu7 .mbr-text {
  color: #000000;
}
.cid-utPVYcVWu7 .mbr-section-title,
.cid-utPVYcVWu7 .mbr-section-btn {
  color: #0f2f67;
}
.cid-uxSpm1VdPS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-uxSpm1VdPS .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxSpm1VdPS .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxSpm1VdPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSpm1VdPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxSpm1VdPS .container {
    padding: 0 30px;
  }
}
.cid-uxSpm1VdPS .row {
  justify-content: center;
}
.cid-uxSpm1VdPS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uxSpm1VdPS .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-uxSpm1VdPS .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uxSpm1VdPS .mbr-desc {
  color: #fb0a0a;
}
.cid-uxSpm1VdPS .mbr-section-title {
  color: #000000;
}
.cid-uxSpm1VdPS .mbr-text {
  color: #232323;
}
.cid-uEztoDNobr {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uEztoDNobr .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uEztoDNobr .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uEztoDNobr .mbr-section-title {
  margin: 0;
}
.cid-uEztoDNobr .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uEztoDNobr H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uEztoDNobr H3 {
  text-align: center;
}
.cid-uEzt7ib4j3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uEzt7ib4j3 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uEzt7ib4j3 .mbr-shop .row {
  margin: 0;
}
.cid-uEzt7ib4j3 .container,
.cid-uEzt7ib4j3 .mbr-shop__row {
  padding: 0;
}
.cid-uEzt7ib4j3 .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-uEzt7ib4j3 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uEzt7ib4j3 .shop-item-price,
.cid-uEzt7ib4j3 .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uEzt7ib4j3 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uEzt7ib4j3 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uEzt7ib4j3 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uEzt7ib4j3 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uEzt7ib4j3 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uEzt7ib4j3 .mbr-shop .hide-modal {
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzt7ib4j3 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uEzt7ib4j3 .mbr-shop .filter-by-pu,
.cid-uEzt7ib4j3 .mbr-shop .filter-by-pd,
.cid-uEzt7ib4j3 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uEzt7ib4j3 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uEzt7ib4j3 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem h4,
.cid-uEzt7ib4j3 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem h5,
.cid-uEzt7ib4j3 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem p,
.cid-uEzt7ib4j3 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uEzt7ib4j3 .mbr-shop .item-button {
  text-align: center;
}
.cid-uEzt7ib4j3 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uEzt7ib4j3 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uEzt7ib4j3 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uEzt7ib4j3 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uEzt7ib4j3 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uEzt7ib4j3 .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uEzt7ib4j3 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uEzt7ib4j3 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uEzt7ib4j3 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uEzt7ib4j3 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uEzt7ib4j3 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uEzt7ib4j3 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uEzt7ib4j3 .mbr-shop .range-controls {
  position: relative;
}
.cid-uEzt7ib4j3 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uEzt7ib4j3 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uEzt7ib4j3 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uEzt7ib4j3 .mbr-shop .toggle:hover,
.cid-uEzt7ib4j3 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uEzt7ib4j3 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uEzt7ib4j3 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uEzt7ib4j3 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uEzt7ib4j3 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzt7ib4j3 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uEzt7ib4j3 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uEzt7ib4j3 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uEzt7ib4j3 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uEzt7ib4j3 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uEzt7ib4j3 .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzt7ib4j3 .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzt7ib4j3 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uEzt7ib4j3 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uEzt7ib4j3 .mbr-shop .shop-items .onsale,
.cid-uEzt7ib4j3 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uEzt7ib4j3 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uEzt7ib4j3 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uEzt7ib4j3 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uEzt7ib4j3 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uEzt7ib4j3 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uEzt7ib4j3 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uEzt7ib4j3 .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uEzt7ib4j3 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uEzt7ib4j3 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uEzt7ib4j3 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uEzt7ib4j3 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uEzt7ib4j3 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uEzt7ib4j3 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uEzt7ib4j3 .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uEzt7ib4j3 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uEzt7ib4j3 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEzt7ib4j3 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uEzt7ib4j3 .wrapper-shop-items {
    order: 1;
  }
  .cid-uEzt7ib4j3 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEzt7ib4j3 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uEzt7ib4j3 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uEzt7ib4j3 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uEzt7ib4j3 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uEzt7ib4j3 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uEzt7ib4j3 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uEzt7ib4j3 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uEzt7ib4j3 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uEzt7ib4j3 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uEzt7ib4j3 .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uEzt7ib4j3 .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-uEzt7ib4j3 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uEzt7ib4j3 .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uEzt7ib4j3 .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uEzt7ib4j3 .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uEzt7ib4j3 .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uEzt7ib4j3 .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uEzt7ib4j3 .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzt7ib4j3 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uEzt7ib4j3 .shop-item-price,
.cid-uEzt7ib4j3 .price-block {
  color: #cccccc;
}
.cid-uEzt7ib4j3 .shop-item-price,
.cid-uEzt7ib4j3 .price-block {
  text-align: center;
}
.cid-uEzt7ib4j3 .card-description {
  color: #0f2f67;
}
.cid-uEzt7ib4j3 .card-description P {
  text-align: left;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
.cid-utg9ly84ui {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-utg9ly84ui .navbar-dropdown {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 0;
  position: absolute !important;
}
.cid-utg9ly84ui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8) !important;
  background: #ffffff;
}
.cid-utg9ly84ui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utg9ly84ui .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utg9ly84ui .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utg9ly84ui .menu_box .navbar.opened,
  .cid-utg9ly84ui .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-utg9ly84ui nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-utg9ly84ui .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utg9ly84ui .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utg9ly84ui .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utg9ly84ui .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utg9ly84ui .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utg9ly84ui .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-utg9ly84ui .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utg9ly84ui .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utg9ly84ui .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utg9ly84ui .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utg9ly84ui .offcanvas-body .mbr-text,
  .cid-utg9ly84ui .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utg9ly84ui .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utg9ly84ui .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utg9ly84ui .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f2f67;
  }
  .cid-utg9ly84ui .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utg9ly84ui .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utg9ly84ui .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utg9ly84ui .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utg9ly84ui ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utg9ly84ui .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg9ly84ui .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-utg9ly84ui .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utg9ly84ui li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-utg9ly84ui .lg_brand {
    margin: 0 1rem;
  }
  .cid-utg9ly84ui .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utg9ly84ui .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utg9ly84ui .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utg9ly84ui .nav-item {
    margin: 0 !important;
  }
}
.cid-utg9ly84ui .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-utg9ly84ui .nav-item .nav-link:hover,
.cid-utg9ly84ui .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-utg9ly84ui .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utg9ly84ui .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utg9ly84ui .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utg9ly84ui .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utg9ly84ui .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-utg9ly84ui .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utg9ly84ui .offcanvas_box {
    display: none;
  }
}
.cid-utg9ly84ui .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utg9ly84ui .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utg9ly84ui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utg9ly84ui .container {
  display: flex;
  margin: auto;
}
.cid-utg9ly84ui .iconfont-wrapper {
  color: #0f2f67;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-utg9ly84ui .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utg9ly84ui .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utg9ly84ui .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utg9ly84ui .navbar-nav {
    margin: 0;
  }
}
.cid-utg9ly84ui .dropdown-menu,
.cid-utg9ly84ui .navbar.opened {
  background-color: true !important;
}
.cid-utg9ly84ui .nav-item:focus,
.cid-utg9ly84ui .nav-link:focus {
  outline: none;
}
.cid-utg9ly84ui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utg9ly84ui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utg9ly84ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utg9ly84ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utg9ly84ui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utg9ly84ui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utg9ly84ui .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utg9ly84ui .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utg9ly84ui .navbar.opened {
  transition: all 0.3s;
}
.cid-utg9ly84ui .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utg9ly84ui .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-utg9ly84ui .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utg9ly84ui .navbar.collapsed {
  justify-content: center;
}
.cid-utg9ly84ui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utg9ly84ui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utg9ly84ui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utg9ly84ui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utg9ly84ui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utg9ly84ui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utg9ly84ui .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utg9ly84ui .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utg9ly84ui .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-utg9ly84ui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utg9ly84ui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utg9ly84ui .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utg9ly84ui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utg9ly84ui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utg9ly84ui .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utg9ly84ui .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utg9ly84ui .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utg9ly84ui .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utg9ly84ui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utg9ly84ui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utg9ly84ui .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utg9ly84ui .navbar.navbar-short {
  min-height: 60px;
}
.cid-utg9ly84ui .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utg9ly84ui .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utg9ly84ui .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utg9ly84ui .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-utg9ly84ui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utg9ly84ui .dropdown-item.active,
.cid-utg9ly84ui .dropdown-item:active {
  background-color: transparent;
}
.cid-utg9ly84ui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utg9ly84ui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utg9ly84ui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utg9ly84ui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utg9ly84ui ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utg9ly84ui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utg9ly84ui button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efefef;
}
.cid-utg9ly84ui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f2f67;
}
.cid-utg9ly84ui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utg9ly84ui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg9ly84ui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utg9ly84ui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utg9ly84ui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg9ly84ui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utg9ly84ui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utg9ly84ui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utg9ly84ui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utg9ly84ui .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utg9ly84ui .navbar {
    height: 70px;
  }
  .cid-utg9ly84ui .navbar.opened {
    height: auto;
  }
  .cid-utg9ly84ui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utg9ly84ui .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utg9ly84ui .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-utg9ly84ui .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utg9ly84ui .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utg9ly84ui .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-utg9ly84ui .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utg9ly84ui .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utg9ly84ui .text_widget {
  margin-bottom: 32px;
}
.cid-utg9ly84ui .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utg9ly84ui .text_widget a:hover,
.cid-utg9ly84ui .text_widget a:focus {
  opacity: .6;
}
.cid-utg9ly84ui .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utg9ly84ui .navbar-caption {
  color: #000000;
}
.cid-utg9ly84ui .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utg9ly84ui .mbr-section-subtitle,
.cid-utg9ly84ui .text_widget,
.cid-utg9ly84ui .mbr-section-btn {
  text-align: center;
}
.cid-utg9ly84ui a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utPVLMsrwf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f-sta6809-edit-2-scaled-2000x1334.jpg");
}
.cid-utPVLMsrwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPVLMsrwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPVLMsrwf .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-utPVLMsrwf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-utPVLMsrwf .container {
    padding: 0 25px;
  }
}
.cid-utPVLMsrwf .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utPVLMsrwf .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-utPVLMsrwf .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-utPVLMsrwf .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-utPVLMsrwf .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-utPVLMsrwf .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-utPVLMsrwf .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-utPVLMsrwf .title-wrapper {
    padding: 0;
  }
}
.cid-utPVLMsrwf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-utPVLMsrwf .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-utPVLMsrwf .mbr-section-title {
  color: #000000;
}
.cid-utPVLMsrwf .mbr-text {
  color: #000000;
}
.cid-utPVLMsrwf .mbr-section-title,
.cid-utPVLMsrwf .mbr-section-btn {
  color: #0f2f67;
}
.cid-uxSoPIqST5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cid-uxSoPIqST5 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxSoPIqST5 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0f2f67 0, #ededed 43%, #0f2f67 100%);
}
.cid-uxSoPIqST5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSoPIqST5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxSoPIqST5 .container {
    padding: 0 30px;
  }
}
.cid-uxSoPIqST5 .row {
  justify-content: center;
}
.cid-uxSoPIqST5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #0f2f67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #8b892e;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #fb0a0a;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ededed;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #b08e00;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uxSoPIqST5 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #0f2f67;
}
@media (max-width: 992px) {
  .cid-uxSoPIqST5 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uxSoPIqST5 .mbr-desc {
  color: #fb0a0a;
}
.cid-uxSoPIqST5 .mbr-section-title {
  color: #000000;
}
.cid-uxSoPIqST5 .mbr-text {
  color: #232323;
}
.cid-uAIgoLGgNY {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dijital-marka-yonetimi-arkaplan-zemin-6-1920x1920.jpg");
}
.cid-uAIgoLGgNY .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uAIgoLGgNY .mbr-overlay {
  background: #0f2f67;
  background: linear-gradient(#0f2f67 -10%, #f0f0f0 75%);
}
.cid-uAIgoLGgNY .mbr-section-title {
  margin: 0;
}
.cid-uAIgoLGgNY .separator {
  background-color: #e2e2e2;
  color: #e2e2e2;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uAIgoLGgNY H1 {
  text-align: center;
  color: #0f2f67;
}
.cid-uAIgoLGgNY H3 {
  text-align: center;
}
.cid-uEzsZBbq9T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}
.cid-uEzsZBbq9T .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uEzsZBbq9T .mbr-shop .row {
  margin: 0;
}
.cid-uEzsZBbq9T .container,
.cid-uEzsZBbq9T .mbr-shop__row {
  padding: 0;
}
.cid-uEzsZBbq9T .item-title {
  font-size: 1.8rem;
  color: #e1e1e1;
  text-align: center;
}
.cid-uEzsZBbq9T .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uEzsZBbq9T .shop-item-price,
.cid-uEzsZBbq9T .oldprice {
  font-family: Unbounded !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uEzsZBbq9T .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uEzsZBbq9T .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uEzsZBbq9T .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uEzsZBbq9T .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uEzsZBbq9T .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uEzsZBbq9T .mbr-shop .hide-modal {
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsZBbq9T .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uEzsZBbq9T .mbr-shop .filter-by-pu,
.cid-uEzsZBbq9T .mbr-shop .filter-by-pd,
.cid-uEzsZBbq9T .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uEzsZBbq9T .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uEzsZBbq9T .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem h4,
.cid-uEzsZBbq9T .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem h5,
.cid-uEzsZBbq9T .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem p,
.cid-uEzsZBbq9T .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uEzsZBbq9T .mbr-shop .item-button {
  text-align: center;
}
.cid-uEzsZBbq9T .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uEzsZBbq9T .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uEzsZBbq9T .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uEzsZBbq9T .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uEzsZBbq9T .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uEzsZBbq9T .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item__hided h4,
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item__hided h5,
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uEzsZBbq9T .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uEzsZBbq9T .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uEzsZBbq9T .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uEzsZBbq9T .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uEzsZBbq9T .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uEzsZBbq9T .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uEzsZBbq9T .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uEzsZBbq9T .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uEzsZBbq9T .mbr-shop .range-controls {
  position: relative;
}
.cid-uEzsZBbq9T .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uEzsZBbq9T .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uEzsZBbq9T .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uEzsZBbq9T .mbr-shop .toggle:hover,
.cid-uEzsZBbq9T .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uEzsZBbq9T .mbr-shop .min-toggle {
  left: 0;
}
.cid-uEzsZBbq9T .mbr-shop .max-toggle {
  right: 0;
}
.cid-uEzsZBbq9T .mbr-shop .hided-by-price {
  display: none;
}
.cid-uEzsZBbq9T .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uEzsZBbq9T .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uEzsZBbq9T .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uEzsZBbq9T .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uEzsZBbq9T .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uEzsZBbq9T .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uEzsZBbq9T .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uEzsZBbq9T .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uEzsZBbq9T .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uEzsZBbq9T .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsZBbq9T .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uEzsZBbq9T .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uEzsZBbq9T .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uEzsZBbq9T .mbr-shop .shop-items .onsale,
.cid-uEzsZBbq9T .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uEzsZBbq9T .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uEzsZBbq9T .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uEzsZBbq9T .mbr-shop .price-range {
  display: inline-block;
}
.cid-uEzsZBbq9T .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uEzsZBbq9T .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uEzsZBbq9T .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uEzsZBbq9T .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uEzsZBbq9T .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uEzsZBbq9T .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uEzsZBbq9T .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uEzsZBbq9T .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uEzsZBbq9T .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uEzsZBbq9T .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uEzsZBbq9T .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uEzsZBbq9T .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uEzsZBbq9T .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uEzsZBbq9T .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEzsZBbq9T .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uEzsZBbq9T .wrapper-shop-items {
    order: 1;
  }
  .cid-uEzsZBbq9T .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEzsZBbq9T .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uEzsZBbq9T .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uEzsZBbq9T .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uEzsZBbq9T .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uEzsZBbq9T .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uEzsZBbq9T .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uEzsZBbq9T .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uEzsZBbq9T .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uEzsZBbq9T .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uEzsZBbq9T .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uEzsZBbq9T .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uEzsZBbq9T .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #0f2f67;
}
.cid-uEzsZBbq9T .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uEzsZBbq9T .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uEzsZBbq9T .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uEzsZBbq9T .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uEzsZBbq9T .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uEzsZBbq9T .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uEzsZBbq9T .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzsZBbq9T .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uEzsZBbq9T .shop-item-price,
.cid-uEzsZBbq9T .price-block {
  color: #cccccc;
}
.cid-uEzsZBbq9T .shop-item-price,
.cid-uEzsZBbq9T .price-block {
  text-align: center;
}
.cid-uEzsZBbq9T .card-description {
  color: #0f2f67;
}
.cid-uEzsZBbq9T .card-description P {
  text-align: left;
}
.cid-uAIhv52gVh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0f2f67;
}
.cid-uAIhv52gVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIhv52gVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIhv52gVh .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uAIhv52gVh .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uAIhv52gVh .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAIhv52gVh .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAIhv52gVh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #0f2f67 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #0f2f67 37%, transparent 100%);
}
.cid-uAIhv52gVh .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAIhv52gVh .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uAIhv52gVh .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uAIhv52gVh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAIhv52gVh .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAIhv52gVh .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uAIhv52gVh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAIhv52gVh .mbr-section-title {
  color: #404349;
}
.cid-uAIhv52gVh .mbr-text {
  color: #f0f0f0;
}
.cid-uAIhv52gVh .mbr-desc {
  color: #b19a7c;
}
.cid-uAIhv52gVh .mbr-desc,
.cid-uAIhv52gVh .desc-wrapper {
  color: #ffffff;
}
.cid-uAIhv52gVh .mbr-section-title,
.cid-uAIhv52gVh .mbr-section-btn {
  color: #e1e1e1;
}
.cid-uAIvn0CMJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0f2f67;
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uAIvn0CMJ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIvn0CMJ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIvn0CMJ6 .list li {
  transition: all linear .3s;
}
.cid-uAIvn0CMJ6 .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAIvn0CMJ6 .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uAIvn0CMJ6 .copyright {
  color: #727272;
}
.cid-uAIvn0CMJ6 .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uAIvn0CMJ6 .top {
    padding-top: 75px;
  }
}
.cid-uAIvn0CMJ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIvn0CMJ6 .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uAIvn0CMJ6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAIvn0CMJ6 .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uAIvn0CMJ6 .mbr-section-subtitle {
  color: #29b9e0;
}
