.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #96d8d9 !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #12182b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #96d8d9 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #89bcbe 0, #65c3bc 100%) !important;
  border: 1px solid #96d8d9 !important;
  color: #1e5152 !important;
  box-shadow: 0 6px 30px rgba(151, 195, 196, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #89bcbe 0, #65c3bc 100%) !important;
  box-shadow: 0 6px 40px #97c3c4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1e5152 !important;
  background-color: #56c0c2 !important;
  border-color: #96d8d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #89bcbe 0, #65c3bc 100%) !important;
  border: 1px solid #96d8d9 !important;
  color: #1e5152 !important;
  box-shadow: 0 6px 30px rgba(151, 195, 196, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #89bcbe 0, #65c3bc 100%) !important;
  box-shadow: 0 6px 40px #97c3c4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e5152 !important;
  background-color: #56c0c2 !important;
  border-color: #96d8d9 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #08090c 0, #000000 100%) !important;
  border: 1px solid #12182b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(16, 18, 25, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #08090c 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #101219;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #12182b !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  border: 1px solid #189d8b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(37, 124, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  box-shadow: 0 6px 40px #257c70;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d5248 !important;
  border-color: #189d8b !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  border: 1px solid #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 6px 30px rgba(245, 245, 245, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  box-shadow: 0 6px 40px #f5f5f5;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #89bcbe 0, #65c3bc 100%) !important;
  border: 1px solid #96d8d9 !important;
  color: #1e5152 !important;
  box-shadow: 0 6px 30px rgba(151, 195, 196, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #89bcbe 0, #65c3bc 100%) !important;
  box-shadow: 0 6px 40px #97c3c4;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1e5152 !important;
  background-color: #56c0c2 !important;
  border-color: #96d8d9 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #96d8d9;
  color: #96d8d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #56c0c2 !important;
  background-color: transparent!important;
  border-color: #56c0c2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1e5152 !important;
  background-color: #96d8d9 !important;
  border-color: #96d8d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #96d8d9;
  color: #96d8d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #56c0c2 !important;
  background-color: transparent!important;
  border-color: #56c0c2 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e5152 !important;
  background-color: #96d8d9 !important;
  border-color: #96d8d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #12182b;
  color: #12182b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12182b !important;
  border-color: #12182b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #189d8b;
  color: #189d8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d5248 !important;
  background-color: transparent!important;
  border-color: #0d5248 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #189d8b !important;
  border-color: #189d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #96d8d9;
  color: #96d8d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56c0c2 !important;
  background-color: transparent!important;
  border-color: #56c0c2 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1e5152 !important;
  background-color: #96d8d9 !important;
  border-color: #96d8d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #96d8d9 !important;
}
.text-secondary {
  color: #96d8d9 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #12182b !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #96d8d9 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4bbcbe !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4bbcbe !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a453d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4bbcbe !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !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: #96d8d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12182b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #96d8d9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #96d8d9;
  border-color: #96d8d9;
  color: #256465;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #96d8d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #50e4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bec7e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #96d8d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #96d8d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #96d8d9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #96d8d9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #96d8d9;
  border-bottom-color: #96d8d9;
}
.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: #000000 !important;
  background-color: #96d8d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #96d8d9 !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='%2396d8d9' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #96d8d9 !important;
  border-color: #96d8d9 !important;
  color: #e3ebf3 !important;
}
.cid-ty78EPRWLc .navbar-dropdown {
  position: absolute !important;
}
.cid-ty78EPRWLc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-ty78EPRWLc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty78EPRWLc .dropdown-item:hover,
.cid-ty78EPRWLc .dropdown-item:focus {
  background: #96d8d9 !important;
  color: white !important;
}
.cid-ty78EPRWLc .dropdown-item:hover span {
  color: white;
}
.cid-ty78EPRWLc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty78EPRWLc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty78EPRWLc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty78EPRWLc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty78EPRWLc .nav-link {
  position: relative;
}
.cid-ty78EPRWLc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty78EPRWLc .container {
    flex-wrap: nowrap;
  }
}
.cid-ty78EPRWLc .nav-item:focus,
.cid-ty78EPRWLc .nav-link:focus {
  outline: none;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty78EPRWLc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty78EPRWLc .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty78EPRWLc .navbar.opened {
  transition: all 0.3s;
}
.cid-ty78EPRWLc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty78EPRWLc .navbar .navbar-logo img {
  width: auto;
}
.cid-ty78EPRWLc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty78EPRWLc .navbar.collapsed {
  justify-content: center;
}
.cid-ty78EPRWLc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty78EPRWLc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty78EPRWLc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty78EPRWLc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty78EPRWLc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty78EPRWLc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty78EPRWLc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty78EPRWLc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty78EPRWLc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty78EPRWLc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty78EPRWLc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty78EPRWLc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty78EPRWLc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty78EPRWLc .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #12182b;
}
.cid-ty78EPRWLc .dropdown-item.active,
.cid-ty78EPRWLc .dropdown-item:active {
  background-color: transparent;
}
.cid-ty78EPRWLc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty78EPRWLc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty78EPRWLc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty78EPRWLc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty78EPRWLc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty78EPRWLc .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-ty78EPRWLc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty78EPRWLc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty78EPRWLc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty78EPRWLc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12182b;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty78EPRWLc .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty78EPRWLc .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty78EPRWLc .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty78EPRWLc .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty78EPRWLc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ty78EPRWLc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty78EPRWLc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty78EPRWLc .navbar {
    height: 70px;
  }
  .cid-ty78EPRWLc .navbar.opened {
    height: auto;
  }
  .cid-ty78EPRWLc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty78EPRWLc .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-ty78EPRWLc .navbar-collapse {
  margin-left: auto;
}
.cid-ty78EPRWLc .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-ty78EPRWLc .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty78EPRWLc .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty78EPRWLc .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty78EPRWLc .navbar {
    padding: 0 !important;
  }
  .cid-ty78EPRWLc .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty78EPRWLc .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty78EPRWLc .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/img27.jpg-1-963x543.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty78EPRWLc .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty78EPRWLc .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty78EPRWLc .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty78EPRWLc .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty78EPRWLc .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-ty79u2I09A {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ty79u2I09A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty79u2I09A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty79u2I09A .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ty79u2I09A .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty79u2I09A .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty79u2I09A .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/img11.jpg-1-963x543.jpg");
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-ty79u2I09A .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-ty79u2I09A .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-ty79u2I09A .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-ty79u2I09A .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-ty79u2I09A .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-ty79u2I09A .card-subtitle,
.cid-ty79u2I09A .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7aBJ5baz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty7aBJ5baz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7aBJ5baz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7aBJ5baz .mbr-section-title {
  color: #96d8d9;
  text-align: center;
}
.cid-ty7aBJ5baz .mbr-section-title a {
  pointer-events: none;
}
.cid-ty7aBJ5baz .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7aBJ5baz .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty7aBJ5baz .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty7aBJ5baz .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7aBJ5baz .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty7ajdGRzg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty7ajdGRzg .row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1399px) {
  .cid-ty7ajdGRzg .row {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-ty7ajdGRzg .row {
    min-height: auto;
  }
}
.cid-ty7ajdGRzg .item-text {
  position: relative;
  z-index: 2;
  padding: 0 !important;
}
.cid-ty7ajdGRzg .item-title {
  color: #96d8d9;
}
.cid-ty7ajdGRzg .item-title.display-1 {
  font-size: 15vw !important;
  line-height: 1 !important;
}
@media (max-width: 991px) {
  .cid-ty7ajdGRzg .item-title.display-1 {
    font-size: 20vw !important;
  }
}
@media (max-width: 767px) {
  .cid-ty7ajdGRzg .item-title.display-1 {
    font-size: 25vw !important;
  }
}
.cid-ty7ajdGRzg .mbr-text {
  color: #e3ebf3;
}
.cid-ty7ajdGRzg .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty7ajdGRzg .item-img {
  position: absolute;
  top: 0;
  width: calc(50% - 10px);
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ty7ajdGRzg .item-img {
    position: static;
    width: 100%;
  }
}
.cid-ty7ajdGRzg .item-img-1 {
  left: 0;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ty7ajdGRzg .item-img-1 {
    margin-bottom: -5vw;
  }
}
@media (max-width: 767px) {
  .cid-ty7ajdGRzg .item-img-1 {
    margin-bottom: -10vw;
  }
}
.cid-ty7ajdGRzg .item-img-2 {
  right: 0;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .cid-ty7ajdGRzg .item-img-2 {
    margin-top: -5vw;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty7ajdGRzg .item-img-2 {
    margin-top: -10vw;
  }
}
.cid-ty7ajdGRzg .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty7ajdGRzg .item-img img {
    aspect-ratio: 1;
  }
}
.cid-ty7ajdGRzg .mbr-text,
.cid-ty7ajdGRzg .mbr-section-btn {
  color: #96d8d9;
}
.cid-ty7i8fuCQH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-ty7i8fuCQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7i8fuCQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7i8fuCQH .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty7i8fuCQH .mbr-section-title {
  color: #96d8d9;
  margin-bottom: 0;
  text-align: center;
}
.cid-ty7i8fuCQH .mbr-section-subtitle {
  color: #12182b;
  margin-top: 8px;
  text-align: center;
}
.cid-ty7i8fuCQH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty7i8fuCQH form {
  width: 100%;
}
.cid-ty7i8fuCQH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty7i8fuCQH form p {
  color: #1a1e21;
}
.cid-ty7i8fuCQH form .mbr-section-btn {
  margin-top: 10px;
}
.cid-ty7i8fuCQH form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-ty7i8fuCQH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-ty7i8fuCQH form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-ty7i8fuCQH form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-ty7i8fuCQH form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-ty7i8fuCQH form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-ty7i8fuCQH form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-ty7i8fuCQH form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-ty7i8fuCQH form select {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-ty7i8fuCQH form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form input,
.cid-ty7i8fuCQH form textarea {
  transition: .3s all;
}
.cid-ty7i8fuCQH form input:active,
.cid-ty7i8fuCQH form textarea:active,
.cid-ty7i8fuCQH form input:focus,
.cid-ty7i8fuCQH form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-ty7i8fuCQH form input:active::-webkit-input-placeholder,
.cid-ty7i8fuCQH form textarea:active::-webkit-input-placeholder,
.cid-ty7i8fuCQH form input:focus::-webkit-input-placeholder,
.cid-ty7i8fuCQH form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form input:active::-moz-placeholder,
.cid-ty7i8fuCQH form textarea:active::-moz-placeholder,
.cid-ty7i8fuCQH form input:focus::-moz-placeholder,
.cid-ty7i8fuCQH form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form input:active:-moz-placeholder,
.cid-ty7i8fuCQH form textarea:active:-moz-placeholder,
.cid-ty7i8fuCQH form input:focus:-moz-placeholder,
.cid-ty7i8fuCQH form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form input:active:-ms-input-placeholder,
.cid-ty7i8fuCQH form textarea:active:-ms-input-placeholder,
.cid-ty7i8fuCQH form input:focus:-ms-input-placeholder,
.cid-ty7i8fuCQH form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty7i8fuCQH form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty7i8fuCQH form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-ty7i8fuCQH form .form-check label {
  color: #1a1e21;
}
.cid-ty7i8fuCQH form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty7i8fuCQH form .form-check-input:focus,
.cid-ty7i8fuCQH form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-ty7i8fuCQH form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-ty7k8P4FXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-ty7k8P4FXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7k8P4FXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7k8P4FXO .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ty7k8P4FXO .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty7k8P4FXO .col-img {
    width: 100%;
  }
}
.cid-ty7k8P4FXO .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7k8P4FXO .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7k8P4FXO .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty7k8P4FXO .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty7k8P4FXO .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty7k8P4FXO .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7k8P4FXO .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty7k8P4FXO .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-ty7k8P4FXO .card-title {
  color: #e3ebf3;
}
.cid-ty7k8P4FXO .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7k8P4FXO .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty7k8P4FXO .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty7k8P4FXO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7k8P4FXO .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty7k8P4FXO .mbr-text,
.cid-ty7k8P4FXO .mbr-section-btn {
  color: #8e97a1;
}
.cid-ty7lAa5l2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty7lAa5l2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7lAa5l2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7lAa5l2p .mbr-section-title {
  color: #96d8d9;
}
.cid-ty7lAa5l2p .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-ty7lAa5l2p .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-ty7lAa5l2p .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ty7lAa5l2p .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-ty7lAa5l2p .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-ty7lAa5l2p .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-ty7lAa5l2p .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-ty7lAa5l2p .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty7lAa5l2p .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-ty7lAa5l2p .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #8e97a1;
}
@media (max-width: 767px) {
  .cid-ty7lAa5l2p .mbr-text {
    width: 100%;
  }
}
.cid-ty7lAa5l2p .mbr-section-subtitle,
.cid-ty7lAa5l2p .mbr-section-btn {
  color: #12182b;
}
.cid-ty7lye0RB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty7lye0RB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7lye0RB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7lye0RB6 .row {
  gap: 20px;
  margin: 0 !important;
}
.cid-ty7lye0RB6 .item {
  width: calc(50% - 10px);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .cid-ty7lye0RB6 .item {
    width: 100%;
  }
}
.cid-ty7lye0RB6 .item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border: 1px solid #96d8d9;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .cid-ty7lye0RB6 .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7lye0RB6 .item-wrapper {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty7lye0RB6 .item-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .cid-ty7lye0RB6 .item-wrapper:hover .image-wrapper img {
    transform: scale(1.1);
  }
}
.cid-ty7lye0RB6 .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-ty7lye0RB6 .col-text {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-ty7lye0RB6 .col-text {
    width: 100%;
  }
}
.cid-ty7lye0RB6 .date-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.cid-ty7lye0RB6 .day-text {
  color: #96d8d9;
}
.cid-ty7lye0RB6 .month-text {
  color: #e3ebf3;
}
.cid-ty7lye0RB6 .year-text {
  color: #e3ebf3;
}
.cid-ty7lye0RB6 .card-title {
  color: #12182b;
}
.cid-ty7lye0RB6 .mbr-text {
  margin-top: 12px;
  color: #e3ebf3;
}
.cid-ty7lye0RB6 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty7lye0RB6 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty7lye0RB6 .col-img {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-ty7lye0RB6 .col-img {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .cid-ty7lye0RB6 .col-img {
    width: 100%;
  }
}
.cid-ty7lye0RB6 .image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty7lye0RB6 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty7lye0RB6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .cid-ty7lye0RB6 .image-wrapper img {
    aspect-ratio: 0.68577982;
  }
}
@media (max-width: 1199px) {
  .cid-ty7lye0RB6 .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-ty7lye0RB6 .image-wrapper img {
    height: 220px;
  }
}
.cid-ty7ncKdyjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96d8d9;
}
.cid-ty7ncKdyjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7ncKdyjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7ncKdyjz .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-ty7ncKdyjz .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ty7ncKdyjz .mbr-section-title {
  color: #12182b;
}
.cid-ty7ncKdyjz .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-ty7ncKdyjz .row {
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .row {
    gap: 12px;
  }
}
.cid-ty7ncKdyjz .card {
  border-radius: 20px;
  border: 1px solid #12182b;
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .card {
    border-radius: 12px;
  }
}
.cid-ty7ncKdyjz .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 1399px) {
  .cid-ty7ncKdyjz .card-wrap {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .card-wrap {
    gap: 12px;
    padding: 12px;
  }
}
.cid-ty7ncKdyjz .card-title {
  color: #12182b;
  margin-right: auto;
}
.cid-ty7ncKdyjz .right-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 32px;
}
@media (max-width: 1399px) {
  .cid-ty7ncKdyjz .right-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .right-wrap {
    gap: 12px;
  }
}
.cid-ty7ncKdyjz .card-subtitle {
  color: #e3ebf3;
  word-break: normal;
}
.cid-ty7ncKdyjz .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  aspect-ratio: 1;
  padding: 10px;
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%);
  border: 1px solid #ffffff;
  box-shadow: 0 6px 30px rgba(245, 245, 245, 0.35);
  border-radius: 6px;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ty7ncKdyjz .iconfont-wrapper .mbr-iconfont {
    min-width: 36px;
    padding: 5px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ty7ncKdyjz .iconfont-wrapper .mbr-iconfont:hover {
    box-shadow: 0 6px 40px #f5f5f5;
  }
}
.cid-ty7ncKdyjz .card-subtitle,
.cid-ty7ncKdyjz .mbr-section-btn {
  color: #12182b;
}
.cid-ty7l8JTjVR {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ty7l8JTjVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7l8JTjVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7l8JTjVR .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-ty7l8JTjVR .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-ty7l8JTjVR .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 50px !important;
  background-image: url("../../../assets/images/img40.jpg-963x543.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-ty7l8JTjVR .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-ty7l8JTjVR .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty7l8JTjVR .col-text {
    padding: 12px !important;
  }
}
.cid-ty7l8JTjVR .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.cid-ty7l8JTjVR .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-ty7l8JTjVR .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-ty7l8JTjVR .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-ty7l8JTjVR .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-ty7l8JTjVR .mbr-section-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-ty7l8JTjVR .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-ty7l8JTjVR .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-ty7l8JTjVR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-ty7l8JTjVR .iconfont-wrapper {
    display: none;
  }
}
.cid-ty7l8JTjVR .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-ty7l8JTjVR .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-ty7l8JTjVR .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e3ebf3;
}
@media (max-width: 991px) {
  .cid-ty7l8JTjVR .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-ty7l8JTjVR .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-ty7l8JTjVR .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-ty7l8JTjVR .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-ty7l8JTjVR .list a {
  position: relative;
  color: inherit;
}
.cid-ty7l8JTjVR a.text-white:hover {
  color: #96d8d9 !important;
}
.cid-ty7l9QbCuX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #2e3237;
}
.cid-ty7l9QbCuX .mbr-text {
  color: #e3ebf3;
}
.cid-uPQljk63o5 .navbar-dropdown {
  position: absolute !important;
}
.cid-uPQljk63o5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPQljk63o5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-uPQljk63o5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPQljk63o5 .dropdown-item:hover,
.cid-uPQljk63o5 .dropdown-item:focus {
  background: #96d8d9 !important;
  color: white !important;
}
.cid-uPQljk63o5 .dropdown-item:hover span {
  color: white;
}
.cid-uPQljk63o5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPQljk63o5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPQljk63o5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPQljk63o5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPQljk63o5 .nav-link {
  position: relative;
}
.cid-uPQljk63o5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPQljk63o5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPQljk63o5 .nav-item:focus,
.cid-uPQljk63o5 .nav-link:focus {
  outline: none;
}
.cid-uPQljk63o5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPQljk63o5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPQljk63o5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPQljk63o5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPQljk63o5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPQljk63o5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPQljk63o5 .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uPQljk63o5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPQljk63o5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPQljk63o5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPQljk63o5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPQljk63o5 .navbar.collapsed {
  justify-content: center;
}
.cid-uPQljk63o5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPQljk63o5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPQljk63o5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPQljk63o5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPQljk63o5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPQljk63o5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPQljk63o5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPQljk63o5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPQljk63o5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPQljk63o5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPQljk63o5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPQljk63o5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPQljk63o5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPQljk63o5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPQljk63o5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPQljk63o5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPQljk63o5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPQljk63o5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPQljk63o5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPQljk63o5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPQljk63o5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPQljk63o5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPQljk63o5 .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uPQljk63o5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPQljk63o5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPQljk63o5 .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uPQljk63o5 .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #12182b;
}
.cid-uPQljk63o5 .dropdown-item.active,
.cid-uPQljk63o5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPQljk63o5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPQljk63o5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPQljk63o5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPQljk63o5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPQljk63o5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPQljk63o5 .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uPQljk63o5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPQljk63o5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPQljk63o5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPQljk63o5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPQljk63o5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12182b;
}
.cid-uPQljk63o5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPQljk63o5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPQljk63o5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPQljk63o5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPQljk63o5 .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uPQljk63o5 .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uPQljk63o5 .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uPQljk63o5 .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uPQljk63o5 .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uPQljk63o5 .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uPQljk63o5 .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uPQljk63o5 .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uPQljk63o5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPQljk63o5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPQljk63o5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPQljk63o5 .navbar {
    height: 70px;
  }
  .cid-uPQljk63o5 .navbar.opened {
    height: auto;
  }
  .cid-uPQljk63o5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPQljk63o5 .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-uPQljk63o5 .navbar-collapse {
  margin-left: auto;
}
.cid-uPQljk63o5 .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-uPQljk63o5 .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPQljk63o5 .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uPQljk63o5 .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uPQljk63o5 .navbar {
    padding: 0 !important;
  }
  .cid-uPQljk63o5 .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uPQljk63o5 .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uPQljk63o5 .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uPQljk63o5 .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uPQljk63o5 .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uPQljk63o5 .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uPQljk63o5 .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPQljk63o5 .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uPQljk63o5 .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uPQljk63o5 .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uPQljk63o5 .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uPQljlN3YU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4b5158;
}
.cid-uPQljlN3YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljlN3YU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljlN3YU .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uPQljlN3YU .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljlN3YU .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uPQljlN3YU .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPQljlN3YU .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPQljlN3YU .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljlN3YU .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPQljlN3YU .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/img27.jpg-1-963x543.jpg");
}
@media (max-width: 1399px) {
  .cid-uPQljlN3YU .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uPQljlN3YU .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljlN3YU .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uPQljlN3YU .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uPQljlN3YU .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uPQljlN3YU .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uPQljlN3YU .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uPQljmHpat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-uPQljmHpat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljmHpat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljmHpat .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uPQljmHpat .mbr-section-title a {
  pointer-events: none;
}
.cid-uPQljmHpat .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPQljmHpat .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljmHpat .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPQljmHpat .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPQljmHpat .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPQlVMITnk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-uPQlVMITnk .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-uPQlVMITnk .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uPQlVMITnk .row {
    padding: 0;
  }
}
.cid-uPQlVMITnk .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPQlVMITnk .item-text {
    max-width: 100%;
  }
}
.cid-uPQlVMITnk .item-title {
  position: relative;
  color: #e3ebf3;
}
.cid-uPQlVMITnk .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPQlVMITnk .mbr-text {
  color: #e3ebf3;
  text-align: left;
}
.cid-uPQlVMITnk .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPQlVMITnk .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPQlVMITnk .item-img {
    display: none;
  }
}
.cid-uPQlVMITnk .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uPQlVMITnk .item-img-2 {
  transform: rotate(15deg);
}
.cid-uPQlVMITnk .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uPQmQPWfWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000c3f;
}
.cid-uPQmQPWfWz .item:focus,
.cid-uPQmQPWfWz span:focus {
  outline: none;
}
.cid-uPQmQPWfWz .item {
  cursor: pointer;
}
.cid-uPQmQPWfWz .grid-container {
  grid-row-gap: 20px;
}
.cid-uPQmQPWfWz .grid-container-1,
.cid-uPQmQPWfWz .grid-container-2 {
  gap: 0 20px;
}
.cid-uPQmQPWfWz .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPQmQPWfWz .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPQmQPWfWz .content-head {
  max-width: 800px;
}
.cid-uPQmQPWfWz .container,
.cid-uPQmQPWfWz .container-fluid {
  overflow: hidden;
}
.cid-uPQmQPWfWz .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uPQmQPWfWz .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPQmQPWfWz .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border: 20px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uPQmQPWfWz .grid-item img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uPQmQPWfWz .grid-item img {
    border: 10px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-uPQmQPWfWz .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uPQmQPWfWz .grid-container-1,
.cid-uPQmQPWfWz .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uPQmQPWfWz .grid-container-1 {
  align-items: flex-end;
}
.cid-uPQmQPWfWz .grid-container-2 {
  align-items: flex-start;
}
.cid-uPQljncpjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uPQljncpjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljncpjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljncpjP .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uPQljncpjP .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-uPQljncpjP .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-uPQljncpjP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uPQljncpjP form {
  width: 100%;
}
.cid-uPQljncpjP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uPQljncpjP form p {
  color: #1a1e21;
}
.cid-uPQljncpjP form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uPQljncpjP form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uPQljncpjP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uPQljncpjP form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uPQljncpjP form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uPQljncpjP form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uPQljncpjP form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uPQljncpjP form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uPQljncpjP form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uPQljncpjP form select {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uPQljncpjP form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form input,
.cid-uPQljncpjP form textarea {
  transition: .3s all;
}
.cid-uPQljncpjP form input:active,
.cid-uPQljncpjP form textarea:active,
.cid-uPQljncpjP form input:focus,
.cid-uPQljncpjP form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uPQljncpjP form input:active::-webkit-input-placeholder,
.cid-uPQljncpjP form textarea:active::-webkit-input-placeholder,
.cid-uPQljncpjP form input:focus::-webkit-input-placeholder,
.cid-uPQljncpjP form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form input:active::-moz-placeholder,
.cid-uPQljncpjP form textarea:active::-moz-placeholder,
.cid-uPQljncpjP form input:focus::-moz-placeholder,
.cid-uPQljncpjP form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form input:active:-moz-placeholder,
.cid-uPQljncpjP form textarea:active:-moz-placeholder,
.cid-uPQljncpjP form input:focus:-moz-placeholder,
.cid-uPQljncpjP form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form input:active:-ms-input-placeholder,
.cid-uPQljncpjP form textarea:active:-ms-input-placeholder,
.cid-uPQljncpjP form input:focus:-ms-input-placeholder,
.cid-uPQljncpjP form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uPQljncpjP form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uPQljncpjP form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uPQljncpjP form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uPQljncpjP form .form-check label {
  color: #1a1e21;
}
.cid-uPQljncpjP form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uPQljncpjP form .form-check-input:focus,
.cid-uPQljncpjP form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uPQljncpjP form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-uPQljnxbPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-uPQljnxbPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljnxbPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljnxbPM .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uPQljnxbPM .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPQljnxbPM .col-img {
    width: 100%;
  }
}
.cid-uPQljnxbPM .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPQljnxbPM .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPQljnxbPM .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPQljnxbPM .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPQljnxbPM .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPQljnxbPM .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPQljnxbPM .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPQljnxbPM .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPQljnxbPM .card-title {
  color: #e3ebf3;
}
.cid-uPQljnxbPM .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPQljnxbPM .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljnxbPM .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPQljnxbPM .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPQljnxbPM .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPQljnxbPM .mbr-text,
.cid-uPQljnxbPM .mbr-section-btn {
  color: #8e97a1;
}
.cid-uPQljnMQrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-uPQljnMQrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljnMQrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljnMQrl .mbr-section-title {
  color: #d48a06;
}
.cid-uPQljnMQrl .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPQljnMQrl .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPQljnMQrl .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPQljnMQrl .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljnMQrl .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPQljnMQrl .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPQljnMQrl .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPQljnMQrl .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljnMQrl .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPQljnMQrl .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #8e97a1;
}
@media (max-width: 767px) {
  .cid-uPQljnMQrl .mbr-text {
    width: 100%;
  }
}
.cid-uPQljo3W71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-uPQljo3W71 iframe,
.cid-uPQljo3W71 img,
.cid-uPQljo3W71 video {
  width: 100%;
}
.cid-uPQljo3W71 .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uPQljo3W71 .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljo3W71 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPQljo3W71 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPQljo3W71 .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPQljo3W71 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uPQljo3W71 .mbr-media {
  position: relative;
}
.cid-uPQljo3W71 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uPQljo3W71 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uPQljo3W71 .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uPQljo3W71 .box {
  padding: 0 !important;
}
.cid-uPQljo3W71 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uPQljo3W71 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPQljo3W71 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uPQljo3W71 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uPQljo3W71 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uPQljo3W71 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uPQljo3W71 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPQljoFdA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-uPQljoFdA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljoFdA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljoFdA6 .row {
  gap: 20px;
  margin: 0 !important;
}
.cid-uPQljoFdA6 .item {
  width: calc(50% - 10px);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .cid-uPQljoFdA6 .item {
    width: 100%;
  }
}
.cid-uPQljoFdA6 .item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border: 1px solid #e3ebf3;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .cid-uPQljoFdA6 .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPQljoFdA6 .item-wrapper {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljoFdA6 .item-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .cid-uPQljoFdA6 .item-wrapper:hover .image-wrapper img {
    transform: scale(1.1);
  }
}
.cid-uPQljoFdA6 .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-uPQljoFdA6 .col-text {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uPQljoFdA6 .col-text {
    width: 100%;
  }
}
.cid-uPQljoFdA6 .date-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.cid-uPQljoFdA6 .day-text {
  color: #e3ebf3;
}
.cid-uPQljoFdA6 .month-text {
  color: #e3ebf3;
}
.cid-uPQljoFdA6 .year-text {
  color: #e3ebf3;
}
.cid-uPQljoFdA6 .card-title {
  color: #8e97a1;
}
.cid-uPQljoFdA6 .mbr-text {
  margin-top: 12px;
  color: #e3ebf3;
}
.cid-uPQljoFdA6 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPQljoFdA6 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPQljoFdA6 .col-img {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-uPQljoFdA6 .col-img {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .cid-uPQljoFdA6 .col-img {
    width: 100%;
  }
}
.cid-uPQljoFdA6 .image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPQljoFdA6 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPQljoFdA6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .cid-uPQljoFdA6 .image-wrapper img {
    aspect-ratio: 0.68577982;
  }
}
@media (max-width: 1199px) {
  .cid-uPQljoFdA6 .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljoFdA6 .image-wrapper img {
    height: 220px;
  }
}
.cid-uPQljpE6T2 {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-uPQljpE6T2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQljpE6T2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQljpE6T2 .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uPQljpE6T2 .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uPQljpE6T2 .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 50px !important;
  background-image: url("../../../assets/images/img82.jpg-763x543.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-uPQljpE6T2 .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-uPQljpE6T2 .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPQljpE6T2 .col-text {
    padding: 12px !important;
  }
}
.cid-uPQljpE6T2 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.cid-uPQljpE6T2 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-uPQljpE6T2 .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uPQljpE6T2 .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-uPQljpE6T2 .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-uPQljpE6T2 .mbr-section-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uPQljpE6T2 .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-uPQljpE6T2 .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-uPQljpE6T2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-uPQljpE6T2 .iconfont-wrapper {
    display: none;
  }
}
.cid-uPQljpE6T2 .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-uPQljpE6T2 .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPQljpE6T2 .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e3ebf3;
}
@media (max-width: 991px) {
  .cid-uPQljpE6T2 .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-uPQljpE6T2 .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-uPQljpE6T2 .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-uPQljpE6T2 .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-uPQljpE6T2 .list a {
  position: relative;
  color: inherit;
}
.cid-uPQljpE6T2 a.text-white:hover {
  color: #96d8d9 !important;
}
.cid-uPQljqiRs6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-uPQljqiRs6 .mbr-text {
  color: #e3ebf3;
}
