.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((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: #fa7e26 !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  border: 1px solid #fa7e26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 118, 41, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  box-shadow: 0 6px 40px #e37629;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c55405 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !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%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !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: #fa7e26;
  color: #fa7e26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c55405 !important;
  background-color: transparent!important;
  border-color: #c55405 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !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: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ce4909;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: #7b2c05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !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: #fa7e26 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b64e04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !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: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !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: #fa7e26;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa7e26;
  border-color: #fa7e26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa7e26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5ed;
}
.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: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', 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: #fa7e26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', 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: #fa7e26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa7e26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa7e26;
}
.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: #fa7e26;
  border-bottom-color: #fa7e26;
}
.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: #fa7e26 !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: #faae26 !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='%23fa7e26' %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: #fa7e26 !important;
  border-color: #fa7e26 !important;
  color: #e3ebf3 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ty78EPRWLc {
  z-index: 1000;
  width: 100%;
}
.cid-ty78EPRWLc nav.navbar {
  position: fixed;
}
.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: #2e3237 !important;
}
.cid-ty78EPRWLc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty78EPRWLc .dropdown-item:hover,
.cid-ty78EPRWLc .dropdown-item:focus {
  background: #fa7e26 !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: #e3ebf3;
}
.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: #2e3237;
}
.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: #e3ebf3;
}
.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;
  position: fixed;
}
.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: #2e3237;
}
.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/background1.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: 0rem;
  background-color: #4b5158;
}
.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/gemini-2.5-flash-image-architectural-photograph-of-an-apartment-building-take-a-view-from-the-left-corn-0202-1344x768.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: #e3ebf3;
}
.cid-ty79u2I09A .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-ty79u2I09A .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-vflApBUzGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vflApBUzGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflApBUzGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflApBUzGZ .mbr-section-title {
  color: #FA7E26;
}
.cid-vflApBUzGZ .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflApBUzGZ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-vflApBUzGZ .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflApBUzGZ .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vflApBUzGZ .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-vflApBUzGZ .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-vflApBUzGZ .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-vflApBUzGZ .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflApBUzGZ .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-vflApBUzGZ .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflApBUzGZ .mbr-text {
    width: 100%;
  }
}
.cid-ty7aBJ5baz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.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: #e3ebf3;
  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-veiCL7pXM2 {
  background-color: #060606;
}
.cid-veiCL7pXM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiCL7pXM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiCL7pXM2 .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #252525;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-veiCL7pXM2 .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-veiCL7pXM2 .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-veiCL7pXM2 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-veiCL7pXM2 .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veiCL7pXM2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #078efb !important;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: .6;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-veiCL7pXM2 .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-veiCL7pXM2 .mbr-section-title {
  color: #ffffff;
}
.cid-veiCL7pXM2 .mbr-text,
.cid-veiCL7pXM2 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-veiCL7pXM2 .mbr-section-title,
.cid-veiCL7pXM2 .mbr-section-btn {
  text-align: center;
}
.cid-ty7ajdGRzg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.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: #e3ebf3;
}
.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;
  right: 0;
  left: auto;
  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;
  left: 0;
  right: auto;
  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-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: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-ty7i8fuCQH .mbr-section-subtitle {
  color: #1a1e21;
  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-vflwojWFac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vflwojWFac .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflwojWFac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflwojWFac .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vflwojWFac .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vflwojWFac .embla__slide .slide-content {
  width: 100%;
}
.cid-vflwojWFac .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vflwojWFac .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vflwojWFac .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vflwojWFac .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vflwojWFac .embla__button--next,
.cid-vflwojWFac .embla__button--prev {
  display: flex;
}
.cid-vflwojWFac .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vflwojWFac .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vflwojWFac .embla__button:hover::before {
  opacity: .5;
}
.cid-vflwojWFac .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vflwojWFac .embla__button:disabled::before {
  opacity: .2;
}
.cid-vflwojWFac .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vflwojWFac .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vflwojWFac .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vflwojWFac .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vflwojWFac .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vflwojWFac .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vflwojWFac .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vflwojWFac .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vflwojWFac .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vflwojWFac .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vflwojWFac .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vflwojWFac .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vflwojWFac .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ty7iIRXwMd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-ty7iIRXwMd .mbr-section-head {
  margin-bottom: 50px;
}
.cid-ty7iIRXwMd .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty7iIRXwMd .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-ty7iIRXwMd .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-ty7iIRXwMd .row {
    gap: 12px;
  }
}
.cid-ty7iIRXwMd .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-ty7iIRXwMd .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ty7iIRXwMd .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty7iIRXwMd .item-wrap {
    padding: 12px;
  }
}
.cid-ty7iIRXwMd .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-ty7iIRXwMd .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-ty7iIRXwMd .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-ty7iIRXwMd .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-ty7iIRXwMd .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-ty7iIRXwMd .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-ty7iIRXwMd .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-ty7iIRXwMd .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-ty7iIRXwMd .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-ty7iIRXwMd .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-ty7iIRXwMd .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ty7iIRXwMd .item {
    min-height: calc(4 * 80px);
  }
}
.cid-ty7iIRXwMd .item:nth-child(1) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-keep-the-gazebo-change-the-background-and-remove-the-watermark.-change-the-photo-1024x1024.jpg");
}
.cid-ty7iIRXwMd .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-leave-the-gazebo-change-the-background-and-remove-the-watermarks-0201-1024x1024.jpg");
}
.cid-ty7iIRXwMd .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-ty7iIRXwMd .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-ty7iIRXwMd .item:hover:before {
  opacity: 0.55;
}
.cid-ty7iIRXwMd .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-ty7iIRXwMd .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.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-ty7iImXjL2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #4b5158;
}
.cid-ty7iImXjL2 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-ty7iImXjL2 .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty7iImXjL2 .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-ty7iImXjL2 .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-ty7iImXjL2 .row {
    gap: 12px;
  }
}
.cid-ty7iImXjL2 .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-ty7iImXjL2 .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ty7iImXjL2 .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty7iImXjL2 .item-wrap {
    padding: 12px;
  }
}
.cid-ty7iImXjL2 .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-ty7iImXjL2 .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-ty7iImXjL2 .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-ty7iImXjL2 .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-ty7iImXjL2 .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-ty7iImXjL2 .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-ty7iImXjL2 .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-ty7iImXjL2 .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-ty7iImXjL2 .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-ty7iImXjL2 .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-ty7iImXjL2 .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ty7iImXjL2 .item {
    min-height: calc(4 * 80px);
  }
}
.cid-ty7iImXjL2 .item:nth-child(1) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-architectural-photography-to-change-the-angle-of-the-house-shown-in-the-photo-th-0201-1344x768.jpg");
}
.cid-ty7iImXjL2 .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-architectural-photography.-place-a-3-meter-high-gazebo-in-a-beautiful-garden-nex-1024x1024.jpg");
}
.cid-ty7iImXjL2 .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-ty7iImXjL2 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-ty7iImXjL2 .item:hover:before {
  opacity: 0.55;
}
.cid-ty7iImXjL2 .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-ty7iImXjL2 .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-ty7kpyrU4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-ty7kpyrU4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7kpyrU4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7kpyrU4h .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-ty7kpyrU4h .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .col-img {
    width: 100%;
  }
}
.cid-ty7kpyrU4h .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty7kpyrU4h .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty7kpyrU4h .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-ty7kpyrU4h .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty7kpyrU4h .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-ty7kpyrU4h .card-title {
  color: #e3ebf3;
}
.cid-ty7kpyrU4h .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty7kpyrU4h .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty7kpyrU4h .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7kpyrU4h .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty7kpyrU4h .mbr-text,
.cid-ty7kpyrU4h .mbr-section-btn {
  color: #8e97a1;
}
.cid-ty7lAa5l2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.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: #d48a06;
}
.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-veH4rDCcCX {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-veH4rDCcCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veH4rDCcCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veH4rDCcCX .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-veH4rDCcCX .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-veH4rDCcCX .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/gemini-2.5-flash-image-change-the-size-0202-1344x768.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-veH4rDCcCX .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-veH4rDCcCX .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-veH4rDCcCX .col-text {
    padding: 12px !important;
  }
}
.cid-veH4rDCcCX .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-veH4rDCcCX .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-veH4rDCcCX .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-veH4rDCcCX .iconfont-wrapper {
  border: 2px solid #4b5158;
  border-radius: 50%;
  background: #4b5158;
  transition: .3s all;
}
.cid-veH4rDCcCX .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-veH4rDCcCX .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-veH4rDCcCX .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-veH4rDCcCX .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-veH4rDCcCX .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-veH4rDCcCX .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-veH4rDCcCX .mbr-section-btn {
  position: relative;
}
.cid-veRx3n5ZNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-veRx3n5ZNi iframe,
.cid-veRx3n5ZNi img,
.cid-veRx3n5ZNi video {
  width: 100%;
}
.cid-veRx3n5ZNi .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-veRx3n5ZNi .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-veRx3n5ZNi .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-veRx3n5ZNi .mbr-section-title {
  color: #e3ebf3;
}
.cid-veRx3n5ZNi .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-veRx3n5ZNi .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-veRx3n5ZNi .mbr-media {
  position: relative;
}
.cid-veRx3n5ZNi .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-veRx3n5ZNi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-veRx3n5ZNi .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-veRx3n5ZNi .box {
  padding: 0 !important;
}
.cid-veRx3n5ZNi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-veRx3n5ZNi .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-veRx3n5ZNi .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-veRx3n5ZNi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veRx3n5ZNi .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-veRx3n5ZNi .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-veRx3n5ZNi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ty7lye0RB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.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 #e3ebf3;
  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: #e3ebf3;
}
.cid-ty7lye0RB6 .month-text {
  color: #e3ebf3;
}
.cid-ty7lye0RB6 .year-text {
  color: #e3ebf3;
}
.cid-ty7lye0RB6 .card-title {
  color: #8e97a1;
}
.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-ty7lC0cehb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-ty7lC0cehb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7lC0cehb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7lC0cehb .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-ty7lC0cehb .row {
    column-gap: 40px;
  }
}
.cid-ty7lC0cehb .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-ty7lC0cehb .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-ty7lC0cehb .col-text {
    width: 100%;
  }
}
.cid-ty7lC0cehb .card-title {
  color: #e3ebf3;
}
.cid-ty7lC0cehb .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty7lC0cehb .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty7lC0cehb .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty7lC0cehb .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty7lC0cehb .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-ty7lC0cehb .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-ty7lC0cehb .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ty7lC0cehb .col-item {
    gap: 12px;
  }
}
.cid-ty7lC0cehb .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-ty7lC0cehb .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-ty7lC0cehb .item-wrap {
    width: 100%;
  }
}
.cid-ty7lC0cehb .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #d48a06;
}
@media (max-width: 1399px) {
  .cid-ty7lC0cehb .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-ty7lC0cehb .number-text {
  color: #e3ebf3;
}
.cid-ty7lC0cehb .item-text {
  color: #6c7a88;
}
.cid-ty7lD2yXNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-ty7lD2yXNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7lD2yXNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7lD2yXNf .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-ty7lD2yXNf .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-ty7lD2yXNf .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty7lD2yXNf .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-ty7lD2yXNf .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .cards-wrap {
    gap: 12px;
  }
}
.cid-ty7lD2yXNf .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7lD2yXNf .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7lD2yXNf .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-ty7lD2yXNf .card {
    width: 100%;
  }
}
.cid-ty7lD2yXNf .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-ty7lD2yXNf .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ty7lD2yXNf .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-ty7lD2yXNf .img-wrapper img {
    height: 80px;
  }
}
.cid-ty7lD2yXNf .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-ty7lD2yXNf .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-ty7lD2yXNf .card-title {
  color: #1a1e21;
}
.cid-ty7ncKdyjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.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: #e3ebf3;
}
.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 #e3ebf3;
}
@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: #e3ebf3;
  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%, #db9a1c 0, #d07808 100%);
  border: 1px solid #faae26;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
  border-radius: 6px;
  font-size: 1.5rem;
  color: #e3ebf3;
  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 #e3a029;
  }
}
.cid-vflz3A0rXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vflz3A0rXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflz3A0rXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflz3A0rXS .row {
  margin: 0 -15px;
}
.cid-vflz3A0rXS .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vflz3A0rXS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vflz3A0rXS .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vflz3A0rXS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflz3A0rXS .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vflz3A0rXS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vflz3A0rXS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vflz3A0rXS .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-vflz3A0rXS .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vflz3A0rXS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vflz3A0rXS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vflz3A0rXS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vflz3A0rXS .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-vflz3A0rXS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-vflz3A0rXS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #994412;
}
.cid-vflz3A0rXS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-vflz3A0rXS .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-vflz3A0rXS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vflz3A0rXS .mbr-section-title {
  color: #fefff5;
}
.cid-vflz3A0rXS .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vflz3A0rXS .mbr-text {
  color: #fefff5;
}
.cid-vflz3A0rXS .panel-title-edit {
  color: #fefff5;
}
.cid-vflz3A0rXS .panel-text {
  color: #fefff5;
}
.cid-ty7l8JTjVR {
  background-color: #4b5158;
  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/gemini-2.5-flash-image-change-the-size-0201-1344x768.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: #e3ebf3;
}
.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: #fa7e26 !important;
}
.cid-ty7l9QbCuX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-ty7l9QbCuX .mbr-text {
  color: #e3ebf3;
}
.cid-vflqT8FQoR {
  z-index: 1000;
  width: 100%;
}
.cid-vflqT8FQoR nav.navbar {
  position: fixed;
}
.cid-vflqT8FQoR .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-vflqT8FQoR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2e3237 !important;
}
.cid-vflqT8FQoR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflqT8FQoR .dropdown-item:hover,
.cid-vflqT8FQoR .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-vflqT8FQoR .dropdown-item:hover span {
  color: white;
}
.cid-vflqT8FQoR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflqT8FQoR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflqT8FQoR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflqT8FQoR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflqT8FQoR .nav-link {
  position: relative;
}
.cid-vflqT8FQoR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vflqT8FQoR .container {
    flex-wrap: nowrap;
  }
}
.cid-vflqT8FQoR .nav-item:focus,
.cid-vflqT8FQoR .nav-link:focus {
  outline: none;
}
.cid-vflqT8FQoR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflqT8FQoR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflqT8FQoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflqT8FQoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflqT8FQoR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflqT8FQoR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflqT8FQoR .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-vflqT8FQoR .navbar.opened {
  transition: all 0.3s;
}
.cid-vflqT8FQoR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflqT8FQoR .navbar .navbar-logo img {
  width: auto;
}
.cid-vflqT8FQoR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflqT8FQoR .navbar.collapsed {
  justify-content: center;
}
.cid-vflqT8FQoR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflqT8FQoR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflqT8FQoR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vflqT8FQoR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflqT8FQoR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflqT8FQoR .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-vflqT8FQoR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflqT8FQoR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflqT8FQoR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflqT8FQoR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflqT8FQoR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflqT8FQoR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vflqT8FQoR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflqT8FQoR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflqT8FQoR .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-vflqT8FQoR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflqT8FQoR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflqT8FQoR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflqT8FQoR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vflqT8FQoR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflqT8FQoR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflqT8FQoR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vflqT8FQoR .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-vflqT8FQoR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-vflqT8FQoR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflqT8FQoR .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-vflqT8FQoR .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-vflqT8FQoR .dropdown-item.active,
.cid-vflqT8FQoR .dropdown-item:active {
  background-color: transparent;
}
.cid-vflqT8FQoR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflqT8FQoR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflqT8FQoR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflqT8FQoR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e3237;
}
.cid-vflqT8FQoR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflqT8FQoR .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vflqT8FQoR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflqT8FQoR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflqT8FQoR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflqT8FQoR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflqT8FQoR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-vflqT8FQoR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflqT8FQoR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflqT8FQoR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflqT8FQoR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflqT8FQoR .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-vflqT8FQoR .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-vflqT8FQoR .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-vflqT8FQoR .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-vflqT8FQoR .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-vflqT8FQoR .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-vflqT8FQoR .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-vflqT8FQoR .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-vflqT8FQoR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflqT8FQoR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflqT8FQoR .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-vflqT8FQoR .navbar {
    height: 70px;
  }
  .cid-vflqT8FQoR .navbar.opened {
    height: auto;
  }
  .cid-vflqT8FQoR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflqT8FQoR .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #2e3237;
}
.cid-vflqT8FQoR .navbar-collapse {
  margin-left: auto;
}
.cid-vflqT8FQoR .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-vflqT8FQoR .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vflqT8FQoR .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-vflqT8FQoR .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-vflqT8FQoR .navbar {
    padding: 0 !important;
  }
  .cid-vflqT8FQoR .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-vflqT8FQoR .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-vflqT8FQoR .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-vflqT8FQoR .navbar-collapse.show {
    opacity: 1;
  }
  .cid-vflqT8FQoR .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-vflqT8FQoR .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-vflqT8FQoR .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-vflqT8FQoR .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-vflqT8FQoR .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-vflqT8FQoR .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-vflqT8FQoR .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-vflqTazteM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4b5158;
}
.cid-vflqTazteM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTazteM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTazteM .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-vflqTazteM .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTazteM .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-vflqTazteM .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflqTazteM .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflqTazteM .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTazteM .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vflqTazteM .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/gemini-2.5-flash-image-architectural-photograph-of-an-apartment-building-take-a-view-from-the-left-corn-0202-1344x768.jpg");
}
@media (max-width: 1399px) {
  .cid-vflqTazteM .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTazteM .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTazteM .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-vflqTazteM .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-vflqTazteM .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflqTazteM .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-vflqTazteM .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-vflqTbAb2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-vflqTbAb2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTbAb2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTbAb2b .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-vflqTbAb2b .mbr-section-title a {
  pointer-events: none;
}
.cid-vflqTbAb2b .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflqTbAb2b .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTbAb2b .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vflqTbAb2b .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflqTbAb2b .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflqTcs4q6.popup-builder {
  background-color: #ffffff;
}
.cid-vflqTcs4q6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vflqTcs4q6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vflqTcs4q6 .modal-content,
.cid-vflqTcs4q6 .modal-dialog {
  height: auto;
}
.cid-vflqTcs4q6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vflqTcs4q6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vflqTcs4q6 .form-wrapper .mbr-form .form-group,
  .cid-vflqTcs4q6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vflqTcs4q6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vflqTcs4q6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vflqTcs4q6 .mbr-text {
  text-align: center;
}
.cid-vflqTcs4q6 .pt-0 {
  padding-top: 0 !important;
}
.cid-vflqTcs4q6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vflqTcs4q6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vflqTcs4q6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vflqTcs4q6 .modal-open {
  overflow: hidden;
}
.cid-vflqTcs4q6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vflqTcs4q6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vflqTcs4q6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vflqTcs4q6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vflqTcs4q6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vflqTcs4q6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vflqTcs4q6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vflqTcs4q6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vflqTcs4q6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vflqTcs4q6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vflqTcs4q6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vflqTcs4q6 .modal-backdrop.show {
  opacity: .5;
}
.cid-vflqTcs4q6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vflqTcs4q6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vflqTcs4q6 .modal-header {
    padding: 1rem;
  }
}
.cid-vflqTcs4q6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vflqTcs4q6 .modal-header .close svg {
  fill: #353535;
}
.cid-vflqTcs4q6 .modal-header .close:hover {
  opacity: 1;
}
.cid-vflqTcs4q6 .modal-header .close:focus {
  outline: none;
}
.cid-vflqTcs4q6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vflqTcs4q6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vflqTcs4q6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vflqTcs4q6 .modal-body {
    padding: 1rem;
  }
}
.cid-vflqTcs4q6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vflqTcs4q6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vflqTcs4q6 .modal-footer {
    padding: 1rem;
  }
}
.cid-vflqTcs4q6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vflqTcs4q6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vflqTcs4q6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vflqTcs4q6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vflqTcs4q6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vflqTcs4q6 .modal-lg,
  .cid-vflqTcs4q6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vflqTcs4q6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vflqTcs4q6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vflqTcs4q6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vflqTcs4q6 .form-group {
  margin-bottom: 1rem;
}
.cid-vflqTcs4q6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vflqTcs4q6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vflqTcs4q6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vflqTcs4q6 .mbr-section-btn {
  margin: 0;
}
.cid-vflqTcs4q6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vflqTdB0YA {
  background-color: #060606;
}
.cid-vflqTdB0YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTdB0YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTdB0YA .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #252525;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vflqTdB0YA .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-vflqTdB0YA .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-vflqTdB0YA .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-vflqTdB0YA .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vflqTdB0YA .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #078efb !important;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: .6;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vflqTdB0YA .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vflqTdB0YA .mbr-section-title {
  color: #ffffff;
}
.cid-vflqTdB0YA .mbr-text,
.cid-vflqTdB0YA .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vflqTdB0YA .mbr-section-title,
.cid-vflqTdB0YA .mbr-section-btn {
  text-align: center;
}
.cid-vflqTeGSi6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflqTeGSi6 .row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1399px) {
  .cid-vflqTeGSi6 .row {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-vflqTeGSi6 .row {
    min-height: auto;
  }
}
.cid-vflqTeGSi6 .item-text {
  position: relative;
  z-index: 2;
  padding: 0 !important;
}
.cid-vflqTeGSi6 .item-title {
  color: #e3ebf3;
}
.cid-vflqTeGSi6 .item-title.display-1 {
  font-size: 15vw !important;
  line-height: 1 !important;
}
@media (max-width: 991px) {
  .cid-vflqTeGSi6 .item-title.display-1 {
    font-size: 20vw !important;
  }
}
@media (max-width: 767px) {
  .cid-vflqTeGSi6 .item-title.display-1 {
    font-size: 25vw !important;
  }
}
.cid-vflqTeGSi6 .mbr-text {
  color: #e3ebf3;
}
.cid-vflqTeGSi6 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-vflqTeGSi6 .item-img {
  position: absolute;
  top: 0;
  width: calc(50% - 10px);
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vflqTeGSi6 .item-img {
    position: static;
    width: 100%;
  }
}
.cid-vflqTeGSi6 .item-img-1 {
  left: 0;
  right: 0;
  left: auto;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vflqTeGSi6 .item-img-1 {
    margin-bottom: -5vw;
  }
}
@media (max-width: 767px) {
  .cid-vflqTeGSi6 .item-img-1 {
    margin-bottom: -10vw;
  }
}
.cid-vflqTeGSi6 .item-img-2 {
  right: 0;
  left: 0;
  right: auto;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .cid-vflqTeGSi6 .item-img-2 {
    margin-top: -5vw;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTeGSi6 .item-img-2 {
    margin-top: -10vw;
  }
}
.cid-vflqTeGSi6 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vflqTeGSi6 .item-img img {
    aspect-ratio: 1;
  }
}
.cid-vflqTfJ5Vs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vflqTfJ5Vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTfJ5Vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTfJ5Vs .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vflqTfJ5Vs .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-vflqTfJ5Vs .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-vflqTfJ5Vs .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vflqTfJ5Vs form {
  width: 100%;
}
.cid-vflqTfJ5Vs form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-vflqTfJ5Vs form p {
  color: #1a1e21;
}
.cid-vflqTfJ5Vs form .mbr-section-btn {
  margin-top: 10px;
}
.cid-vflqTfJ5Vs form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-vflqTfJ5Vs form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-vflqTfJ5Vs form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-vflqTfJ5Vs 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-vflqTfJ5Vs form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-vflqTfJ5Vs form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-vflqTfJ5Vs form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-vflqTfJ5Vs form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-vflqTfJ5Vs form select {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-vflqTfJ5Vs form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form input,
.cid-vflqTfJ5Vs form textarea {
  transition: .3s all;
}
.cid-vflqTfJ5Vs form input:active,
.cid-vflqTfJ5Vs form textarea:active,
.cid-vflqTfJ5Vs form input:focus,
.cid-vflqTfJ5Vs form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-vflqTfJ5Vs form input:active::-webkit-input-placeholder,
.cid-vflqTfJ5Vs form textarea:active::-webkit-input-placeholder,
.cid-vflqTfJ5Vs form input:focus::-webkit-input-placeholder,
.cid-vflqTfJ5Vs form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form input:active::-moz-placeholder,
.cid-vflqTfJ5Vs form textarea:active::-moz-placeholder,
.cid-vflqTfJ5Vs form input:focus::-moz-placeholder,
.cid-vflqTfJ5Vs form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form input:active:-moz-placeholder,
.cid-vflqTfJ5Vs form textarea:active:-moz-placeholder,
.cid-vflqTfJ5Vs form input:focus:-moz-placeholder,
.cid-vflqTfJ5Vs form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form input:active:-ms-input-placeholder,
.cid-vflqTfJ5Vs form textarea:active:-ms-input-placeholder,
.cid-vflqTfJ5Vs form input:focus:-ms-input-placeholder,
.cid-vflqTfJ5Vs form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vflqTfJ5Vs form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vflqTfJ5Vs form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-vflqTfJ5Vs form .form-check label {
  color: #1a1e21;
}
.cid-vflqTfJ5Vs form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vflqTfJ5Vs form .form-check-input:focus,
.cid-vflqTfJ5Vs form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-vflqTfJ5Vs form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-vflqTgDcXQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflqTgDcXQ .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vflqTgDcXQ .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflqTgDcXQ .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-vflqTgDcXQ .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vflqTgDcXQ .row {
    gap: 12px;
  }
}
.cid-vflqTgDcXQ .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-vflqTgDcXQ .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflqTgDcXQ .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTgDcXQ .item-wrap {
    padding: 12px;
  }
}
.cid-vflqTgDcXQ .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflqTgDcXQ .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-vflqTgDcXQ .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-vflqTgDcXQ .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-vflqTgDcXQ .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-vflqTgDcXQ .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-vflqTgDcXQ .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-vflqTgDcXQ .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-vflqTgDcXQ .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflqTgDcXQ .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-vflqTgDcXQ .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflqTgDcXQ .item {
    min-height: calc(4 * 80px);
  }
}
.cid-vflqTgDcXQ .item:nth-child(1) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-keep-the-gazebo-change-the-background-and-remove-the-watermark.-change-the-photo-1024x1024.jpg");
}
.cid-vflqTgDcXQ .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-leave-the-gazebo-change-the-background-and-remove-the-watermarks-0201-1024x1024.jpg");
}
.cid-vflqTgDcXQ .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-vflqTgDcXQ .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-vflqTgDcXQ .item:hover:before {
  opacity: 0.55;
}
.cid-vflqTgDcXQ .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflqTgDcXQ .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflqTihdYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflqTihdYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTihdYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTihdYX .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-vflqTihdYX .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vflqTihdYX .col-img {
    width: 100%;
  }
}
.cid-vflqTihdYX .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflqTihdYX .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTihdYX .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflqTihdYX .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vflqTihdYX .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-vflqTihdYX .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTihdYX .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vflqTihdYX .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vflqTihdYX .card-title {
  color: #e3ebf3;
}
.cid-vflqTihdYX .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflqTihdYX .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTihdYX .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflqTihdYX .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflqTihdYX .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflqTihdYX .mbr-text,
.cid-vflqTihdYX .mbr-section-btn {
  color: #8e97a1;
}
.cid-vflqTjvHIX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #4b5158;
}
.cid-vflqTjvHIX .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vflqTjvHIX .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflqTjvHIX .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-vflqTjvHIX .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vflqTjvHIX .row {
    gap: 12px;
  }
}
.cid-vflqTjvHIX .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-vflqTjvHIX .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflqTjvHIX .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTjvHIX .item-wrap {
    padding: 12px;
  }
}
.cid-vflqTjvHIX .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflqTjvHIX .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-vflqTjvHIX .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-vflqTjvHIX .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-vflqTjvHIX .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-vflqTjvHIX .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-vflqTjvHIX .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-vflqTjvHIX .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-vflqTjvHIX .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflqTjvHIX .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-vflqTjvHIX .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflqTjvHIX .item {
    min-height: calc(4 * 80px);
  }
}
.cid-vflqTjvHIX .item:nth-child(1) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-architectural-photography-to-change-the-angle-of-the-house-shown-in-the-photo-th-0201-1344x768.jpg");
}
.cid-vflqTjvHIX .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-architectural-photography.-place-a-3-meter-high-gazebo-in-a-beautiful-garden-nex-1024x1024.jpg");
}
.cid-vflqTjvHIX .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-vflqTjvHIX .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-vflqTjvHIX .item:hover:before {
  opacity: 0.55;
}
.cid-vflqTjvHIX .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflqTjvHIX .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflqTk6GGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflqTk6GGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTk6GGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTk6GGM .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-vflqTk6GGM .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vflqTk6GGM .col-img {
    width: 100%;
  }
}
.cid-vflqTk6GGM .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflqTk6GGM .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTk6GGM .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflqTk6GGM .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vflqTk6GGM .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-vflqTk6GGM .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTk6GGM .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vflqTk6GGM .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vflqTk6GGM .card-title {
  color: #e3ebf3;
}
.cid-vflqTk6GGM .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflqTk6GGM .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTk6GGM .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflqTk6GGM .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflqTk6GGM .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflqTk6GGM .mbr-text,
.cid-vflqTk6GGM .mbr-section-btn {
  color: #8e97a1;
}
.cid-vflqTkHy7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-vflqTkHy7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTkHy7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTkHy7L .mbr-section-title {
  color: #d48a06;
}
.cid-vflqTkHy7L .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflqTkHy7L .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-vflqTkHy7L .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflqTkHy7L .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTkHy7L .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-vflqTkHy7L .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-vflqTkHy7L .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-vflqTkHy7L .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTkHy7L .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-vflqTkHy7L .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #8e97a1;
}
@media (max-width: 767px) {
  .cid-vflqTkHy7L .mbr-text {
    width: 100%;
  }
}
.cid-vflqTlA7sb {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-vflqTlA7sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTlA7sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTlA7sb .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflqTlA7sb .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflqTlA7sb .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/gemini-2.5-flash-image-change-the-size-0202-1344x768.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflqTlA7sb .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-vflqTlA7sb .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTlA7sb .col-text {
    padding: 12px !important;
  }
}
.cid-vflqTlA7sb .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-vflqTlA7sb .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-vflqTlA7sb .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-vflqTlA7sb .iconfont-wrapper {
  border: 2px solid #4b5158;
  border-radius: 50%;
  background: #4b5158;
  transition: .3s all;
}
.cid-vflqTlA7sb .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-vflqTlA7sb .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTlA7sb .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-vflqTlA7sb .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-vflqTlA7sb .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflqTlA7sb .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-vflqTlA7sb .mbr-section-btn {
  position: relative;
}
.cid-vflqTmHCaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vflqTmHCaI iframe,
.cid-vflqTmHCaI img,
.cid-vflqTmHCaI video {
  width: 100%;
}
.cid-vflqTmHCaI .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-vflqTmHCaI .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTmHCaI .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vflqTmHCaI .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflqTmHCaI .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflqTmHCaI .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vflqTmHCaI .mbr-media {
  position: relative;
}
.cid-vflqTmHCaI .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-vflqTmHCaI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vflqTmHCaI .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-vflqTmHCaI .box {
  padding: 0 !important;
}
.cid-vflqTmHCaI .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vflqTmHCaI .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-vflqTmHCaI .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vflqTmHCaI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vflqTmHCaI .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vflqTmHCaI .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-vflqTmHCaI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vflqTpl5vJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflqTpl5vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTpl5vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTpl5vJ .row {
  gap: 20px;
  margin: 0 !important;
}
.cid-vflqTpl5vJ .item {
  width: calc(50% - 10px);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .cid-vflqTpl5vJ .item {
    width: 100%;
  }
}
.cid-vflqTpl5vJ .item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border: 1px solid #e3ebf3;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .cid-vflqTpl5vJ .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTpl5vJ .item-wrapper {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTpl5vJ .item-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .cid-vflqTpl5vJ .item-wrapper:hover .image-wrapper img {
    transform: scale(1.1);
  }
}
.cid-vflqTpl5vJ .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-vflqTpl5vJ .col-text {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-vflqTpl5vJ .col-text {
    width: 100%;
  }
}
.cid-vflqTpl5vJ .date-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.cid-vflqTpl5vJ .day-text {
  color: #e3ebf3;
}
.cid-vflqTpl5vJ .month-text {
  color: #e3ebf3;
}
.cid-vflqTpl5vJ .year-text {
  color: #e3ebf3;
}
.cid-vflqTpl5vJ .card-title {
  color: #8e97a1;
}
.cid-vflqTpl5vJ .mbr-text {
  margin-top: 12px;
  color: #e3ebf3;
}
.cid-vflqTpl5vJ .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-vflqTpl5vJ .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vflqTpl5vJ .col-img {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-vflqTpl5vJ .col-img {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .cid-vflqTpl5vJ .col-img {
    width: 100%;
  }
}
.cid-vflqTpl5vJ .image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vflqTpl5vJ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflqTpl5vJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .cid-vflqTpl5vJ .image-wrapper img {
    aspect-ratio: 0.68577982;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTpl5vJ .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTpl5vJ .image-wrapper img {
    height: 220px;
  }
}
.cid-vflqTqm4Xm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflqTqm4Xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTqm4Xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTqm4Xm .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-vflqTqm4Xm .row {
    column-gap: 40px;
  }
}
.cid-vflqTqm4Xm .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-vflqTqm4Xm .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-vflqTqm4Xm .col-text {
    width: 100%;
  }
}
.cid-vflqTqm4Xm .card-title {
  color: #e3ebf3;
}
.cid-vflqTqm4Xm .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflqTqm4Xm .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflqTqm4Xm .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vflqTqm4Xm .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vflqTqm4Xm .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-vflqTqm4Xm .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-vflqTqm4Xm .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflqTqm4Xm .col-item {
    gap: 12px;
  }
}
.cid-vflqTqm4Xm .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-vflqTqm4Xm .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-vflqTqm4Xm .item-wrap {
    width: 100%;
  }
}
.cid-vflqTqm4Xm .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #d48a06;
}
@media (max-width: 1399px) {
  .cid-vflqTqm4Xm .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-vflqTqm4Xm .number-text {
  color: #e3ebf3;
}
.cid-vflqTqm4Xm .item-text {
  color: #6c7a88;
}
.cid-vflqTrr8gE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflqTrr8gE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTrr8gE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTrr8gE .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-vflqTrr8gE .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTrr8gE .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-vflqTrr8gE .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflqTrr8gE .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflqTrr8gE .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vflqTrr8gE .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vflqTrr8gE .cards-wrap {
    gap: 12px;
  }
}
.cid-vflqTrr8gE .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflqTrr8gE .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-vflqTrr8gE .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-vflqTrr8gE .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-vflqTrr8gE .card {
    width: 100%;
  }
}
.cid-vflqTrr8gE .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-vflqTrr8gE .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vflqTrr8gE .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-vflqTrr8gE .img-wrapper img {
    height: 80px;
  }
}
.cid-vflqTrr8gE .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-vflqTrr8gE .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-vflqTrr8gE .card-title {
  color: #1a1e21;
}
.cid-vflqTsQBfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-vflqTsQBfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTsQBfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTsQBfF .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-vflqTsQBfF .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vflqTsQBfF .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflqTsQBfF .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vflqTsQBfF .row {
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .row {
    gap: 12px;
  }
}
.cid-vflqTsQBfF .card {
  border-radius: 20px;
  border: 1px solid #e3ebf3;
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .card {
    border-radius: 12px;
  }
}
.cid-vflqTsQBfF .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 1399px) {
  .cid-vflqTsQBfF .card-wrap {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .card-wrap {
    gap: 12px;
    padding: 12px;
  }
}
.cid-vflqTsQBfF .card-title {
  color: #e3ebf3;
  margin-right: auto;
}
.cid-vflqTsQBfF .right-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 32px;
}
@media (max-width: 1399px) {
  .cid-vflqTsQBfF .right-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .right-wrap {
    gap: 12px;
  }
}
.cid-vflqTsQBfF .card-subtitle {
  color: #e3ebf3;
  word-break: normal;
}
.cid-vflqTsQBfF .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%, #db9a1c 0, #d07808 100%);
  border: 1px solid #faae26;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
  border-radius: 6px;
  font-size: 1.5rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vflqTsQBfF .iconfont-wrapper .mbr-iconfont {
    min-width: 36px;
    padding: 5px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vflqTsQBfF .iconfont-wrapper .mbr-iconfont:hover {
    box-shadow: 0 6px 40px #e3a029;
  }
}
.cid-vflqTu1Hpg {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-vflqTu1Hpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflqTu1Hpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflqTu1Hpg .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflqTu1Hpg .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflqTu1Hpg .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/gemini-2.5-flash-image-change-the-size-0201-1344x768.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflqTu1Hpg .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-vflqTu1Hpg .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflqTu1Hpg .col-text {
    padding: 12px !important;
  }
}
.cid-vflqTu1Hpg .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.cid-vflqTu1Hpg .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-vflqTu1Hpg .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-vflqTu1Hpg .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-vflqTu1Hpg .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-vflqTu1Hpg .mbr-section-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflqTu1Hpg .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-vflqTu1Hpg .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-vflqTu1Hpg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-vflqTu1Hpg .iconfont-wrapper {
    display: none;
  }
}
.cid-vflqTu1Hpg .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-vflqTu1Hpg .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflqTu1Hpg .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-vflqTu1Hpg .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-vflqTu1Hpg .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-vflqTu1Hpg .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-vflqTu1Hpg .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-vflqTu1Hpg .list a {
  position: relative;
  color: inherit;
}
.cid-vflqTu1Hpg a.text-white:hover {
  color: #fa7e26 !important;
}
.cid-vflqTvus7z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-vflqTvus7z .mbr-text {
  color: #e3ebf3;
}
.cid-vflBkjJ2iL {
  z-index: 1000;
  width: 100%;
}
.cid-vflBkjJ2iL nav.navbar {
  position: fixed;
}
.cid-vflBkjJ2iL .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-vflBkjJ2iL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2e3237 !important;
}
.cid-vflBkjJ2iL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflBkjJ2iL .dropdown-item:hover,
.cid-vflBkjJ2iL .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-vflBkjJ2iL .dropdown-item:hover span {
  color: white;
}
.cid-vflBkjJ2iL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflBkjJ2iL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflBkjJ2iL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflBkjJ2iL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflBkjJ2iL .nav-link {
  position: relative;
}
.cid-vflBkjJ2iL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vflBkjJ2iL .container {
    flex-wrap: nowrap;
  }
}
.cid-vflBkjJ2iL .nav-item:focus,
.cid-vflBkjJ2iL .nav-link:focus {
  outline: none;
}
.cid-vflBkjJ2iL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflBkjJ2iL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflBkjJ2iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflBkjJ2iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflBkjJ2iL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflBkjJ2iL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflBkjJ2iL .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-vflBkjJ2iL .navbar.opened {
  transition: all 0.3s;
}
.cid-vflBkjJ2iL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflBkjJ2iL .navbar .navbar-logo img {
  width: auto;
}
.cid-vflBkjJ2iL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflBkjJ2iL .navbar.collapsed {
  justify-content: center;
}
.cid-vflBkjJ2iL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflBkjJ2iL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflBkjJ2iL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vflBkjJ2iL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflBkjJ2iL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflBkjJ2iL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflBkjJ2iL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflBkjJ2iL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflBkjJ2iL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflBkjJ2iL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vflBkjJ2iL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflBkjJ2iL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflBkjJ2iL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflBkjJ2iL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflBkjJ2iL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vflBkjJ2iL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflBkjJ2iL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflBkjJ2iL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-vflBkjJ2iL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflBkjJ2iL .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-vflBkjJ2iL .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-vflBkjJ2iL .dropdown-item.active,
.cid-vflBkjJ2iL .dropdown-item:active {
  background-color: transparent;
}
.cid-vflBkjJ2iL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflBkjJ2iL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflBkjJ2iL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflBkjJ2iL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e3237;
}
.cid-vflBkjJ2iL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflBkjJ2iL .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vflBkjJ2iL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflBkjJ2iL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflBkjJ2iL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vflBkjJ2iL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflBkjJ2iL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-vflBkjJ2iL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflBkjJ2iL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflBkjJ2iL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflBkjJ2iL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-vflBkjJ2iL .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-vflBkjJ2iL .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-vflBkjJ2iL .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-vflBkjJ2iL .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-vflBkjJ2iL .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-vflBkjJ2iL .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-vflBkjJ2iL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflBkjJ2iL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar {
    height: 70px;
  }
  .cid-vflBkjJ2iL .navbar.opened {
    height: auto;
  }
  .cid-vflBkjJ2iL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflBkjJ2iL .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #2e3237;
}
.cid-vflBkjJ2iL .navbar-collapse {
  margin-left: auto;
}
.cid-vflBkjJ2iL .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-vflBkjJ2iL .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vflBkjJ2iL .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar {
    padding: 0 !important;
  }
  .cid-vflBkjJ2iL .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-vflBkjJ2iL .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-vflBkjJ2iL .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-vflBkjJ2iL .navbar-collapse.show {
    opacity: 1;
  }
  .cid-vflBkjJ2iL .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-vflBkjJ2iL .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-vflBkjJ2iL .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-vflBkjJ2iL .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-vflBkjJ2iL .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-vflBkjJ2iL .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-vflBkjJ2iL .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-vflBklx5Ph {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4b5158;
}
.cid-vflBklx5Ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBklx5Ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBklx5Ph .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-vflBklx5Ph .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-vflBklx5Ph .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-vflBklx5Ph .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflBklx5Ph .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflBklx5Ph .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflBklx5Ph .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vflBklx5Ph .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/gemini-2.5-flash-image-architectural-photograph-of-an-apartment-building-take-a-view-from-the-left-corn-0202-1344x768.jpg");
}
@media (max-width: 1399px) {
  .cid-vflBklx5Ph .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vflBklx5Ph .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflBklx5Ph .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-vflBklx5Ph .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-vflBklx5Ph .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflBklx5Ph .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-vflBklx5Ph .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-vflTsFWbGA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1a1e21;
}
.cid-vflTsFWbGA .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-vflTsFWbGA .btn {
  height: 100%;
  min-height: 70px;
}
.cid-vflTsFWbGA .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-vflTsFWbGA .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-vflTsFWbGA form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vflTsFWbGA .form-text {
  margin-bottom: 4rem;
  color: #ffffff;
}
.cid-vflTsFWbGA .form-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-vflTsFWbGA .form-control,
.cid-vflTsFWbGA .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vflTsFWbGA .form-control::-webkit-input-placeholder,
.cid-vflTsFWbGA .field-input::-webkit-input-placeholder,
.cid-vflTsFWbGA .form-control::-webkit-input-placeholder,
.cid-vflTsFWbGA .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-vflTsFWbGA .form-control:-moz-placeholder,
.cid-vflTsFWbGA .field-input:-moz-placeholder,
.cid-vflTsFWbGA .form-control:-moz-placeholder,
.cid-vflTsFWbGA .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-vflTsFWbGA .form-control:hover,
.cid-vflTsFWbGA .field-input:hover,
.cid-vflTsFWbGA .form-control:focus,
.cid-vflTsFWbGA .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-vflTsFWbGA .form-control:hover::-webkit-input-placeholder,
.cid-vflTsFWbGA .field-input:hover::-webkit-input-placeholder,
.cid-vflTsFWbGA .form-control:focus::-webkit-input-placeholder,
.cid-vflTsFWbGA .field-input:focus::-webkit-input-placeholder,
.cid-vflTsFWbGA .form-control:hover::-webkit-input-placeholder,
.cid-vflTsFWbGA .field-input:hover::-webkit-input-placeholder,
.cid-vflTsFWbGA .form-control:focus::-webkit-input-placeholder,
.cid-vflTsFWbGA .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-vflTsFWbGA .form-control:hover:-moz-placeholder,
.cid-vflTsFWbGA .field-input:hover:-moz-placeholder,
.cid-vflTsFWbGA .form-control:focus:-moz-placeholder,
.cid-vflTsFWbGA .field-input:focus:-moz-placeholder,
.cid-vflTsFWbGA .form-control:hover:-moz-placeholder,
.cid-vflTsFWbGA .field-input:hover:-moz-placeholder,
.cid-vflTsFWbGA .form-control:focus:-moz-placeholder,
.cid-vflTsFWbGA .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-vflTsFWbGA .jq-number__spin:hover,
.cid-vflTsFWbGA .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vflTsFWbGA .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vflTsFWbGA .jq-selectbox li,
.cid-vflTsFWbGA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vflTsFWbGA .jq-selectbox li:hover,
.cid-vflTsFWbGA .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vflTsFWbGA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vflTsFWbGA .jq-number__spin.minus:hover:after,
.cid-vflTsFWbGA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vflTsFWbGA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vflTsFWbGA .jq-number__spin.minus:after,
.cid-vflTsFWbGA .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vflTsFWbGA input::-webkit-clear-button {
  display: none;
}
.cid-vflTsFWbGA input::-webkit-inner-spin-button {
  display: none;
}
.cid-vflTsFWbGA input::-webkit-outer-spin-button {
  display: none;
}
.cid-vflTsFWbGA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vflBkHXmD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflBkHXmD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkHXmD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkHXmD7 .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-vflBkHXmD7 .row {
    column-gap: 40px;
  }
}
.cid-vflBkHXmD7 .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-vflBkHXmD7 .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-vflBkHXmD7 .col-text {
    width: 100%;
  }
}
.cid-vflBkHXmD7 .card-title {
  color: #fa7e26;
}
.cid-vflBkHXmD7 .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflBkHXmD7 .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflBkHXmD7 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vflBkHXmD7 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vflBkHXmD7 .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-vflBkHXmD7 .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-vflBkHXmD7 .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflBkHXmD7 .col-item {
    gap: 12px;
  }
}
.cid-vflBkHXmD7 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-vflBkHXmD7 .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-vflBkHXmD7 .item-wrap {
    width: 100%;
  }
}
.cid-vflBkHXmD7 .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #d48a06;
}
@media (max-width: 1399px) {
  .cid-vflBkHXmD7 .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-vflBkHXmD7 .number-text {
  color: #e3ebf3;
}
.cid-vflBkHXmD7 .item-text {
  color: #faae26;
}
.cid-vflBkHXmD7 .mbr-text,
.cid-vflBkHXmD7 .mbr-section-btn {
  color: #e3ebf3;
}
.cid-vflI6vUy7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vflI6vUy7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflI6vUy7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflI6vUy7A .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-vflI6vUy7A .row {
    column-gap: 40px;
  }
}
.cid-vflI6vUy7A .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-vflI6vUy7A .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-vflI6vUy7A .col-text {
    width: 100%;
  }
}
.cid-vflI6vUy7A .card-title {
  color: #fa7e26;
}
.cid-vflI6vUy7A .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflI6vUy7A .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflI6vUy7A .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vflI6vUy7A .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vflI6vUy7A .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-vflI6vUy7A .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-vflI6vUy7A .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflI6vUy7A .col-item {
    gap: 12px;
  }
}
.cid-vflI6vUy7A .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-vflI6vUy7A .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-vflI6vUy7A .item-wrap {
    width: 100%;
  }
}
.cid-vflI6vUy7A .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #1a1e21;
}
@media (max-width: 1399px) {
  .cid-vflI6vUy7A .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-vflI6vUy7A .number-text {
  color: #e3ebf3;
}
.cid-vflI6vUy7A .item-text {
  color: #8e97a1;
}
.cid-vflBknDDHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-vflBknDDHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBknDDHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBknDDHW .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-vflBknDDHW .mbr-section-title a {
  pointer-events: none;
}
.cid-vflBknDDHW .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflBknDDHW .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vflBknDDHW .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vflBknDDHW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflBknDDHW .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflBkmH2Py {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vflBkmH2Py .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkmH2Py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkmH2Py .mbr-section-title {
  color: #FA7E26;
}
.cid-vflBkmH2Py .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflBkmH2Py .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-vflBkmH2Py .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflBkmH2Py .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkmH2Py .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-vflBkmH2Py .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-vflBkmH2Py .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-vflBkmH2Py .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkmH2Py .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-vflBkmH2Py .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflBkmH2Py .mbr-text {
    width: 100%;
  }
}
.cid-vflBkqszPy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflBkqszPy .row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1399px) {
  .cid-vflBkqszPy .row {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-vflBkqszPy .row {
    min-height: auto;
  }
}
.cid-vflBkqszPy .item-text {
  position: relative;
  z-index: 2;
  padding: 0 !important;
}
.cid-vflBkqszPy .item-title {
  color: #e3ebf3;
}
.cid-vflBkqszPy .item-title.display-1 {
  font-size: 15vw !important;
  line-height: 1 !important;
}
@media (max-width: 991px) {
  .cid-vflBkqszPy .item-title.display-1 {
    font-size: 20vw !important;
  }
}
@media (max-width: 767px) {
  .cid-vflBkqszPy .item-title.display-1 {
    font-size: 25vw !important;
  }
}
.cid-vflBkqszPy .mbr-text {
  color: #e3ebf3;
}
.cid-vflBkqszPy .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-vflBkqszPy .item-img {
  position: absolute;
  top: 0;
  width: calc(50% - 10px);
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vflBkqszPy .item-img {
    position: static;
    width: 100%;
  }
}
.cid-vflBkqszPy .item-img-1 {
  left: 0;
  right: 0;
  left: auto;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vflBkqszPy .item-img-1 {
    margin-bottom: -5vw;
  }
}
@media (max-width: 767px) {
  .cid-vflBkqszPy .item-img-1 {
    margin-bottom: -10vw;
  }
}
.cid-vflBkqszPy .item-img-2 {
  right: 0;
  left: 0;
  right: auto;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .cid-vflBkqszPy .item-img-2 {
    margin-top: -5vw;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkqszPy .item-img-2 {
    margin-top: -10vw;
  }
}
.cid-vflBkqszPy .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vflBkqszPy .item-img img {
    aspect-ratio: 1;
  }
}
.cid-vfm3zBnBJo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1a1e21;
}
.cid-vfm3zBnBJo .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-vfm3zBnBJo .btn {
  height: 100%;
  min-height: 70px;
}
.cid-vfm3zBnBJo .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-vfm3zBnBJo .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-vfm3zBnBJo form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfm3zBnBJo .form-text {
  margin-bottom: 4rem;
  color: #ffffff;
}
.cid-vfm3zBnBJo .form-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-vfm3zBnBJo .form-control,
.cid-vfm3zBnBJo .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfm3zBnBJo .form-control::-webkit-input-placeholder,
.cid-vfm3zBnBJo .field-input::-webkit-input-placeholder,
.cid-vfm3zBnBJo .form-control::-webkit-input-placeholder,
.cid-vfm3zBnBJo .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-vfm3zBnBJo .form-control:-moz-placeholder,
.cid-vfm3zBnBJo .field-input:-moz-placeholder,
.cid-vfm3zBnBJo .form-control:-moz-placeholder,
.cid-vfm3zBnBJo .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-vfm3zBnBJo .form-control:hover,
.cid-vfm3zBnBJo .field-input:hover,
.cid-vfm3zBnBJo .form-control:focus,
.cid-vfm3zBnBJo .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-vfm3zBnBJo .form-control:hover::-webkit-input-placeholder,
.cid-vfm3zBnBJo .field-input:hover::-webkit-input-placeholder,
.cid-vfm3zBnBJo .form-control:focus::-webkit-input-placeholder,
.cid-vfm3zBnBJo .field-input:focus::-webkit-input-placeholder,
.cid-vfm3zBnBJo .form-control:hover::-webkit-input-placeholder,
.cid-vfm3zBnBJo .field-input:hover::-webkit-input-placeholder,
.cid-vfm3zBnBJo .form-control:focus::-webkit-input-placeholder,
.cid-vfm3zBnBJo .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-vfm3zBnBJo .form-control:hover:-moz-placeholder,
.cid-vfm3zBnBJo .field-input:hover:-moz-placeholder,
.cid-vfm3zBnBJo .form-control:focus:-moz-placeholder,
.cid-vfm3zBnBJo .field-input:focus:-moz-placeholder,
.cid-vfm3zBnBJo .form-control:hover:-moz-placeholder,
.cid-vfm3zBnBJo .field-input:hover:-moz-placeholder,
.cid-vfm3zBnBJo .form-control:focus:-moz-placeholder,
.cid-vfm3zBnBJo .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-vfm3zBnBJo .jq-number__spin:hover,
.cid-vfm3zBnBJo .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vfm3zBnBJo .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vfm3zBnBJo .jq-selectbox li,
.cid-vfm3zBnBJo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vfm3zBnBJo .jq-selectbox li:hover,
.cid-vfm3zBnBJo .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vfm3zBnBJo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vfm3zBnBJo .jq-number__spin.minus:hover:after,
.cid-vfm3zBnBJo .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vfm3zBnBJo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vfm3zBnBJo .jq-number__spin.minus:after,
.cid-vfm3zBnBJo .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vfm3zBnBJo input::-webkit-clear-button {
  display: none;
}
.cid-vfm3zBnBJo input::-webkit-inner-spin-button {
  display: none;
}
.cid-vfm3zBnBJo input::-webkit-outer-spin-button {
  display: none;
}
.cid-vfm3zBnBJo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vflQi8e0Nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-vflQi8e0Nd .mbr-text,
.cid-vflQi8e0Nd .mbr-section-btn {
  color: #121212;
}
.cid-vflQi8e0Nd .mbr-text,
.cid-vflQi8e0Nd .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vflQi8e0Nd .mbr-text,
  .cid-vflQi8e0Nd .mbr-section-title {
    text-align: center;
  }
}
.cid-vflQi8e0Nd a.btn {
  height: 100%;
  margin: 0;
}
.cid-vflQi8e0Nd .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-vflQi8e0Nd .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vflQi8e0Nd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vflQi8e0Nd .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vflQi8e0Nd .justify-content-center {
  align-items: center;
}
.cid-vflQi8e0Nd .border-radius {
  border-radius: 0px;
}
.cid-vflQi8e0Nd .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vflQi8e0Nd .rotate {
    top: -6px;
  }
}
.cid-vflQi8e0Nd svg {
  transition: all 0.4s;
}
.cid-vflQi8e0Nd .svg-rotate {
  transform: rotate(225deg);
}
.cid-vflQi8e0Nd .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-vflQi8e0Nd .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-vflPoyuKV0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1b1818;
}
.cid-vflPoyuKV0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vflPoyuKV0 .img-item,
.cid-vflPoyuKV0 img {
  height: 100%;
  object-fit: cover;
}
.cid-vflPoyuKV0 .img-col {
  padding: 0;
}
.cid-vflPoyuKV0 .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-vflPoyuKV0 .mbr-section-btn {
    width: 100%;
  }
}
.cid-vflPoyuKV0 .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vflPoyuKV0 .row {
    flex-direction: column;
  }
}
.cid-vflPoyuKV0 .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-vflPoyuKV0 .item-wrapper {
  background: linear-gradient(to bottom, #189d8b, #2655a6);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vflPoyuKV0 .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vflPoyuKV0 .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-vflPoyuKV0 .form-control,
.cid-vflPoyuKV0 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-vflPoyuKV0 .form-control,
.cid-vflPoyuKV0 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vflPoyuKV0 .form-control::-webkit-input-placeholder,
.cid-vflPoyuKV0 .field-input::-webkit-input-placeholder,
.cid-vflPoyuKV0 .form-control::-webkit-input-placeholder,
.cid-vflPoyuKV0 .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-vflPoyuKV0 .form-control:-moz-placeholder,
.cid-vflPoyuKV0 .field-input:-moz-placeholder,
.cid-vflPoyuKV0 .form-control:-moz-placeholder,
.cid-vflPoyuKV0 .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-vflPoyuKV0 .form-control:hover,
.cid-vflPoyuKV0 .field-input:hover,
.cid-vflPoyuKV0 .form-control:focus,
.cid-vflPoyuKV0 .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vflPoyuKV0 .form-control:hover::-webkit-input-placeholder,
.cid-vflPoyuKV0 .field-input:hover::-webkit-input-placeholder,
.cid-vflPoyuKV0 .form-control:focus::-webkit-input-placeholder,
.cid-vflPoyuKV0 .field-input:focus::-webkit-input-placeholder,
.cid-vflPoyuKV0 .form-control:hover::-webkit-input-placeholder,
.cid-vflPoyuKV0 .field-input:hover::-webkit-input-placeholder,
.cid-vflPoyuKV0 .form-control:focus::-webkit-input-placeholder,
.cid-vflPoyuKV0 .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-vflPoyuKV0 .form-control:hover:-moz-placeholder,
.cid-vflPoyuKV0 .field-input:hover:-moz-placeholder,
.cid-vflPoyuKV0 .form-control:focus:-moz-placeholder,
.cid-vflPoyuKV0 .field-input:focus:-moz-placeholder,
.cid-vflPoyuKV0 .form-control:hover:-moz-placeholder,
.cid-vflPoyuKV0 .field-input:hover:-moz-placeholder,
.cid-vflPoyuKV0 .form-control:focus:-moz-placeholder,
.cid-vflPoyuKV0 .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-vflPoyuKV0 .jq-number__spin:hover,
.cid-vflPoyuKV0 .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vflPoyuKV0 .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vflPoyuKV0 .jq-selectbox li,
.cid-vflPoyuKV0 .jq-selectbox li {
  background-color: transparent;
}
.cid-vflPoyuKV0 .jq-selectbox li:hover,
.cid-vflPoyuKV0 .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-vflPoyuKV0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vflPoyuKV0 .jq-number__spin.minus:hover:after,
.cid-vflPoyuKV0 .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-vflPoyuKV0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vflPoyuKV0 .jq-number__spin.minus:after,
.cid-vflPoyuKV0 .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-vflPoyuKV0 input::-webkit-clear-button {
  display: none;
}
.cid-vflPoyuKV0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vflPoyuKV0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vflPoyuKV0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vflPoyuKV0 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-vflPoyuKV0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vflPoyuKV0 .mbr-text,
.cid-vflPoyuKV0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vflPCptcfL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-vflPCptcfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflPCptcfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflPCptcfL .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vflPCptcfL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vflPCptcfL .container {
    padding: 0 20px;
  }
}
.cid-vflPCptcfL .container,
.cid-vflPCptcfL .container-fluid {
  position: relative;
}
.cid-vflPCptcfL .container .blur-wrap,
.cid-vflPCptcfL .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-vflPCptcfL .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vflPCptcfL .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-vflPCptcfL .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #595966;
  opacity: .2;
}
.cid-vflPCptcfL .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vflPCptcfL .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vflPCptcfL .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-vflPCptcfL .dragArea.row::before {
  content: none;
}
.cid-vflPCptcfL .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-vflPCptcfL .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-vflPCptcfL .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-vflPCptcfL .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-vflPCptcfL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fa7e26;
  border-collapse: #fa7e26;
}
.cid-vflPCptcfL .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-vflPCptcfL .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-vflPCptcfL .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-vflPCptcfL .row.forms-row::before {
  content: none !important;
}
.cid-vflPCptcfL .mbr-desc {
  color: #ffffff;
}
.cid-vflPCptcfL .mbr-text {
  color: #ffffff;
}
.cid-vflPCptcfL label {
  color: #f5fd7b;
}
.cid-vflBkCogd4 {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-vflBkCogd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkCogd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkCogd4 .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflBkCogd4 .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflBkCogd4 .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/gemini-2.5-flash-image-change-the-size-0202-1344x768.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflBkCogd4 .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-vflBkCogd4 .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkCogd4 .col-text {
    padding: 12px !important;
  }
}
.cid-vflBkCogd4 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-vflBkCogd4 .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-vflBkCogd4 .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-vflBkCogd4 .iconfont-wrapper {
  border: 2px solid #fa7e26;
  border-radius: 50%;
  background: #fa7e26;
  transition: .3s all;
}
.cid-vflBkCogd4 .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-vflBkCogd4 .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkCogd4 .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-vflBkCogd4 .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-vflBkCogd4 .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflBkCogd4 .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-vflBkCogd4 .mbr-section-btn {
  position: relative;
}
.cid-vflBkzMm5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflBkzMm5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkzMm5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkzMm5e .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-vflBkzMm5e .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vflBkzMm5e .col-img {
    width: 100%;
  }
}
.cid-vflBkzMm5e .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflBkzMm5e .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkzMm5e .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflBkzMm5e .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vflBkzMm5e .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-vflBkzMm5e .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkzMm5e .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vflBkzMm5e .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vflBkzMm5e .card-title {
  color: #e3ebf3;
}
.cid-vflBkzMm5e .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflBkzMm5e .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkzMm5e .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflBkzMm5e .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflBkzMm5e .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflBkzMm5e .mbr-text,
.cid-vflBkzMm5e .mbr-section-btn {
  color: #8e97a1;
}
.cid-vfm6uAoACC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vfm6uAoACC .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vfm6uAoACC .mbr-section-title {
  color: #e3ebf3;
}
.cid-vfm6uAoACC .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-vfm6uAoACC .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vfm6uAoACC .row {
    gap: 12px;
  }
}
.cid-vfm6uAoACC .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-vfm6uAoACC .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vfm6uAoACC .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vfm6uAoACC .item-wrap {
    padding: 12px;
  }
}
.cid-vfm6uAoACC .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vfm6uAoACC .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-vfm6uAoACC .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-vfm6uAoACC .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfm6uAoACC .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-vfm6uAoACC .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-vfm6uAoACC .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-vfm6uAoACC .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-vfm6uAoACC .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vfm6uAoACC .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-vfm6uAoACC .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfm6uAoACC .item {
    min-height: calc(4 * 80px);
  }
}
.cid-vfm6uAoACC .item:nth-child(1) {
  background-image: url("../../../assets/images/nano-banana-2-photography-of-architectural-photography-come-up-with-another-version-of-the-hou-1376x768.jpg");
}
.cid-vfm6uAoACC .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-architectural-photography-to-change-the-angle-of-the-house-shown-in-the-photo-th-0202-1344x768.jpg");
}
.cid-vfm6uAoACC .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-vfm6uAoACC .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-vfm6uAoACC .item:hover:before {
  opacity: 0.55;
}
.cid-vfm6uAoACC .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-vfm6uAoACC .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflBkxfvt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflBkxfvt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkxfvt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkxfvt5 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-vflBkxfvt5 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vflBkxfvt5 .col-img {
    width: 100%;
  }
}
.cid-vflBkxfvt5 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflBkxfvt5 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkxfvt5 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflBkxfvt5 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vflBkxfvt5 .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-vflBkxfvt5 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkxfvt5 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vflBkxfvt5 .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vflBkxfvt5 .card-title {
  color: #e3ebf3;
}
.cid-vflBkxfvt5 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflBkxfvt5 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkxfvt5 .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflBkxfvt5 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflBkxfvt5 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflBkxfvt5 .mbr-text,
.cid-vflBkxfvt5 .mbr-section-btn {
  color: #8e97a1;
}
.cid-vflBkvOqEi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflBkvOqEi .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vflBkvOqEi .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflBkvOqEi .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-vflBkvOqEi .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vflBkvOqEi .row {
    gap: 12px;
  }
}
.cid-vflBkvOqEi .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-vflBkvOqEi .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflBkvOqEi .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkvOqEi .item-wrap {
    padding: 12px;
  }
}
.cid-vflBkvOqEi .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflBkvOqEi .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-vflBkvOqEi .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-vflBkvOqEi .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-vflBkvOqEi .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-vflBkvOqEi .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-vflBkvOqEi .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-vflBkvOqEi .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-vflBkvOqEi .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflBkvOqEi .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-vflBkvOqEi .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflBkvOqEi .item {
    min-height: calc(4 * 80px);
  }
}
.cid-vflBkvOqEi .item:nth-child(1) {
  background-image: url("../../../assets/images/nano-banana-2-professional-photo-of-come-up-with-and-draw-guest-houses-made-of-bent-glued-beam-0201-1376x768.jpg");
}
.cid-vflBkvOqEi .item:nth-child(2) {
  background-image: url("../../../assets/images/nano-banana-2-professional-photo-of-come-up-with-and-draw-guest-houses-made-of-bent-glued-beam-0202-1376x768.jpg");
}
.cid-vflBkvOqEi .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-vflBkvOqEi .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-vflBkvOqEi .item:hover:before {
  opacity: 0.55;
}
.cid-vflBkvOqEi .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflBkvOqEi .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-vfm57A0Xfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfm57A0Xfl .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-vfm57A0Xfl .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vfm57A0Xfl .mbr-section-title {
  color: #e3ebf3;
}
.cid-vfm57A0Xfl .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-vfm57A0Xfl .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vfm57A0Xfl .row {
    gap: 12px;
  }
}
.cid-vfm57A0Xfl .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-vfm57A0Xfl .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vfm57A0Xfl .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vfm57A0Xfl .item-wrap {
    padding: 12px;
  }
}
.cid-vfm57A0Xfl .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vfm57A0Xfl .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-vfm57A0Xfl .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-vfm57A0Xfl .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfm57A0Xfl .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-vfm57A0Xfl .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-vfm57A0Xfl .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-vfm57A0Xfl .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-vfm57A0Xfl .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vfm57A0Xfl .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-vfm57A0Xfl .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfm57A0Xfl .item {
    min-height: calc(4 * 80px);
  }
}
.cid-vfm57A0Xfl .item:nth-child(1) {
  background-image: url("../../../assets/images/nano-banana-2-professional-photo-of-come-up-with-and-draw-guest-houses-made-of-bent-glued-beam-2000x1116.jpg");
}
.cid-vfm57A0Xfl .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-professional-photo-of-come-up-with-and-draw-new-shaped-guest-houses-made-of-bent-1344x768.jpg");
}
.cid-vfm57A0Xfl .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-vfm57A0Xfl .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-vfm57A0Xfl .item:hover:before {
  opacity: 0.55;
}
.cid-vfm57A0Xfl .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-vfm57A0Xfl .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflZaL0t40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflZaL0t40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflZaL0t40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflZaL0t40 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-vflZaL0t40 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vflZaL0t40 .col-img {
    width: 100%;
  }
}
.cid-vflZaL0t40 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflZaL0t40 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflZaL0t40 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflZaL0t40 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vflZaL0t40 .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-vflZaL0t40 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflZaL0t40 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vflZaL0t40 .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vflZaL0t40 .card-title {
  color: #e3ebf3;
}
.cid-vflZaL0t40 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflZaL0t40 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflZaL0t40 .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflZaL0t40 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflZaL0t40 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflZaL0t40 .mbr-text,
.cid-vflZaL0t40 .mbr-section-btn {
  color: #8e97a1;
}
.cid-vflBkyAryT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #4b5158;
}
.cid-vflBkyAryT .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vflBkyAryT .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflBkyAryT .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-vflBkyAryT .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vflBkyAryT .row {
    gap: 12px;
  }
}
.cid-vflBkyAryT .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-vflBkyAryT .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-vflBkyAryT .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkyAryT .item-wrap {
    padding: 12px;
  }
}
.cid-vflBkyAryT .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflBkyAryT .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-vflBkyAryT .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-vflBkyAryT .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-vflBkyAryT .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-vflBkyAryT .mbr-section-btn .btn-black:hover {
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.cid-vflBkyAryT .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-vflBkyAryT .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-vflBkyAryT .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflBkyAryT .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-vflBkyAryT .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vflBkyAryT .item {
    min-height: calc(4 * 80px);
  }
}
.cid-vflBkyAryT .item:nth-child(1) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-architectural-photography.-place-a-3-meter-high-gazebo-in-a-beautiful-garden-nex-0203-1344x768.jpg");
}
.cid-vflBkyAryT .item:nth-child(2) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-change-the-size-0202-1344x768.jpg");
}
.cid-vflBkyAryT .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-vflBkyAryT .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-vflBkyAryT .item:hover:before {
  opacity: 0.55;
}
.cid-vflBkyAryT .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflBkyAryT .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-vflZK5fTlw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vflZK5fTlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflZK5fTlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflZK5fTlw .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-vflZK5fTlw .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vflZK5fTlw .col-img {
    width: 100%;
  }
}
.cid-vflZK5fTlw .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflZK5fTlw .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflZK5fTlw .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflZK5fTlw .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vflZK5fTlw .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-vflZK5fTlw .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vflZK5fTlw .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vflZK5fTlw .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vflZK5fTlw .card-title {
  color: #e3ebf3;
}
.cid-vflZK5fTlw .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vflZK5fTlw .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vflZK5fTlw .mbr-text {
    margin-top: 12px;
  }
}
.cid-vflZK5fTlw .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vflZK5fTlw .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vflZK5fTlw .mbr-text,
.cid-vflZK5fTlw .mbr-section-btn {
  color: #8e97a1;
}
.cid-vfm1HWCLIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfm1HWCLIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfm1HWCLIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfm1HWCLIa .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-vfm1HWCLIa .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-vfm1HWCLIa .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-vfm1HWCLIa .mbr-section-title {
  color: #e3ebf3;
}
.cid-vfm1HWCLIa .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vfm1HWCLIa .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vfm1HWCLIa .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vfm1HWCLIa .row {
  column-gap: 20px;
}
.cid-vfm1HWCLIa .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 10px);
  height: auto;
  min-height: 600px;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-vfm1HWCLIa .col-text:nth-child(1) {
  background-image: url("../../../assets/images/gemini-2.5-flash-image-change-people-1344x768.jpg");
}
.cid-vfm1HWCLIa .col-text:nth-child(2) {
  background-image: url("../../../assets/images/features8.jpg");
}
@media (max-width: 1399px) {
  .cid-vfm1HWCLIa .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfm1HWCLIa .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vfm1HWCLIa .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-vfm1HWCLIa .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 21, 24, 0) 0, rgba(18, 21, 24, 0.9) 100%);
}
.cid-vfm1HWCLIa .center-box {
  margin-top: auto;
}
.cid-vfm1HWCLIa .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vfm1HWCLIa .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-vfm1HWCLIa .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-vfm0qEuSsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vfm0qEuSsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfm0qEuSsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfm0qEuSsJ .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-vfm0qEuSsJ .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vfm0qEuSsJ .col-img {
    width: 100%;
  }
}
.cid-vfm0qEuSsJ .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vfm0qEuSsJ .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vfm0qEuSsJ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vfm0qEuSsJ .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vfm0qEuSsJ .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-vfm0qEuSsJ .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vfm0qEuSsJ .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vfm0qEuSsJ .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vfm0qEuSsJ .card-title {
  color: #e3ebf3;
}
.cid-vfm0qEuSsJ .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vfm0qEuSsJ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vfm0qEuSsJ .mbr-text {
    margin-top: 12px;
  }
}
.cid-vfm0qEuSsJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vfm0qEuSsJ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfm0qEuSsJ .mbr-text,
.cid-vfm0qEuSsJ .mbr-section-btn {
  color: #8e97a1;
}
.cid-vfm14aNqLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b5158;
}
.cid-vfm14aNqLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfm14aNqLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfm14aNqLp .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-vfm14aNqLp .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-vfm14aNqLp .col-img {
    width: 100%;
  }
}
.cid-vfm14aNqLp .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vfm14aNqLp .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vfm14aNqLp .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vfm14aNqLp .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-vfm14aNqLp .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-vfm14aNqLp .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-vfm14aNqLp .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-vfm14aNqLp .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-vfm14aNqLp .card-title {
  color: #e3ebf3;
}
.cid-vfm14aNqLp .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-vfm14aNqLp .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vfm14aNqLp .mbr-text {
    margin-top: 12px;
  }
}
.cid-vfm14aNqLp .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vfm14aNqLp .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfm14aNqLp .mbr-text,
.cid-vfm14aNqLp .mbr-section-btn {
  color: #8e97a1;
}
.cid-vflBktCKtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vflBktCKtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBktCKtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBktCKtZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vflBktCKtZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vflBktCKtZ .embla__slide .slide-content {
  width: 100%;
}
.cid-vflBktCKtZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vflBktCKtZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vflBktCKtZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vflBktCKtZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vflBktCKtZ .embla__button--next,
.cid-vflBktCKtZ .embla__button--prev {
  display: flex;
}
.cid-vflBktCKtZ .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vflBktCKtZ .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vflBktCKtZ .embla__button:hover::before {
  opacity: .5;
}
.cid-vflBktCKtZ .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vflBktCKtZ .embla__button:disabled::before {
  opacity: .2;
}
.cid-vflBktCKtZ .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vflBktCKtZ .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vflBktCKtZ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vflBktCKtZ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vflBktCKtZ .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vflBktCKtZ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vflBktCKtZ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vflBktCKtZ .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vflBktCKtZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vflBktCKtZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vflBktCKtZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vflBktCKtZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vflBktCKtZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vflBkGxrGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflBkGxrGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkGxrGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkGxrGV .row {
  gap: 20px;
  margin: 0 !important;
}
.cid-vflBkGxrGV .item {
  width: calc(50% - 10px);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .cid-vflBkGxrGV .item {
    width: 100%;
  }
}
.cid-vflBkGxrGV .item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border: 1px solid #e3ebf3;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .cid-vflBkGxrGV .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkGxrGV .item-wrapper {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkGxrGV .item-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .cid-vflBkGxrGV .item-wrapper:hover .image-wrapper img {
    transform: scale(1.1);
  }
}
.cid-vflBkGxrGV .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-vflBkGxrGV .col-text {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-vflBkGxrGV .col-text {
    width: 100%;
  }
}
.cid-vflBkGxrGV .date-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.cid-vflBkGxrGV .day-text {
  color: #e3ebf3;
}
.cid-vflBkGxrGV .month-text {
  color: #e3ebf3;
}
.cid-vflBkGxrGV .year-text {
  color: #e3ebf3;
}
.cid-vflBkGxrGV .card-title {
  color: #8e97a1;
}
.cid-vflBkGxrGV .mbr-text {
  margin-top: 12px;
  color: #e3ebf3;
}
.cid-vflBkGxrGV .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-vflBkGxrGV .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vflBkGxrGV .col-img {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-vflBkGxrGV .col-img {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .cid-vflBkGxrGV .col-img {
    width: 100%;
  }
}
.cid-vflBkGxrGV .image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vflBkGxrGV .image-wrapper {
    border-radius: 12px;
  }
}
.cid-vflBkGxrGV .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .cid-vflBkGxrGV .image-wrapper img {
    aspect-ratio: 0.68577982;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkGxrGV .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkGxrGV .image-wrapper img {
    height: 220px;
  }
}
.cid-vflBkJfZs6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3237;
}
.cid-vflBkJfZs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkJfZs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkJfZs6 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-vflBkJfZs6 .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkJfZs6 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-vflBkJfZs6 .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflBkJfZs6 .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflBkJfZs6 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vflBkJfZs6 .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vflBkJfZs6 .cards-wrap {
    gap: 12px;
  }
}
.cid-vflBkJfZs6 .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-vflBkJfZs6 .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-vflBkJfZs6 .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-vflBkJfZs6 .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-vflBkJfZs6 .card {
    width: 100%;
  }
}
.cid-vflBkJfZs6 .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-vflBkJfZs6 .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vflBkJfZs6 .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-vflBkJfZs6 .img-wrapper img {
    height: 80px;
  }
}
.cid-vflBkJfZs6 .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-vflBkJfZs6 .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-vflBkJfZs6 .card-title {
  color: #1a1e21;
}
.cid-vflBkL1EQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-vflBkL1EQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkL1EQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkL1EQh .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-vflBkL1EQh .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vflBkL1EQh .mbr-section-title {
  color: #e3ebf3;
}
.cid-vflBkL1EQh .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vflBkL1EQh .row {
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .row {
    gap: 12px;
  }
}
.cid-vflBkL1EQh .card {
  border-radius: 20px;
  border: 1px solid #e3ebf3;
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .card {
    border-radius: 12px;
  }
}
.cid-vflBkL1EQh .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 1399px) {
  .cid-vflBkL1EQh .card-wrap {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .card-wrap {
    gap: 12px;
    padding: 12px;
  }
}
.cid-vflBkL1EQh .card-title {
  color: #e3ebf3;
  margin-right: auto;
}
.cid-vflBkL1EQh .right-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 32px;
}
@media (max-width: 1399px) {
  .cid-vflBkL1EQh .right-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .right-wrap {
    gap: 12px;
  }
}
.cid-vflBkL1EQh .card-subtitle {
  color: #e3ebf3;
  word-break: normal;
}
.cid-vflBkL1EQh .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%, #db9a1c 0, #d07808 100%);
  border: 1px solid #faae26;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
  border-radius: 6px;
  font-size: 1.5rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vflBkL1EQh .iconfont-wrapper .mbr-iconfont {
    min-width: 36px;
    padding: 5px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vflBkL1EQh .iconfont-wrapper .mbr-iconfont:hover {
    box-shadow: 0 6px 40px #e3a029;
  }
}
.cid-vflBkMH8wQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vflBkMH8wQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkMH8wQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkMH8wQ .row {
  margin: 0 -15px;
}
.cid-vflBkMH8wQ .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vflBkMH8wQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vflBkMH8wQ .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vflBkMH8wQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflBkMH8wQ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vflBkMH8wQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vflBkMH8wQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vflBkMH8wQ .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-vflBkMH8wQ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vflBkMH8wQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vflBkMH8wQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vflBkMH8wQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vflBkMH8wQ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-vflBkMH8wQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-vflBkMH8wQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #994412;
}
.cid-vflBkMH8wQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-vflBkMH8wQ .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-vflBkMH8wQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vflBkMH8wQ .mbr-section-title {
  color: #fefff5;
}
.cid-vflBkMH8wQ .mbr-section-subtitle {
  color: #fa7e26;
}
.cid-vflBkMH8wQ .mbr-text {
  color: #fefff5;
}
.cid-vflBkMH8wQ .panel-title-edit {
  color: #fefff5;
}
.cid-vflBkMH8wQ .panel-text {
  color: #fefff5;
}
.cid-vflBkOpywd {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-vflBkOpywd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflBkOpywd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflBkOpywd .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflBkOpywd .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-vflBkOpywd .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/gemini-2.5-flash-image-change-the-size-0201-1344x768.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-vflBkOpywd .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-vflBkOpywd .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-vflBkOpywd .col-text {
    padding: 12px !important;
  }
}
.cid-vflBkOpywd .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.cid-vflBkOpywd .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-vflBkOpywd .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-vflBkOpywd .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-vflBkOpywd .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-vflBkOpywd .mbr-section-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-vflBkOpywd .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-vflBkOpywd .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-vflBkOpywd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-vflBkOpywd .iconfont-wrapper {
    display: none;
  }
}
.cid-vflBkOpywd .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-vflBkOpywd .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-vflBkOpywd .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-vflBkOpywd .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-vflBkOpywd .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-vflBkOpywd .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-vflBkOpywd .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-vflBkOpywd .list a {
  position: relative;
  color: inherit;
}
.cid-vflBkOpywd a.text-white:hover {
  color: #fa7e26 !important;
}
.cid-vflBkQ1pNC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-vflBkQ1pNC .mbr-text {
  color: #e3ebf3;
}
