.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Montagu Slab', serif;
  font-size: 6.4375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.046875rem;
}
.display-2 {
  font-family: 'Montagu Slab', serif;
  font-size: 4.6875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.859375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.6875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.359375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.15rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.50625rem;
    font-size: calc( 2.9031249999999997rem + (6.4375 - 2.9031249999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.9031249999999997rem + (6.4375 - 2.9031249999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.75rem;
    font-size: calc( 2.290625rem + (4.6875 - 2.290625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.290625rem + (4.6875 - 2.290625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.15rem;
    font-size: calc( 1.590625rem + (2.6875 - 1.590625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.590625rem + (2.6875 - 1.590625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #012b3a !important;
}
.bg-success {
  background-color: #e5be8a !important;
}
.bg-info {
  background-color: #fff8ef !important;
}
.bg-warning {
  background-color: #8e443d !important;
}
.bg-danger {
  background-color: #75dbcd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #012b3a !important;
  border-color: #012b3a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3d626c !important;
  border-color: #3d626c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e3035 !important;
  border-color: #1e3035 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e3035 !important;
  border-color: #1e3035 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
  color: #ef8600 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #985600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ef8600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5be8a !important;
  border-color: #e5be8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d59743 !important;
  border-color: #d59743 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d59743 !important;
  border-color: #d59743 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #512723 !important;
  border-color: #512723 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #512723 !important;
  border-color: #512723 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #75dbcd !important;
  border-color: #75dbcd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #34c6b2 !important;
  border-color: #34c6b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #34c6b2 !important;
  border-color: #34c6b2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #012b3a;
  color: #012b3a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #012b3a !important;
  border-color: #012b3a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3d626c;
  color: #3d626c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1e3035 !important;
  background-color: transparent !important;
  border-color: #1e3035 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d626c !important;
  border-color: #3d626c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fff8ef;
  color: #fff8ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd298 !important;
  background-color: transparent !important;
  border-color: #ffd298 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ef8600 !important;
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e5be8a;
  color: #e5be8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d59743 !important;
  background-color: transparent !important;
  border-color: #d59743 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e5be8a !important;
  border-color: #e5be8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8e443d;
  color: #8e443d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #512723 !important;
  background-color: transparent !important;
  border-color: #512723 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #75dbcd;
  color: #75dbcd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #34c6b2 !important;
  background-color: transparent !important;
  border-color: #34c6b2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #75dbcd !important;
  border-color: #75dbcd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #012b3a !important;
}
.text-secondary {
  color: #3d626c !important;
}
.text-success {
  color: #e5be8a !important;
}
.text-info {
  color: #fff8ef !important;
}
.text-warning {
  color: #8e443d !important;
}
.text-danger {
  color: #75dbcd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #012b3a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d626c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e5be8a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #fff8ef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8e443d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75dbcd !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #012b3a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff8ef;
}
.alert-warning {
  background-color: #8e443d;
}
.alert-danger {
  background-color: #75dbcd;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #012b3a;
  border-color: #012b3a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #25c3fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c98881;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #012b3a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #012b3a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #012b3a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #012b3a;
}
.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: #012b3a;
  border-bottom-color: #012b3a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #012b3a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3d626c !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='%23012b3a' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
a.btn.btn-warning:hover {
  background-color: #e5bc8a !important;
  border-color: #e5bc8a !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.cid-ulfOmMTxF8 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/enhanced-image-3-2000x1328.webp");
}
.cid-ulfOmMTxF8 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-ulfOmMTxF8 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-ulfOmMTxF8 .button-align {
  text-align: center;
}
.cid-ulfOmMTxF8 .mbr-section-btn {
  display: block;
}
.cid-ulfOmMTxF8 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-ulfOmMTxF8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-ulfOmMTxF8 .mbr-text,
.cid-ulfOmMTxF8 .button-align {
  color: #ffffff;
}
.cid-ulfOmMTxF8 a.btn {
  letter-spacing: 5.4px;
}
.cid-ulfOmNocsS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-ulfOmNocsS .item:focus,
.cid-ulfOmNocsS span:focus {
  outline: none;
}
.cid-ulfOmNocsS .item-wrapper {
  position: relative;
}
.cid-ulfOmNocsS .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-ulfOmNocsS .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-ulfOmNocsS .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-ulfOmNocsS .mbr-text,
.cid-ulfOmNocsS .mbr-section-btn {
  text-align: left;
}
.cid-ulfOmNocsS .item-title {
  text-align: left;
}
.cid-ulfOmNocsS .item-subtitle {
  text-align: left;
}
.cid-ulfOmNocsS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-ulfOmNocsS .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-ulfOmNocsS .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-ulfOmNocsS .embla__slide {
    min-width: 375px;
  }
}
.cid-ulfOmNocsS .embla__button--next,
.cid-ulfOmNocsS .embla__button--prev {
  display: flex;
}
.cid-ulfOmNocsS .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ulfOmNocsS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulfOmNocsS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulfOmNocsS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulfOmNocsS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulfOmNocsS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulfOmNocsS .embla {
  position: relative;
  width: 100%;
}
.cid-ulfOmNocsS .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-ulfOmNocsS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulfOmNocsS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulfOmNocsS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulfOmNocsS .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-ulfOmNocsS .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-ulfOmNocsS .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-ulfOmNocsS img {
  width: 100%;
  object-fit: cover;
}
.cid-ulfOmNocsS .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-ulfOmNocsS .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-ulfOmNocsS H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-ulfOmNocsS .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-ulfOmNocsS .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-ulfOmNocsS .card-wrapper:hover .card-box,
.cid-ulfOmNocsS .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-ulfOmNocsS .card-wrapper:hover:before,
.cid-ulfOmNocsS .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ulfOmNocsS .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-ulfOmNocsS .link-title {
  display: inline-block;
}
.cid-ulfOmNocsS .margin {
  margin-right: 14px;
}
.cid-ulfOmNocsS .article {
  display: contents;
}
.cid-ulfOmNocsS .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-ulfOmNocsS .link-row {
  align-items: center;
}
.cid-ulfOmNocsS .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-ulfOmNocsS .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-ulfOmNocsS .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-ulfOmNocsS .btn {
  margin-top: 20px;
}
.cid-ulfOmNocsS .card-title,
.cid-ulfOmNocsS .iconfont-wrapper {
  text-align: center;
}
.cid-ulfOmNocsS a.btn > span {
  margin-left: 0.5rem;
}
.cid-ulfOmNocsS .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-ulfOmNocsS .card-box:focus-within {
  opacity: 1;
}
.cid-ulfOmNocsS .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-ulfOmNocsS .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ulfOmNocsS .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-ulfOmNocsS .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-ulfOmNocsS .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-ulfOmNocsS .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-ulfOmNocsS .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-ulfOmNocsS .card1 {
  background-image: url("../../../assets/images/a-golden-sand-beach-on-an-alien-planet-where-the-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfOmNocsS .card2 {
  background-image: url("../../../assets/images/masterpiece-an-ancient-stone-ruins-seen-through-a-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfOmNocsS .card3 {
  background-image: url("../../../assets/images/tengrai-image-1717620622-4419274-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfOmNocsS .card4 {
  background-image: url("../../../assets/images/p0ulwkslszrcarabaaug-1-faxcn-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfOmNocsS .card5 {
  background-image: url("../../../assets/images/a-golden-sand-beach-on-an-alien-planet-where-the-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-ulfOmNocsS .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-ulfOmNocsS .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-ulfOmNocsS .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-ulfOmNocsS .embla__button {
    display: none;
  }
}
.cid-ulfOmP8c0l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-ulfOmP8c0l .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-ulfOmP8c0l .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-ulfZyfZFYF {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulfZyfZFYF .item-wrapper {
  width: 100%;
}
.cid-ulfZyfZFYF .left-side {
  text-align: left;
}
.cid-ulfZyfZFYF .row {
  align-items: center;
  justify-content: center;
}
.cid-ulfZyfZFYF .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ulfZyfZFYF .card-box:focus-within {
  opacity: 1;
}
.cid-ulfZyfZFYF .row-center {
  height: 100%;
}
.cid-ulfZyfZFYF .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ulfZyfZFYF .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ulfZyfZFYF .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ulfZyfZFYF .card-wrapper:hover .card-box,
.cid-ulfZyfZFYF .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ulfZyfZFYF .card-wrapper:hover .card-img,
.cid-ulfZyfZFYF .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ulfZyfZFYF .card-wrapper:hover:before,
.cid-ulfZyfZFYF .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ulfZyfZFYF .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ulfZyfZFYF .g {
  grid-row-gap: 24px;
}
.cid-ulfZyfZFYF .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ulfZyfZFYF .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ulfZyfZFYF .carousel-control {
    display: none;
  }
}
.cid-ulfZyfZFYF .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ulfZyfZFYF .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ulfZyfZFYF .card1 {
  background-image: url("../../../assets/images/an-ultra-realistic-cinematic-scene-showing-five-in-3-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfZyfZFYF .card2 {
  background-image: url("../../../assets/images/an-ultra-realistic-cinematic-scene-showing-five-in-4-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfZyfZFYF .card3 {
  background-image: url("../../../assets/images/an-ultra-realistic-cinematic-scene-showing-five-in-5-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfZyfZFYF .card4 {
  background-image: url("../../../assets/images/layer-6-1536x1152.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfZyfZFYF .card5 {
  background-image: url("../../../assets/images/result-1536x1092.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfZyfZFYF .card6 {
  background-image: url("../../../assets/images/layer-6-1536x1092.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulg1gWYVFe {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulg1gWYVFe .item-wrapper {
  width: 100%;
}
.cid-ulg1gWYVFe .left-side {
  text-align: left;
}
.cid-ulg1gWYVFe .row {
  align-items: center;
  justify-content: center;
}
.cid-ulg1gWYVFe .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ulg1gWYVFe .card-box:focus-within {
  opacity: 1;
}
.cid-ulg1gWYVFe .row-center {
  height: 100%;
}
.cid-ulg1gWYVFe .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ulg1gWYVFe .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ulg1gWYVFe .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ulg1gWYVFe .card-wrapper:hover .card-box,
.cid-ulg1gWYVFe .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ulg1gWYVFe .card-wrapper:hover .card-img,
.cid-ulg1gWYVFe .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ulg1gWYVFe .card-wrapper:hover:before,
.cid-ulg1gWYVFe .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ulg1gWYVFe .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ulg1gWYVFe .g {
  grid-row-gap: 24px;
}
.cid-ulg1gWYVFe .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ulg1gWYVFe .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ulg1gWYVFe .carousel-control {
    display: none;
  }
}
.cid-ulg1gWYVFe .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ulg1gWYVFe .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ulg1gWYVFe .card1 {
  background-image: url("../../../assets/images/close-up-portrait-of-a-woman-with-piercing-blue-ey-2000x1422.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulg1gWYVFe .card2 {
  background-image: url("../../../assets/images/close-up-portrait-of-a-woman-with-piercing-blue-ey-3-1434x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulg1gWYVFe .card3 {
  background-image: url("../../../assets/images/close-up-portrait-of-a-woman-with-piercing-blue-ey-2-2000x1422.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulg1gWYVFe .card4 {
  background-image: url("../../../assets/images/sensual-winter-scene-woman-s-face-glass-of-red-w-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulg1gWYVFe .card5 {
  background-image: url("../../../assets/images/five-extraordinary-women-in-captivating-poses-and-2000x1422.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulg1gWYVFe .card6 {
  background-image: url("../../../assets/images/an-ultra-realistic-cinematic-scene-showing-five-in-1-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfOmPzBGY {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulfOmPzBGY .it {
  margin-top: 30px;
}
.cid-ulfOmPzBGY .it:nth-child(1) {
  margin-top: 0px;
}
.cid-ulfOmPzBGY .it:nth-child(2) {
  margin-top: 0px;
}
.cid-ulfOmPzBGY .it:nth-child(3) {
  margin-top: 0px;
}
.cid-ulfOmPzBGY .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-ulfOmPzBGY .it {
    margin-top: 15px;
  }
  .cid-ulfOmPzBGY .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-ulfOmPzBGY .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-ulfOmPzBGY .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-ulfOmQ8zdl {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulfOmQ8zdl .it {
  margin-top: 30px;
}
.cid-ulfOmQ8zdl .it:nth-child(1) {
  margin-top: 0px;
}
.cid-ulfOmQ8zdl .it:nth-child(2) {
  margin-top: 0px;
}
.cid-ulfOmQ8zdl .it:nth-child(3) {
  margin-top: 0px;
}
.cid-ulfOmQ8zdl .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-ulfOmQ8zdl .it {
    margin-top: 15px;
  }
  .cid-ulfOmQ8zdl .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-ulfOmQ8zdl .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-ulfOmQ8zdl .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-ulfOmTrYf9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulfOmTrYf9 .it {
  margin-top: 30px;
}
.cid-ulfOmTrYf9 .it:nth-child(1) {
  margin-top: 0px;
}
.cid-ulfOmTrYf9 .it:nth-child(2) {
  margin-top: 0px;
}
.cid-ulfOmTrYf9 .it:nth-child(3) {
  margin-top: 0px;
}
.cid-ulfOmTrYf9 .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-ulfOmTrYf9 .it {
    margin-top: 15px;
  }
  .cid-ulfOmTrYf9 .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-ulfOmTrYf9 .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-ulfOmTrYf9 .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-ulgAdfspRp {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulgAdfspRp .item-wrapper {
  width: 100%;
}
.cid-ulgAdfspRp .left-side {
  text-align: left;
}
.cid-ulgAdfspRp .row {
  align-items: center;
  justify-content: center;
}
.cid-ulgAdfspRp .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ulgAdfspRp .card-box:focus-within {
  opacity: 1;
}
.cid-ulgAdfspRp .row-center {
  height: 100%;
}
.cid-ulgAdfspRp .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ulgAdfspRp .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ulgAdfspRp .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ulgAdfspRp .card-wrapper:hover .card-box,
.cid-ulgAdfspRp .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ulgAdfspRp .card-wrapper:hover .card-img,
.cid-ulgAdfspRp .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ulgAdfspRp .card-wrapper:hover:before,
.cid-ulgAdfspRp .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ulgAdfspRp .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ulgAdfspRp .g {
  grid-row-gap: 24px;
}
.cid-ulgAdfspRp .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ulgAdfspRp .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ulgAdfspRp .carousel-control {
    display: none;
  }
}
.cid-ulgAdfspRp .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ulgAdfspRp .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ulgAdfspRp .card1 {
  background-image: url("../../../assets/images/downloadedimage-19-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulgAdfspRp .card2 {
  background-image: url("../../../assets/images/downloadedimage-16-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulgAdfspRp .card3 {
  background-image: url("../../../assets/images/downloadedimage-20-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulgAdfspRp .card4 {
  background-image: url("../../../assets/images/realtime-enhance-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulgAdfspRp .card5 {
  background-image: url("../../../assets/images/downloadedimage-22-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulgAdfspRp .card6 {
  background-image: url("../../../assets/images/downloadedimage-21-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulfOmTXepe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-ulfOmTXepe .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ulfOmTXepe a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-ulfOmTXepe a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-ulfOmUjzC7 {
  z-index: 1000;
  width: 100%;
}
.cid-ulfOmUjzC7 nav.navbar {
  position: fixed;
}
.cid-ulfOmUjzC7 .navbar-nav {
  margin: auto;
}
.cid-ulfOmUjzC7 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulfOmUjzC7 .dropdown-item:hover,
.cid-ulfOmUjzC7 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-ulfOmUjzC7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulfOmUjzC7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulfOmUjzC7 .navbar-short,
.cid-ulfOmUjzC7 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ulfOmUjzC7 .navbar-short .nav-link,
.cid-ulfOmUjzC7 .opened .nav-link,
.cid-ulfOmUjzC7 .navbar-short .navbar-caption,
.cid-ulfOmUjzC7 .opened .navbar-caption,
.cid-ulfOmUjzC7 .navbar-short .mbr-iconfont,
.cid-ulfOmUjzC7 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulfOmUjzC7 .navbar-short .hamburger span,
.cid-ulfOmUjzC7 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ulfOmUjzC7 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ulfOmUjzC7 .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-ulfOmUjzC7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulfOmUjzC7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulfOmUjzC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulfOmUjzC7 .container {
  display: flex;
  margin: auto;
}
.cid-ulfOmUjzC7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulfOmUjzC7 .dropdown-menu,
.cid-ulfOmUjzC7 .navbar.opened {
  background: #131729 !important;
}
.cid-ulfOmUjzC7 .nav-item:focus,
.cid-ulfOmUjzC7 .nav-link:focus {
  outline: none;
}
.cid-ulfOmUjzC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulfOmUjzC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulfOmUjzC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulfOmUjzC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulfOmUjzC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulfOmUjzC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulfOmUjzC7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-ulfOmUjzC7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ulfOmUjzC7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulfOmUjzC7 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulfOmUjzC7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulfOmUjzC7 .navbar.collapsed {
  justify-content: center;
}
.cid-ulfOmUjzC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulfOmUjzC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulfOmUjzC7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ulfOmUjzC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulfOmUjzC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulfOmUjzC7 .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-ulfOmUjzC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulfOmUjzC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulfOmUjzC7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulfOmUjzC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulfOmUjzC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulfOmUjzC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulfOmUjzC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulfOmUjzC7 .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-ulfOmUjzC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulfOmUjzC7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulfOmUjzC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulfOmUjzC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulfOmUjzC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulfOmUjzC7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulfOmUjzC7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulfOmUjzC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulfOmUjzC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulfOmUjzC7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulfOmUjzC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulfOmUjzC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulfOmUjzC7 .dropdown-item.active,
.cid-ulfOmUjzC7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulfOmUjzC7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulfOmUjzC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulfOmUjzC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulfOmUjzC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-ulfOmUjzC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulfOmUjzC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulfOmUjzC7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulfOmUjzC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulfOmUjzC7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulfOmUjzC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulfOmUjzC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulfOmUjzC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulfOmUjzC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulfOmUjzC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulfOmUjzC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulfOmUjzC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulfOmUjzC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulfOmUjzC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulfOmUjzC7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulfOmUjzC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulfOmUjzC7 .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-ulfOmUjzC7 .navbar {
    height: 70px;
  }
  .cid-ulfOmUjzC7 .navbar.opened {
    height: auto;
  }
  .cid-ulfOmUjzC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv64LtNAeS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/enhanced-dolomitas3-2000x820.webp");
}
.cid-tv64LtNAeS .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tv64LtNAeS .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv64LtNAeS .button-align {
  text-align: center;
}
.cid-tv64LtNAeS .mbr-section-btn {
  display: block;
}
.cid-tv64LtNAeS .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tv64LtNAeS a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv64LtNAeS .mbr-text,
.cid-tv64LtNAeS .button-align {
  color: #ffffff;
}
.cid-tv64LtNAeS a.btn {
  letter-spacing: 5.4px;
}
.cid-tv64LvaEkU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tv64LvaEkU .item:focus,
.cid-tv64LvaEkU span:focus {
  outline: none;
}
.cid-tv64LvaEkU .item-wrapper {
  position: relative;
}
.cid-tv64LvaEkU .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tv64LvaEkU .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tv64LvaEkU .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tv64LvaEkU .mbr-text,
.cid-tv64LvaEkU .mbr-section-btn {
  text-align: left;
}
.cid-tv64LvaEkU .item-title {
  text-align: left;
}
.cid-tv64LvaEkU .item-subtitle {
  text-align: left;
}
.cid-tv64LvaEkU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tv64LvaEkU .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tv64LvaEkU .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tv64LvaEkU .embla__slide {
    min-width: 375px;
  }
}
.cid-tv64LvaEkU .embla__button--next,
.cid-tv64LvaEkU .embla__button--prev {
  display: flex;
}
.cid-tv64LvaEkU .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tv64LvaEkU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv64LvaEkU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv64LvaEkU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv64LvaEkU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tv64LvaEkU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tv64LvaEkU .embla {
  position: relative;
  width: 100%;
}
.cid-tv64LvaEkU .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tv64LvaEkU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv64LvaEkU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv64LvaEkU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv64LvaEkU .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tv64LvaEkU .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tv64LvaEkU .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tv64LvaEkU img {
  width: 100%;
  object-fit: cover;
}
.cid-tv64LvaEkU .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tv64LvaEkU .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv64LvaEkU H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tv64LvaEkU .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tv64LvaEkU .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tv64LvaEkU .card-wrapper:hover .card-box,
.cid-tv64LvaEkU .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tv64LvaEkU .card-wrapper:hover:before,
.cid-tv64LvaEkU .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv64LvaEkU .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tv64LvaEkU .link-title {
  display: inline-block;
}
.cid-tv64LvaEkU .margin {
  margin-right: 14px;
}
.cid-tv64LvaEkU .article {
  display: contents;
}
.cid-tv64LvaEkU .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tv64LvaEkU .link-row {
  align-items: center;
}
.cid-tv64LvaEkU .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tv64LvaEkU .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tv64LvaEkU .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tv64LvaEkU .btn {
  margin-top: 20px;
}
.cid-tv64LvaEkU .card-title,
.cid-tv64LvaEkU .iconfont-wrapper {
  text-align: center;
}
.cid-tv64LvaEkU a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv64LvaEkU .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tv64LvaEkU .card-box:focus-within {
  opacity: 1;
}
.cid-tv64LvaEkU .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tv64LvaEkU .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv64LvaEkU .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tv64LvaEkU .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tv64LvaEkU .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv64LvaEkU .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv64LvaEkU .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tv64LvaEkU .card1 {
  background-image: url("../../../assets/images/xfile-a-healthy-and-delicious-lo-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LvaEkU .card2 {
  background-image: url("../../../assets/images/xfile-a-collection-of-various-co-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LvaEkU .card3 {
  background-image: url("../../../assets/images/amoremio-highlight-the-variety-o-3-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LvaEkU .card4 {
  background-image: url("../../../assets/images/macro-photography-of-cheeses-mega-realistic-with201-enhanced-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LvaEkU .card5 {
  background-image: url("../../../assets/images/xfile-a-healthy-and-delicious-lo-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tv64LvaEkU .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tv64LvaEkU .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tv64LvaEkU .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tv64LvaEkU .embla__button {
    display: none;
  }
}
.cid-tv64LxKLSa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tv64LxKLSa .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tv64LxKLSa .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-ty3rPiakWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ty3rPiakWX .item-wrapper {
  width: 100%;
}
.cid-ty3rPiakWX .left-side {
  text-align: left;
}
.cid-ty3rPiakWX .row {
  align-items: center;
  justify-content: center;
}
.cid-ty3rPiakWX .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ty3rPiakWX .card-box:focus-within {
  opacity: 1;
}
.cid-ty3rPiakWX .row-center {
  height: 100%;
}
.cid-ty3rPiakWX .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ty3rPiakWX .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ty3rPiakWX .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ty3rPiakWX .card-wrapper:hover .card-box,
.cid-ty3rPiakWX .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ty3rPiakWX .card-wrapper:hover .card-img,
.cid-ty3rPiakWX .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ty3rPiakWX .card-wrapper:hover:before,
.cid-ty3rPiakWX .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ty3rPiakWX .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ty3rPiakWX .g {
  grid-row-gap: 24px;
}
.cid-ty3rPiakWX .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ty3rPiakWX .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ty3rPiakWX .carousel-control {
    display: none;
  }
}
.cid-ty3rPiakWX .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ty3rPiakWX .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ty3rPiakWX .card1 {
  background-image: url("../../../assets/images/lj0fau9evtqp1wcggr1s-enhanced-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3rPiakWX .card2 {
  background-image: url("../../../assets/images/macro-photography-of-cheeses-mega-realistic-with201-enhanced-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3rPiakWX .card3 {
  background-image: url("../../../assets/images/tengrai-image-1715829902-1225882-enhanced-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3rPiakWX .card4 {
  background-image: url("../../../assets/images/vinhos-na-toscana-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3rPiakWX .card5 {
  background-image: url("../../../assets/images/uazmqutxkwzfya0eqrrw-enhanced-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3rPiakWX .card6 {
  background-image: url("../../../assets/images/tengrai-image-1715829904-3931649-enhanced-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LztSEg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv64LztSEg .item-wrapper {
  width: 100%;
}
.cid-tv64LztSEg .left-side {
  text-align: left;
}
.cid-tv64LztSEg .row {
  align-items: center;
  justify-content: center;
}
.cid-tv64LztSEg .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv64LztSEg .card-box:focus-within {
  opacity: 1;
}
.cid-tv64LztSEg .row-center {
  height: 100%;
}
.cid-tv64LztSEg .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv64LztSEg .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv64LztSEg .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv64LztSEg .card-wrapper:hover .card-box,
.cid-tv64LztSEg .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv64LztSEg .card-wrapper:hover .card-img,
.cid-tv64LztSEg .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv64LztSEg .card-wrapper:hover:before,
.cid-tv64LztSEg .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv64LztSEg .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv64LztSEg .g {
  grid-row-gap: 24px;
}
.cid-tv64LztSEg .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv64LztSEg .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv64LztSEg .carousel-control {
    display: none;
  }
}
.cid-tv64LztSEg .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv64LztSEg .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv64LztSEg .card1 {
  background-image: url("../../../assets/images/kirk-sunset-and-in-the-green-fields-of-tuscany-italy-high-defin-91ab80ad-21c7-423f-9176-2d4200096a7b-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LztSEg .card2 {
  background-image: url("../../../assets/images/kirk-sunset-and-in-the-green-fields-of-tuscany-italy-high-defin-183f52d3-68fd-45b6-bb97-b4e99d1f6045-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LztSEg .card3 {
  background-image: url("../../../assets/images/kirk-sunset-and-in-the-green-fields-of-tuscany-italy-high-defin-227d5738-707f-4849-95ee-fb291d17817b-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LztSEg .card4 {
  background-image: url("../../../assets/images/brasil-traditional-complete-hous-2-1-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LztSEg .card5 {
  background-image: url("../../../assets/images/c86aa5e5-5aa1-4ed0-ae35-0eeff216638d-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LztSEg .card6 {
  background-image: url("../../../assets/images/realistic-vision-1.4-better-vae-winter-in-tuscany-with-s-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCgR2zP1Zz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tCgR2zP1Zz .item-wrapper {
  width: 100%;
}
.cid-tCgR2zP1Zz .left-side {
  text-align: left;
}
.cid-tCgR2zP1Zz .row {
  align-items: center;
  justify-content: center;
}
.cid-tCgR2zP1Zz .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tCgR2zP1Zz .card-box:focus-within {
  opacity: 1;
}
.cid-tCgR2zP1Zz .row-center {
  height: 100%;
}
.cid-tCgR2zP1Zz .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tCgR2zP1Zz .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tCgR2zP1Zz .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tCgR2zP1Zz .card-wrapper:hover .card-box,
.cid-tCgR2zP1Zz .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tCgR2zP1Zz .card-wrapper:hover .card-img,
.cid-tCgR2zP1Zz .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tCgR2zP1Zz .card-wrapper:hover:before,
.cid-tCgR2zP1Zz .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tCgR2zP1Zz .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tCgR2zP1Zz .g {
  grid-row-gap: 24px;
}
.cid-tCgR2zP1Zz .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tCgR2zP1Zz .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tCgR2zP1Zz .carousel-control {
    display: none;
  }
}
.cid-tCgR2zP1Zz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tCgR2zP1Zz .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tCgR2zP1Zz .card1 {
  background-image: url("../../../assets/images/artwork-2-740x753.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCgR2zP1Zz .card2 {
  background-image: url("../../../assets/images/artwork-4-1024x1014.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCgR2zP1Zz .card3 {
  background-image: url("../../../assets/images/810a3084-7484-4f4b-ba9a-8625d495-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCgR2zP1Zz .card4 {
  background-image: url("../../../assets/images/leonardo-diffusion-realistic-vis-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCgR2zP1Zz .card5 {
  background-image: url("../../../assets/images/514a8d3d-cb90-444a-b43c-f42dd8e7-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCgR2zP1Zz .card6 {
  background-image: url("../../../assets/images/770a0dc9-8042-41d6-b49c-651b1492-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTtkcIFza {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTtkcIFza .item-wrapper {
  width: 100%;
}
.cid-tQTtkcIFza .left-side {
  text-align: left;
}
.cid-tQTtkcIFza .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTtkcIFza .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTtkcIFza .card-box:focus-within {
  opacity: 1;
}
.cid-tQTtkcIFza .row-center {
  height: 100%;
}
.cid-tQTtkcIFza .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTtkcIFza .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTtkcIFza .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTtkcIFza .card-wrapper:hover .card-box,
.cid-tQTtkcIFza .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTtkcIFza .card-wrapper:hover .card-img,
.cid-tQTtkcIFza .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTtkcIFza .card-wrapper:hover:before,
.cid-tQTtkcIFza .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTtkcIFza .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTtkcIFza .g {
  grid-row-gap: 24px;
}
.cid-tQTtkcIFza .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTtkcIFza .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTtkcIFza .carousel-control {
    display: none;
  }
}
.cid-tQTtkcIFza .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTtkcIFza .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTtkcIFza .card1 {
  background-image: url("../../../assets/images/picknik-na-toscana-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTtkcIFza .card2 {
  background-image: url("../../../assets/images/pienza-and-the-elysian-fields-of-the-gladiator-rus-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTtkcIFza .card3 {
  background-image: url("../../../assets/images/sunflowers-in-tuscany-a-beautiful-morning-at-sunr-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTtkcIFza .card4 {
  background-image: url("../../../assets/images/toscana01-enhanced-2000x1117.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTtkcIFza .card5 {
  background-image: url("../../../assets/images/tengrai-image-1721864436-3203423-enhanced-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTtkcIFza .card6 {
  background-image: url("../../../assets/images/pienza-and-the-elysian-fields-of-the-gladiator-rus-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTuwXrPG5 {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTuwXrPG5 .item-wrapper {
  width: 100%;
}
.cid-tQTuwXrPG5 .left-side {
  text-align: left;
}
.cid-tQTuwXrPG5 .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTuwXrPG5 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTuwXrPG5 .card-box:focus-within {
  opacity: 1;
}
.cid-tQTuwXrPG5 .row-center {
  height: 100%;
}
.cid-tQTuwXrPG5 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTuwXrPG5 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTuwXrPG5 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTuwXrPG5 .card-wrapper:hover .card-box,
.cid-tQTuwXrPG5 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTuwXrPG5 .card-wrapper:hover .card-img,
.cid-tQTuwXrPG5 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTuwXrPG5 .card-wrapper:hover:before,
.cid-tQTuwXrPG5 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTuwXrPG5 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTuwXrPG5 .g {
  grid-row-gap: 24px;
}
.cid-tQTuwXrPG5 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTuwXrPG5 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTuwXrPG5 .carousel-control {
    display: none;
  }
}
.cid-tQTuwXrPG5 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTuwXrPG5 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTuwXrPG5 .card1 {
  background-image: url("../../../assets/images/31f2c9a35edad42d186e4cac3b240e75-1616x1000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTuwXrPG5 .card2 {
  background-image: url("../../../assets/images/358462174-10221975924256935-6257-1504x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTuwXrPG5 .card3 {
  background-image: url("../../../assets/images/2c2960d3ac59516a9d5cefe2f7c9e0d1-2000x1109.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTuwXrPG5 .card4 {
  background-image: url("../../../assets/images/artwork-1-1696x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTuwXrPG5 .card5 {
  background-image: url("../../../assets/images/dolomitas-italia-1152x832.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTuwXrPG5 .card6 {
  background-image: url("../../../assets/images/artwork-4-2000x966.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTwfz6v0j {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTwfz6v0j .item-wrapper {
  width: 100%;
}
.cid-tQTwfz6v0j .left-side {
  text-align: left;
}
.cid-tQTwfz6v0j .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTwfz6v0j .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTwfz6v0j .card-box:focus-within {
  opacity: 1;
}
.cid-tQTwfz6v0j .row-center {
  height: 100%;
}
.cid-tQTwfz6v0j .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTwfz6v0j .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTwfz6v0j .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTwfz6v0j .card-wrapper:hover .card-box,
.cid-tQTwfz6v0j .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTwfz6v0j .card-wrapper:hover .card-img,
.cid-tQTwfz6v0j .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTwfz6v0j .card-wrapper:hover:before,
.cid-tQTwfz6v0j .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTwfz6v0j .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTwfz6v0j .g {
  grid-row-gap: 24px;
}
.cid-tQTwfz6v0j .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTwfz6v0j .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTwfz6v0j .carousel-control {
    display: none;
  }
}
.cid-tQTwfz6v0j .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTwfz6v0j .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTwfz6v0j .card1 {
  background-image: url("../../../assets/images/04611785fd66b38901387b610cfa5e1e-2000x1109.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTwfz6v0j .card2 {
  background-image: url("../../../assets/images/bc74290f7f484eed38f192bef07029d3-2000x1109.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTwfz6v0j .card3 {
  background-image: url("../../../assets/images/kandinsky-download-1694576195068-1363x680.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTwfz6v0j .card4 {
  background-image: url("../../../assets/images/artwork-5-2000x960.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTwfz6v0j .card5 {
  background-image: url("../../../assets/images/cilktccor5j00081t6rg-768x576.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTwfz6v0j .card6 {
  background-image: url("../../../assets/images/image-2-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3pnmUPJX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ty3pnmUPJX .item-wrapper {
  width: 100%;
}
.cid-ty3pnmUPJX .left-side {
  text-align: left;
}
.cid-ty3pnmUPJX .row {
  align-items: center;
  justify-content: center;
}
.cid-ty3pnmUPJX .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ty3pnmUPJX .card-box:focus-within {
  opacity: 1;
}
.cid-ty3pnmUPJX .row-center {
  height: 100%;
}
.cid-ty3pnmUPJX .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ty3pnmUPJX .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ty3pnmUPJX .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ty3pnmUPJX .card-wrapper:hover .card-box,
.cid-ty3pnmUPJX .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ty3pnmUPJX .card-wrapper:hover .card-img,
.cid-ty3pnmUPJX .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ty3pnmUPJX .card-wrapper:hover:before,
.cid-ty3pnmUPJX .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ty3pnmUPJX .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ty3pnmUPJX .g {
  grid-row-gap: 24px;
}
.cid-ty3pnmUPJX .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ty3pnmUPJX .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ty3pnmUPJX .carousel-control {
    display: none;
  }
}
.cid-ty3pnmUPJX .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ty3pnmUPJX .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ty3pnmUPJX .card1 {
  background-image: url("../../../assets/images/4creative-typical-house-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3pnmUPJX .card2 {
  background-image: url("../../../assets/images/5creative-typical-house-1-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3pnmUPJX .card3 {
  background-image: url("../../../assets/images/6creative-typical-house-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3pnmUPJX .card4 {
  background-image: url("../../../assets/images/2creative-typical-house-1-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3pnmUPJX .card5 {
  background-image: url("../../../assets/images/3creative-typical-house-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-ty3pnmUPJX .card6 {
  background-image: url("../../../assets/images/leonardo-creative-typical-house-1-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LB3VSE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv64LB3VSE .item-wrapper {
  width: 100%;
}
.cid-tv64LB3VSE .left-side {
  text-align: left;
}
.cid-tv64LB3VSE .row {
  align-items: center;
  justify-content: center;
}
.cid-tv64LB3VSE .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv64LB3VSE .card-box:focus-within {
  opacity: 1;
}
.cid-tv64LB3VSE .row-center {
  height: 100%;
}
.cid-tv64LB3VSE .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv64LB3VSE .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv64LB3VSE .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv64LB3VSE .card-wrapper:hover .card-box,
.cid-tv64LB3VSE .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv64LB3VSE .card-wrapper:hover .card-img,
.cid-tv64LB3VSE .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv64LB3VSE .card-wrapper:hover:before,
.cid-tv64LB3VSE .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv64LB3VSE .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv64LB3VSE .g {
  grid-row-gap: 24px;
}
.cid-tv64LB3VSE .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv64LB3VSE .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv64LB3VSE .carousel-control {
    display: none;
  }
}
.cid-tv64LB3VSE .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv64LB3VSE .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv64LB3VSE .card1 {
  background-image: url("../../../assets/images/3pzjtrdkwb1jyfehg3xb-1-wlfuz-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LB3VSE .card2 {
  background-image: url("../../../assets/images/a-stunning-view-of-the-tuscan-countryside-in-sprin-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LB3VSE .card3 {
  background-image: url("../../../assets/images/a-stunning-view-of-the-tuscan-countryside-in-sprin-2-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LB3VSE .card4 {
  background-image: url("../../../assets/images/tengrai-image-1723157128-180953-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LB3VSE .card5 {
  background-image: url("../../../assets/images/tengrai-image-1723157127-4893816-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LB3VSE .card6 {
  background-image: url("../../../assets/images/hyper-realistic-photography-of-the-tuscan-countrys-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv695ZiTXB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv695ZiTXB .item-wrapper {
  width: 100%;
}
.cid-tv695ZiTXB .left-side {
  text-align: left;
}
.cid-tv695ZiTXB .row {
  align-items: center;
  justify-content: center;
}
.cid-tv695ZiTXB .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv695ZiTXB .card-box:focus-within {
  opacity: 1;
}
.cid-tv695ZiTXB .row-center {
  height: 100%;
}
.cid-tv695ZiTXB .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv695ZiTXB .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv695ZiTXB .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv695ZiTXB .card-wrapper:hover .card-box,
.cid-tv695ZiTXB .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv695ZiTXB .card-wrapper:hover .card-img,
.cid-tv695ZiTXB .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv695ZiTXB .card-wrapper:hover:before,
.cid-tv695ZiTXB .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv695ZiTXB .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv695ZiTXB .g {
  grid-row-gap: 24px;
}
.cid-tv695ZiTXB .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv695ZiTXB .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv695ZiTXB .carousel-control {
    display: none;
  }
}
.cid-tv695ZiTXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv695ZiTXB .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv695ZiTXB .card1 {
  background-image: url("../../../assets/images/default-hyperrealistic-photography-of-the-tuscan-countryside-s-2000x1117.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv695ZiTXB .card2 {
  background-image: url("../../../assets/images/fbbpvnz8sie4gtmu6cdc-1-lllpe-1344x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv695ZiTXB .card3 {
  background-image: url("../../../assets/images/default-hyperrealistic-photography-of-the-tuscan-countryside-s-1-2000x1117.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv695ZiTXB .card4 {
  background-image: url("../../../assets/images/73bacaa8-f268-42e8-989f-d1966ef1173b-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv695ZiTXB .card5 {
  background-image: url("../../../assets/images/a5ddbf8a-3bb6-4206-8612-ce1ec9bdd083-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv695ZiTXB .card6 {
  background-image: url("../../../assets/images/amoremio-highlight-the-variety-o-9-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv64LCasQ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tv64LCasQ8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv64LCasQ8 a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tv64LCasQ8 a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv6ALdmCEu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/enhanced-image-3-imagem-loja-2000x1141.webp");
}
.cid-tv6ALdmCEu .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tv6ALdmCEu .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv6ALdmCEu .button-align {
  text-align: center;
}
.cid-tv6ALdmCEu .mbr-section-btn {
  display: block;
}
.cid-tv6ALdmCEu .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tv6ALdmCEu a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv6ALdmCEu .mbr-text,
.cid-tv6ALdmCEu .button-align {
  color: #ffffff;
}
.cid-tv6ALdmCEu a.btn {
  letter-spacing: 5.4px;
}
.cid-tv6ALfxK3V {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tv6ALfxK3V .item:focus,
.cid-tv6ALfxK3V span:focus {
  outline: none;
}
.cid-tv6ALfxK3V .item-wrapper {
  position: relative;
}
.cid-tv6ALfxK3V .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tv6ALfxK3V .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tv6ALfxK3V .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tv6ALfxK3V .mbr-text,
.cid-tv6ALfxK3V .mbr-section-btn {
  text-align: left;
}
.cid-tv6ALfxK3V .item-title {
  text-align: left;
}
.cid-tv6ALfxK3V .item-subtitle {
  text-align: left;
}
.cid-tv6ALfxK3V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tv6ALfxK3V .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tv6ALfxK3V .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tv6ALfxK3V .embla__slide {
    min-width: 375px;
  }
}
.cid-tv6ALfxK3V .embla__button--next,
.cid-tv6ALfxK3V .embla__button--prev {
  display: flex;
}
.cid-tv6ALfxK3V .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tv6ALfxK3V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv6ALfxK3V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv6ALfxK3V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv6ALfxK3V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tv6ALfxK3V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tv6ALfxK3V .embla {
  position: relative;
  width: 100%;
}
.cid-tv6ALfxK3V .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tv6ALfxK3V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv6ALfxK3V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv6ALfxK3V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv6ALfxK3V .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tv6ALfxK3V .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tv6ALfxK3V .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tv6ALfxK3V img {
  width: 100%;
  object-fit: cover;
}
.cid-tv6ALfxK3V .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tv6ALfxK3V .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv6ALfxK3V H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tv6ALfxK3V .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tv6ALfxK3V .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tv6ALfxK3V .card-wrapper:hover .card-box,
.cid-tv6ALfxK3V .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tv6ALfxK3V .card-wrapper:hover:before,
.cid-tv6ALfxK3V .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv6ALfxK3V .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tv6ALfxK3V .link-title {
  display: inline-block;
}
.cid-tv6ALfxK3V .margin {
  margin-right: 14px;
}
.cid-tv6ALfxK3V .article {
  display: contents;
}
.cid-tv6ALfxK3V .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tv6ALfxK3V .link-row {
  align-items: center;
}
.cid-tv6ALfxK3V .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tv6ALfxK3V .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tv6ALfxK3V .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tv6ALfxK3V .btn {
  margin-top: 20px;
}
.cid-tv6ALfxK3V .card-title,
.cid-tv6ALfxK3V .iconfont-wrapper {
  text-align: center;
}
.cid-tv6ALfxK3V a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv6ALfxK3V .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tv6ALfxK3V .card-box:focus-within {
  opacity: 1;
}
.cid-tv6ALfxK3V .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tv6ALfxK3V .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv6ALfxK3V .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tv6ALfxK3V .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tv6ALfxK3V .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv6ALfxK3V .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv6ALfxK3V .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tv6ALfxK3V .card1 {
  background-image: url("../../../assets/images/enhanced-image-6-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALfxK3V .card2 {
  background-image: url("../../../assets/images/enhanced-image-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALfxK3V .card3 {
  background-image: url("../../../assets/images/enhanced-image-2-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALfxK3V .card4 {
  background-image: url("../../../assets/images/a01cf0fd-9758-4597-b71b-acf7a6740736-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALfxK3V .card5 {
  background-image: url("../../../assets/images/enhanced-image-6-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tv6ALfxK3V .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tv6ALfxK3V .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tv6ALfxK3V .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tv6ALfxK3V .embla__button {
    display: none;
  }
}
.cid-tv6ALhqYav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tv6ALhqYav .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tv6ALhqYav .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-tv6ALjKTba {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv6ALjKTba .item-wrapper {
  width: 100%;
}
.cid-tv6ALjKTba .left-side {
  text-align: left;
}
.cid-tv6ALjKTba .row {
  align-items: center;
  justify-content: center;
}
.cid-tv6ALjKTba .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv6ALjKTba .card-box:focus-within {
  opacity: 1;
}
.cid-tv6ALjKTba .row-center {
  height: 100%;
}
.cid-tv6ALjKTba .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv6ALjKTba .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv6ALjKTba .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv6ALjKTba .card-wrapper:hover .card-box,
.cid-tv6ALjKTba .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv6ALjKTba .card-wrapper:hover .card-img,
.cid-tv6ALjKTba .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv6ALjKTba .card-wrapper:hover:before,
.cid-tv6ALjKTba .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv6ALjKTba .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv6ALjKTba .g {
  grid-row-gap: 24px;
}
.cid-tv6ALjKTba .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv6ALjKTba .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv6ALjKTba .carousel-control {
    display: none;
  }
}
.cid-tv6ALjKTba .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv6ALjKTba .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv6ALjKTba .card1 {
  background-image: url("../../../assets/images/9ca2bf01-5-enhanced-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALjKTba .card2 {
  background-image: url("../../../assets/images/untitled-2x-2-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALjKTba .card3 {
  background-image: url("../../../assets/images/tengrai-image-1715547734-7264733-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALjKTba .card4 {
  background-image: url("../../../assets/images/a-golden-sand-beach-on-an-alien-planet-where-the-2-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALjKTba .card5 {
  background-image: url("../../../assets/images/tengrai-image-imagem-t-shirt-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALjKTba .card6 {
  background-image: url("../../../assets/images/planetalien-enhanced-imagem-t-shirt-2000x1140.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChCJIs8WC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tChCJIs8WC .item-wrapper {
  width: 100%;
}
.cid-tChCJIs8WC .left-side {
  text-align: left;
}
.cid-tChCJIs8WC .row {
  align-items: center;
  justify-content: center;
}
.cid-tChCJIs8WC .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tChCJIs8WC .card-box:focus-within {
  opacity: 1;
}
.cid-tChCJIs8WC .row-center {
  height: 100%;
}
.cid-tChCJIs8WC .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tChCJIs8WC .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tChCJIs8WC .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tChCJIs8WC .card-wrapper:hover .card-box,
.cid-tChCJIs8WC .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tChCJIs8WC .card-wrapper:hover .card-img,
.cid-tChCJIs8WC .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tChCJIs8WC .card-wrapper:hover:before,
.cid-tChCJIs8WC .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tChCJIs8WC .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tChCJIs8WC .g {
  grid-row-gap: 24px;
}
.cid-tChCJIs8WC .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tChCJIs8WC .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tChCJIs8WC .carousel-control {
    display: none;
  }
}
.cid-tChCJIs8WC .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tChCJIs8WC .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tChCJIs8WC .card1 {
  background-image: url("../../../assets/images/a-golden-sand-beach-on-an-alien-planet-where-the-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChCJIs8WC .card2 {
  background-image: url("../../../assets/images/default-a-golden-sand-beach-on-an-alien-planet-where-the-sky-m-2-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChCJIs8WC .card3 {
  background-image: url("../../../assets/images/tengrai-image-1715621842-4350214-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChCJIs8WC .card4 {
  background-image: url("../../../assets/images/vjz1w5f40a6p7zdmmrid-enhanced-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChCJIs8WC .card5 {
  background-image: url("../../../assets/images/nave20estelar-enhanced-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChCJIs8WC .card6 {
  background-image: url("../../../assets/images/insageiraolarxy8ckvm-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTIAKYuVv {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTIAKYuVv .item-wrapper {
  width: 100%;
}
.cid-tQTIAKYuVv .left-side {
  text-align: left;
}
.cid-tQTIAKYuVv .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTIAKYuVv .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTIAKYuVv .card-box:focus-within {
  opacity: 1;
}
.cid-tQTIAKYuVv .row-center {
  height: 100%;
}
.cid-tQTIAKYuVv .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTIAKYuVv .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTIAKYuVv .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTIAKYuVv .card-wrapper:hover .card-box,
.cid-tQTIAKYuVv .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTIAKYuVv .card-wrapper:hover .card-img,
.cid-tQTIAKYuVv .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTIAKYuVv .card-wrapper:hover:before,
.cid-tQTIAKYuVv .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTIAKYuVv .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTIAKYuVv .g {
  grid-row-gap: 24px;
}
.cid-tQTIAKYuVv .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTIAKYuVv .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTIAKYuVv .carousel-control {
    display: none;
  }
}
.cid-tQTIAKYuVv .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTIAKYuVv .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTIAKYuVv .card1 {
  background-image: url("../../../assets/images/b50dce8f2ee61579ef6eb5d8a0f815fd-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTIAKYuVv .card2 {
  background-image: url("../../../assets/images/b636b418b7c5470faeb084d0154b8f4e-1816x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTIAKYuVv .card3 {
  background-image: url("../../../assets/images/pikaso-reimagine-35mm-film-photography-a-large-ufo-hovering-over-th-5-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTIAKYuVv .card4 {
  background-image: url("../../../assets/images/masterpiece-best-quality-yellow-and-black-alien-3d-model-in-the-style-of-surreal-cyberpunk-iconog-863469031-512x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTIAKYuVv .card5 {
  background-image: url("../../../assets/images/out-0-3-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTIAKYuVv .card6 {
  background-image: url("../../../assets/images/out-0-5-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTJJcY1jw {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTJJcY1jw .item-wrapper {
  width: 100%;
}
.cid-tQTJJcY1jw .left-side {
  text-align: left;
}
.cid-tQTJJcY1jw .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTJJcY1jw .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTJJcY1jw .card-box:focus-within {
  opacity: 1;
}
.cid-tQTJJcY1jw .row-center {
  height: 100%;
}
.cid-tQTJJcY1jw .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTJJcY1jw .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTJJcY1jw .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTJJcY1jw .card-wrapper:hover .card-box,
.cid-tQTJJcY1jw .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTJJcY1jw .card-wrapper:hover .card-img,
.cid-tQTJJcY1jw .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTJJcY1jw .card-wrapper:hover:before,
.cid-tQTJJcY1jw .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTJJcY1jw .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTJJcY1jw .g {
  grid-row-gap: 24px;
}
.cid-tQTJJcY1jw .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTJJcY1jw .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTJJcY1jw .carousel-control {
    display: none;
  }
}
.cid-tQTJJcY1jw .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTJJcY1jw .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTJJcY1jw .card1 {
  background-image: url("../../../assets/images/cjlbs6p4msbbo3pmegr0-832x1216.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTJJcY1jw .card2 {
  background-image: url("../../../assets/images/stable-diffusion-xl-11-915x1144.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTJJcY1jw .card3 {
  background-image: url("../../../assets/images/stable-diffusion-xl-13-915x1144.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTJJcY1jw .card4 {
  background-image: url("../../../assets/images/stable-diffusion-xl-17-1254x836.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTJJcY1jw .card5 {
  background-image: url("../../../assets/images/stable-diffusion-xl-20-1254x836.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTJJcY1jw .card6 {
  background-image: url("../../../assets/images/stable-diffusion-xl-24-1254x836.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTKOkTNqW {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTKOkTNqW .item-wrapper {
  width: 100%;
}
.cid-tQTKOkTNqW .left-side {
  text-align: left;
}
.cid-tQTKOkTNqW .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTKOkTNqW .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTKOkTNqW .card-box:focus-within {
  opacity: 1;
}
.cid-tQTKOkTNqW .row-center {
  height: 100%;
}
.cid-tQTKOkTNqW .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTKOkTNqW .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTKOkTNqW .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTKOkTNqW .card-wrapper:hover .card-box,
.cid-tQTKOkTNqW .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTKOkTNqW .card-wrapper:hover .card-img,
.cid-tQTKOkTNqW .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTKOkTNqW .card-wrapper:hover:before,
.cid-tQTKOkTNqW .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTKOkTNqW .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTKOkTNqW .g {
  grid-row-gap: 24px;
}
.cid-tQTKOkTNqW .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTKOkTNqW .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTKOkTNqW .carousel-control {
    display: none;
  }
}
.cid-tQTKOkTNqW .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTKOkTNqW .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTKOkTNqW .card1 {
  background-image: url("../../../assets/images/a-selfie-of-two-alien-in-love-between-humans-05-in-the-background-a-silver-spaceship-hyper-re-2-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTKOkTNqW .card2 {
  background-image: url("../../../assets/images/a-selfie-of-two-alien-in-love-between-humans-05-in-the-background-a-silver-spaceship-hyper-re-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTKOkTNqW .card3 {
  background-image: url("../../../assets/images/stable-diffusion-xl-15-1187x670.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTKOkTNqW .card4 {
  background-image: url("../../../assets/images/stable-diffusion-xl-12-915x1144.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTKOkTNqW .card5 {
  background-image: url("../../../assets/images/stable-diffusion-xl-9-915x1144.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTKOkTNqW .card6 {
  background-image: url("../../../assets/images/sdxl-09-a-selfie-of-an-alien-among-humans-in-the-background-a-2-1024x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALi4fCM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv6ALi4fCM .item-wrapper {
  width: 100%;
}
.cid-tv6ALi4fCM .left-side {
  text-align: left;
}
.cid-tv6ALi4fCM .row {
  align-items: center;
  justify-content: center;
}
.cid-tv6ALi4fCM .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv6ALi4fCM .card-box:focus-within {
  opacity: 1;
}
.cid-tv6ALi4fCM .row-center {
  height: 100%;
}
.cid-tv6ALi4fCM .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv6ALi4fCM .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv6ALi4fCM .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv6ALi4fCM .card-wrapper:hover .card-box,
.cid-tv6ALi4fCM .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv6ALi4fCM .card-wrapper:hover .card-img,
.cid-tv6ALi4fCM .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv6ALi4fCM .card-wrapper:hover:before,
.cid-tv6ALi4fCM .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv6ALi4fCM .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv6ALi4fCM .g {
  grid-row-gap: 24px;
}
.cid-tv6ALi4fCM .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv6ALi4fCM .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv6ALi4fCM .carousel-control {
    display: none;
  }
}
.cid-tv6ALi4fCM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv6ALi4fCM .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv6ALi4fCM .card1 {
  background-image: url("../../../assets/images/ufo-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALi4fCM .card2 {
  background-image: url("../../../assets/images/enhanced-image-4-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALi4fCM .card3 {
  background-image: url("../../../assets/images/enhanced-image-5-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALi4fCM .card4 {
  background-image: url("../../../assets/images/iimagine-a-large-panoramic-window-almost-taking-u-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALi4fCM .card5 {
  background-image: url("../../../assets/images/iimagine-a-large-panoramic-window-almost-taking-u-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALi4fCM .card6 {
  background-image: url("../../../assets/images/imagine-a-large-panoramic-window-almost-taking-up-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCh5wiUbXB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tCh5wiUbXB .item-wrapper {
  width: 100%;
}
.cid-tCh5wiUbXB .left-side {
  text-align: left;
}
.cid-tCh5wiUbXB .row {
  align-items: center;
  justify-content: center;
}
.cid-tCh5wiUbXB .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tCh5wiUbXB .card-box:focus-within {
  opacity: 1;
}
.cid-tCh5wiUbXB .row-center {
  height: 100%;
}
.cid-tCh5wiUbXB .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tCh5wiUbXB .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tCh5wiUbXB .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tCh5wiUbXB .card-wrapper:hover .card-box,
.cid-tCh5wiUbXB .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tCh5wiUbXB .card-wrapper:hover .card-img,
.cid-tCh5wiUbXB .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tCh5wiUbXB .card-wrapper:hover:before,
.cid-tCh5wiUbXB .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tCh5wiUbXB .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tCh5wiUbXB .g {
  grid-row-gap: 24px;
}
.cid-tCh5wiUbXB .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tCh5wiUbXB .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tCh5wiUbXB .carousel-control {
    display: none;
  }
}
.cid-tCh5wiUbXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tCh5wiUbXB .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tCh5wiUbXB .card1 {
  background-image: url("../../../assets/images/2keanu-this-type-of-landscape-pho-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCh5wiUbXB .card2 {
  background-image: url("../../../assets/images/alien-city-futuristic-sci-fi-style-with-sleek-des-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCh5wiUbXB .card3 {
  background-image: url("../../../assets/images/rbyvk6qnbvjzaevusgbb-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCh5wiUbXB .card4 {
  background-image: url("../../../assets/images/downloadedimage-28-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCh5wiUbXB .card5 {
  background-image: url("../../../assets/images/downloadedimage-10-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCh5wiUbXB .card6 {
  background-image: url("../../../assets/images/batch-downloadedimage2012-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALiVTji {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv6ALiVTji .item-wrapper {
  width: 100%;
}
.cid-tv6ALiVTji .left-side {
  text-align: left;
}
.cid-tv6ALiVTji .row {
  align-items: center;
  justify-content: center;
}
.cid-tv6ALiVTji .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv6ALiVTji .card-box:focus-within {
  opacity: 1;
}
.cid-tv6ALiVTji .row-center {
  height: 100%;
}
.cid-tv6ALiVTji .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv6ALiVTji .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv6ALiVTji .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv6ALiVTji .card-wrapper:hover .card-box,
.cid-tv6ALiVTji .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv6ALiVTji .card-wrapper:hover .card-img,
.cid-tv6ALiVTji .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv6ALiVTji .card-wrapper:hover:before,
.cid-tv6ALiVTji .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv6ALiVTji .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv6ALiVTji .g {
  grid-row-gap: 24px;
}
.cid-tv6ALiVTji .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv6ALiVTji .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv6ALiVTji .carousel-control {
    display: none;
  }
}
.cid-tv6ALiVTji .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv6ALiVTji .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv6ALiVTji .card1 {
  background-image: url("../../../assets/images/leonardo-creative-imagine-prompt-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALiVTji .card2 {
  background-image: url("../../../assets/images/srspock-castle-8b60e2a4-bf1c-49fa-be70-e93558a33afd-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALiVTji .card3 {
  background-image: url("../../../assets/images/paulo-antunes-dragon-flying-over-a-volcano-fb377f43-f71a-47e7-af49-cd6cdefb5090-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALiVTji .card4 {
  background-image: url("../../../assets/images/tengrai-image-1715549736-8663795-enhanced-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALiVTji .card5 {
  background-image: url("../../../assets/images/17159655-enhanced-2000x1140.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALiVTji .card6 {
  background-image: url("../../../assets/images/downloadedimage207-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChDP4svl1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tChDP4svl1 .item-wrapper {
  width: 100%;
}
.cid-tChDP4svl1 .left-side {
  text-align: left;
}
.cid-tChDP4svl1 .row {
  align-items: center;
  justify-content: center;
}
.cid-tChDP4svl1 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tChDP4svl1 .card-box:focus-within {
  opacity: 1;
}
.cid-tChDP4svl1 .row-center {
  height: 100%;
}
.cid-tChDP4svl1 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tChDP4svl1 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tChDP4svl1 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tChDP4svl1 .card-wrapper:hover .card-box,
.cid-tChDP4svl1 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tChDP4svl1 .card-wrapper:hover .card-img,
.cid-tChDP4svl1 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tChDP4svl1 .card-wrapper:hover:before,
.cid-tChDP4svl1 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tChDP4svl1 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tChDP4svl1 .g {
  grid-row-gap: 24px;
}
.cid-tChDP4svl1 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tChDP4svl1 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tChDP4svl1 .carousel-control {
    display: none;
  }
}
.cid-tChDP4svl1 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tChDP4svl1 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tChDP4svl1 .card1 {
  background-image: url("../../../assets/images/alien-city-futuristic-sci-fi-style-with-sleek-des-1-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChDP4svl1 .card2 {
  background-image: url("../../../assets/images/realtime-enhance-enhanced-2000x1367.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChDP4svl1 .card3 {
  background-image: url("../../../assets/images/tengrai-image-1718216090-2830331-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChDP4svl1 .card4 {
  background-image: url("../../../assets/images/enhanced-image-25-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChDP4svl1 .card5 {
  background-image: url("../../../assets/images/stargate-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tChDP4svl1 .card6 {
  background-image: url("../../../assets/images/tengrai-image-1718215920-109731-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6ALkAXFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tv6ALkAXFl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv6ALkAXFl a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tv6ALkAXFl a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tv6J2LYR9A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/9k-1536x640.webp");
}
.cid-tv6J2LYR9A .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tv6J2LYR9A .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv6J2LYR9A .button-align {
  text-align: center;
}
.cid-tv6J2LYR9A .mbr-section-btn {
  display: block;
}
.cid-tv6J2LYR9A .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tv6J2LYR9A a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv6J2LYR9A .mbr-text,
.cid-tv6J2LYR9A .button-align {
  color: #ffffff;
}
.cid-tv6J2LYR9A a.btn {
  letter-spacing: 5.4px;
}
.cid-tv6J2MO8Ft {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tv6J2MO8Ft .item:focus,
.cid-tv6J2MO8Ft span:focus {
  outline: none;
}
.cid-tv6J2MO8Ft .item-wrapper {
  position: relative;
}
.cid-tv6J2MO8Ft .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tv6J2MO8Ft .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tv6J2MO8Ft .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tv6J2MO8Ft .mbr-text,
.cid-tv6J2MO8Ft .mbr-section-btn {
  text-align: left;
}
.cid-tv6J2MO8Ft .item-title {
  text-align: left;
}
.cid-tv6J2MO8Ft .item-subtitle {
  text-align: left;
}
.cid-tv6J2MO8Ft .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tv6J2MO8Ft .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tv6J2MO8Ft .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tv6J2MO8Ft .embla__slide {
    min-width: 375px;
  }
}
.cid-tv6J2MO8Ft .embla__button--next,
.cid-tv6J2MO8Ft .embla__button--prev {
  display: flex;
}
.cid-tv6J2MO8Ft .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tv6J2MO8Ft .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv6J2MO8Ft .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv6J2MO8Ft .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv6J2MO8Ft .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tv6J2MO8Ft .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tv6J2MO8Ft .embla {
  position: relative;
  width: 100%;
}
.cid-tv6J2MO8Ft .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tv6J2MO8Ft .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv6J2MO8Ft .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv6J2MO8Ft .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv6J2MO8Ft .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tv6J2MO8Ft .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tv6J2MO8Ft .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tv6J2MO8Ft img {
  width: 100%;
  object-fit: cover;
}
.cid-tv6J2MO8Ft .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tv6J2MO8Ft .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv6J2MO8Ft H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tv6J2MO8Ft .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tv6J2MO8Ft .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tv6J2MO8Ft .card-wrapper:hover .card-box,
.cid-tv6J2MO8Ft .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tv6J2MO8Ft .card-wrapper:hover:before,
.cid-tv6J2MO8Ft .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv6J2MO8Ft .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tv6J2MO8Ft .link-title {
  display: inline-block;
}
.cid-tv6J2MO8Ft .margin {
  margin-right: 14px;
}
.cid-tv6J2MO8Ft .article {
  display: contents;
}
.cid-tv6J2MO8Ft .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tv6J2MO8Ft .link-row {
  align-items: center;
}
.cid-tv6J2MO8Ft .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tv6J2MO8Ft .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tv6J2MO8Ft .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tv6J2MO8Ft .btn {
  margin-top: 20px;
}
.cid-tv6J2MO8Ft .card-title,
.cid-tv6J2MO8Ft .iconfont-wrapper {
  text-align: center;
}
.cid-tv6J2MO8Ft a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv6J2MO8Ft .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tv6J2MO8Ft .card-box:focus-within {
  opacity: 1;
}
.cid-tv6J2MO8Ft .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tv6J2MO8Ft .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv6J2MO8Ft .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tv6J2MO8Ft .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tv6J2MO8Ft .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv6J2MO8Ft .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv6J2MO8Ft .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tv6J2MO8Ft .card1 {
  background-image: url("../../../assets/images/bb81bdf1-df1e-4b6a-becc-21beb6e71907-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6J2MO8Ft .card2 {
  background-image: url("../../../assets/images/speed-racer-extreme-close-up-shot-low-angle-view-side-view-robo-246b45f3-9c64-43ab-902a-515697be2813-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6J2MO8Ft .card3 {
  background-image: url("../../../assets/images/paulinho-mandalorian-bo-katan-pr-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6J2MO8Ft .card4 {
  background-image: url("../../../assets/images/2bo-katan-kryze-is-a-leg-886x498.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv6J2MO8Ft .card5 {
  background-image: url("../../../assets/images/bb81bdf1-df1e-4b6a-becc-21beb6e71907-768x512.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tv6J2MO8Ft .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tv6J2MO8Ft .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tv6J2MO8Ft .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tv6J2MO8Ft .embla__button {
    display: none;
  }
}
.cid-tv6J2Oe2gn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tv6J2Oe2gn .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tv6J2Oe2gn .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-tykzA60AkW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykzA60AkW .it {
  margin-top: 30px;
}
.cid-tykzA60AkW .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tykzA60AkW .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tykzA60AkW .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tykzA60AkW .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykzA60AkW .it {
    margin-top: 15px;
  }
  .cid-tykzA60AkW .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykzA60AkW .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykzA60AkW .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv6J2QItyP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv6J2QItyP .it {
  margin-top: 30px;
}
.cid-tv6J2QItyP .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tv6J2QItyP .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tv6J2QItyP .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tv6J2QItyP .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tv6J2QItyP .it {
    margin-top: 15px;
  }
  .cid-tv6J2QItyP .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tv6J2QItyP .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tv6J2QItyP .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv6J2OOEdo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv6J2OOEdo .item {
  margin-top: 30px;
}
.cid-tv6J2OOEdo .item:nth-child(1) {
  margin-top: 0px;
}
.cid-tv6J2OOEdo .item:nth-child(2) {
  margin-top: 0px;
}
.cid-tv6J2OOEdo .item:nth-child(3) {
  margin-top: 0px;
}
.cid-tv6J2OOEdo .item:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tv6J2OOEdo .item {
    margin-top: 15px;
  }
  .cid-tv6J2OOEdo .item:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tv6J2OOEdo .item:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tv6J2OOEdo .item:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv6J2PEaby {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv6J2PEaby .it {
  margin-top: 30px;
}
.cid-tv6J2PEaby .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tv6J2PEaby .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tv6J2PEaby .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tv6J2PEaby .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tv6J2PEaby .it {
    margin-top: 15px;
  }
  .cid-tv6J2PEaby .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tv6J2PEaby .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tv6J2PEaby .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv6J2Smvyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tv6J2Smvyd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv6J2Smvyd a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tv6J2Smvyd a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv7m0Hqf4z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/54332757-4e5c-4ba0-bf10-dd35c11417ae-2000x1333.webp");
}
.cid-tv7m0Hqf4z .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tv7m0Hqf4z .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv7m0Hqf4z .button-align {
  text-align: center;
}
.cid-tv7m0Hqf4z .mbr-section-btn {
  display: block;
}
.cid-tv7m0Hqf4z .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tv7m0Hqf4z a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv7m0Hqf4z .mbr-text,
.cid-tv7m0Hqf4z .button-align {
  color: #ffffff;
}
.cid-tv7m0Hqf4z a.btn {
  letter-spacing: 5.4px;
}
.cid-tv7m0I5Ul0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tv7m0I5Ul0 .item:focus,
.cid-tv7m0I5Ul0 span:focus {
  outline: none;
}
.cid-tv7m0I5Ul0 .item-wrapper {
  position: relative;
}
.cid-tv7m0I5Ul0 .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tv7m0I5Ul0 .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tv7m0I5Ul0 .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tv7m0I5Ul0 .mbr-text,
.cid-tv7m0I5Ul0 .mbr-section-btn {
  text-align: left;
}
.cid-tv7m0I5Ul0 .item-title {
  text-align: left;
}
.cid-tv7m0I5Ul0 .item-subtitle {
  text-align: left;
}
.cid-tv7m0I5Ul0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tv7m0I5Ul0 .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tv7m0I5Ul0 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tv7m0I5Ul0 .embla__slide {
    min-width: 375px;
  }
}
.cid-tv7m0I5Ul0 .embla__button--next,
.cid-tv7m0I5Ul0 .embla__button--prev {
  display: flex;
}
.cid-tv7m0I5Ul0 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tv7m0I5Ul0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv7m0I5Ul0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv7m0I5Ul0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv7m0I5Ul0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tv7m0I5Ul0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tv7m0I5Ul0 .embla {
  position: relative;
  width: 100%;
}
.cid-tv7m0I5Ul0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tv7m0I5Ul0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv7m0I5Ul0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv7m0I5Ul0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv7m0I5Ul0 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tv7m0I5Ul0 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tv7m0I5Ul0 .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tv7m0I5Ul0 img {
  width: 100%;
  object-fit: cover;
}
.cid-tv7m0I5Ul0 .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tv7m0I5Ul0 .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv7m0I5Ul0 H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tv7m0I5Ul0 .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tv7m0I5Ul0 .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tv7m0I5Ul0 .card-wrapper:hover .card-box,
.cid-tv7m0I5Ul0 .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tv7m0I5Ul0 .card-wrapper:hover:before,
.cid-tv7m0I5Ul0 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv7m0I5Ul0 .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tv7m0I5Ul0 .link-title {
  display: inline-block;
}
.cid-tv7m0I5Ul0 .margin {
  margin-right: 14px;
}
.cid-tv7m0I5Ul0 .article {
  display: contents;
}
.cid-tv7m0I5Ul0 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tv7m0I5Ul0 .link-row {
  align-items: center;
}
.cid-tv7m0I5Ul0 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tv7m0I5Ul0 .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tv7m0I5Ul0 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tv7m0I5Ul0 .btn {
  margin-top: 20px;
}
.cid-tv7m0I5Ul0 .card-title,
.cid-tv7m0I5Ul0 .iconfont-wrapper {
  text-align: center;
}
.cid-tv7m0I5Ul0 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv7m0I5Ul0 .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tv7m0I5Ul0 .card-box:focus-within {
  opacity: 1;
}
.cid-tv7m0I5Ul0 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tv7m0I5Ul0 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv7m0I5Ul0 .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tv7m0I5Ul0 .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tv7m0I5Ul0 .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv7m0I5Ul0 .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv7m0I5Ul0 .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tv7m0I5Ul0 .card1 {
  background-image: url("../../../assets/images/a-futuristic-cyberpunk-city-a-red-and-yellow-sports-car-a-beautiful-cyberpunk-blonde-haired-girl-i-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7m0I5Ul0 .card2 {
  background-image: url("../../../assets/images/36a330cd-0902-4637-85f5-c18d24de3d08-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7m0I5Ul0 .card3 {
  background-image: url("../../../assets/images/026df4ea8bd44bd38999fdd743fd78bf-1816x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7m0I5Ul0 .card4 {
  background-image: url("../../../assets/images/79d2af5d-dc08-4c32-a2eb-3ece9d603c97-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7m0I5Ul0 .card5 {
  background-image: url("../../../assets/images/a-futuristic-cyberpunk-city-a-red-and-yellow-sports-car-a-beautiful-cyberpunk-blonde-haired-girl-i-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tv7m0I5Ul0 .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tv7m0I5Ul0 .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tv7m0I5Ul0 .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tv7m0I5Ul0 .embla__button {
    display: none;
  }
}
.cid-tv7m0JmLn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tv7m0JmLn1 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tv7m0JmLn1 .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-tv7m0K47qT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv7m0K47qT .item {
  margin-top: 30px;
}
.cid-tv7m0K47qT .item:nth-child(1) {
  margin-top: 0px;
}
.cid-tv7m0K47qT .item:nth-child(2) {
  margin-top: 0px;
}
.cid-tv7m0K47qT .item:nth-child(3) {
  margin-top: 0px;
}
.cid-tv7m0K47qT .item:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tv7m0K47qT .item {
    margin-top: 15px;
  }
  .cid-tv7m0K47qT .item:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tv7m0K47qT .item:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tv7m0K47qT .item:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv7m0LsHcl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv7m0LsHcl .it {
  margin-top: 30px;
}
.cid-tv7m0LsHcl .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tv7m0LsHcl .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tv7m0LsHcl .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tv7m0LsHcl .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tv7m0LsHcl .it {
    margin-top: 15px;
  }
  .cid-tv7m0LsHcl .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tv7m0LsHcl .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tv7m0LsHcl .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv7m0Mow0h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv7m0Mow0h .it {
  margin-top: 30px;
}
.cid-tv7m0Mow0h .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tv7m0Mow0h .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tv7m0Mow0h .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tv7m0Mow0h .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tv7m0Mow0h .it {
    margin-top: 15px;
  }
  .cid-tv7m0Mow0h .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tv7m0Mow0h .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tv7m0Mow0h .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tyk4FKKv4f {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tyk4FKKv4f .it {
  margin-top: 30px;
}
.cid-tyk4FKKv4f .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tyk4FKKv4f .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tyk4FKKv4f .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tyk4FKKv4f .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tyk4FKKv4f .it {
    margin-top: 15px;
  }
  .cid-tyk4FKKv4f .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tyk4FKKv4f .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tyk4FKKv4f .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tv7m0No5Z6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tv7m0No5Z6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv7m0No5Z6 a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tv7m0No5Z6 a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv7ysyubMf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/enhanced-image-20-2000x1141.webp");
}
.cid-tv7ysyubMf .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tv7ysyubMf .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv7ysyubMf .button-align {
  text-align: center;
}
.cid-tv7ysyubMf .mbr-section-btn {
  display: block;
}
.cid-tv7ysyubMf .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tv7ysyubMf a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv7ysyubMf .mbr-text,
.cid-tv7ysyubMf .button-align {
  color: #ffffff;
}
.cid-tv7ysyubMf a.btn {
  letter-spacing: 5.4px;
}
.cid-tv7yszFqXb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tv7yszFqXb .item:focus,
.cid-tv7yszFqXb span:focus {
  outline: none;
}
.cid-tv7yszFqXb .item-wrapper {
  position: relative;
}
.cid-tv7yszFqXb .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tv7yszFqXb .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tv7yszFqXb .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tv7yszFqXb .mbr-text,
.cid-tv7yszFqXb .mbr-section-btn {
  text-align: left;
}
.cid-tv7yszFqXb .item-title {
  text-align: left;
}
.cid-tv7yszFqXb .item-subtitle {
  text-align: left;
}
.cid-tv7yszFqXb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tv7yszFqXb .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tv7yszFqXb .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tv7yszFqXb .embla__slide {
    min-width: 375px;
  }
}
.cid-tv7yszFqXb .embla__button--next,
.cid-tv7yszFqXb .embla__button--prev {
  display: flex;
}
.cid-tv7yszFqXb .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tv7yszFqXb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv7yszFqXb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv7yszFqXb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv7yszFqXb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tv7yszFqXb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tv7yszFqXb .embla {
  position: relative;
  width: 100%;
}
.cid-tv7yszFqXb .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tv7yszFqXb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv7yszFqXb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv7yszFqXb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv7yszFqXb .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tv7yszFqXb .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tv7yszFqXb .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tv7yszFqXb img {
  width: 100%;
  object-fit: cover;
}
.cid-tv7yszFqXb .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tv7yszFqXb .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv7yszFqXb H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tv7yszFqXb .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tv7yszFqXb .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tv7yszFqXb .card-wrapper:hover .card-box,
.cid-tv7yszFqXb .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tv7yszFqXb .card-wrapper:hover:before,
.cid-tv7yszFqXb .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv7yszFqXb .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tv7yszFqXb .link-title {
  display: inline-block;
}
.cid-tv7yszFqXb .margin {
  margin-right: 14px;
}
.cid-tv7yszFqXb .article {
  display: contents;
}
.cid-tv7yszFqXb .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tv7yszFqXb .link-row {
  align-items: center;
}
.cid-tv7yszFqXb .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tv7yszFqXb .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tv7yszFqXb .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tv7yszFqXb .btn {
  margin-top: 20px;
}
.cid-tv7yszFqXb .card-title,
.cid-tv7yszFqXb .iconfont-wrapper {
  text-align: center;
}
.cid-tv7yszFqXb a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv7yszFqXb .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tv7yszFqXb .card-box:focus-within {
  opacity: 1;
}
.cid-tv7yszFqXb .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tv7yszFqXb .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv7yszFqXb .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tv7yszFqXb .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tv7yszFqXb .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv7yszFqXb .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv7yszFqXb .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tv7yszFqXb .card1 {
  background-image: url("../../../assets/images/1930-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7yszFqXb .card2 {
  background-image: url("../../../assets/images/a-vintage-1930s-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7yszFqXb .card3 {
  background-image: url("../../../assets/images/enhanced-image-21-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7yszFqXb .card4 {
  background-image: url("../../../assets/images/vintage-1930s-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7yszFqXb .card5 {
  background-image: url("../../../assets/images/1930-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tv7yszFqXb .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tv7yszFqXb .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tv7yszFqXb .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tv7yszFqXb .embla__button {
    display: none;
  }
}
.cid-tv7ysBF9bY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tv7ysBF9bY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tv7ysBF9bY .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-u2ouZTo87e {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u2ouZTo87e .item-wrapper {
  width: 100%;
}
.cid-u2ouZTo87e .left-side {
  text-align: left;
}
.cid-u2ouZTo87e .row {
  align-items: center;
  justify-content: center;
}
.cid-u2ouZTo87e .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-u2ouZTo87e .card-box:focus-within {
  opacity: 1;
}
.cid-u2ouZTo87e .row-center {
  height: 100%;
}
.cid-u2ouZTo87e .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-u2ouZTo87e .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u2ouZTo87e .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-u2ouZTo87e .card-wrapper:hover .card-box,
.cid-u2ouZTo87e .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u2ouZTo87e .card-wrapper:hover .card-img,
.cid-u2ouZTo87e .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-u2ouZTo87e .card-wrapper:hover:before,
.cid-u2ouZTo87e .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-u2ouZTo87e .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-u2ouZTo87e .g {
  grid-row-gap: 24px;
}
.cid-u2ouZTo87e .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-u2ouZTo87e .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-u2ouZTo87e .carousel-control {
    display: none;
  }
}
.cid-u2ouZTo87e .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-u2ouZTo87e .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-u2ouZTo87e .card1 {
  background-image: url("../../../assets/images/enhanced-image-14-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-u2ouZTo87e .card2 {
  background-image: url("../../../assets/images/enhanced-image-15-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-u2ouZTo87e .card3 {
  background-image: url("../../../assets/images/enhanced-image-17-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-u2ouZTo87e .card4 {
  background-image: url("../../../assets/images/enhanced-image-39-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-u2ouZTo87e .card5 {
  background-image: url("../../../assets/images/enhanced-image-38-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-u2ouZTo87e .card6 {
  background-image: url("../../../assets/images/enhanced-image-58-2000x1328.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm8CknUmh {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulm8CknUmh .item-wrapper {
  width: 100%;
}
.cid-ulm8CknUmh .left-side {
  text-align: left;
}
.cid-ulm8CknUmh .row {
  align-items: center;
  justify-content: center;
}
.cid-ulm8CknUmh .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ulm8CknUmh .card-box:focus-within {
  opacity: 1;
}
.cid-ulm8CknUmh .row-center {
  height: 100%;
}
.cid-ulm8CknUmh .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ulm8CknUmh .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ulm8CknUmh .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ulm8CknUmh .card-wrapper:hover .card-box,
.cid-ulm8CknUmh .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ulm8CknUmh .card-wrapper:hover .card-img,
.cid-ulm8CknUmh .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ulm8CknUmh .card-wrapper:hover:before,
.cid-ulm8CknUmh .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ulm8CknUmh .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ulm8CknUmh .g {
  grid-row-gap: 24px;
}
.cid-ulm8CknUmh .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ulm8CknUmh .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ulm8CknUmh .carousel-control {
    display: none;
  }
}
.cid-ulm8CknUmh .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ulm8CknUmh .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ulm8CknUmh .card1 {
  background-image: url("../../../assets/images/downloadedimage2011-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm8CknUmh .card2 {
  background-image: url("../../../assets/images/downloadedimage2012-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm8CknUmh .card3 {
  background-image: url("../../../assets/images/flux-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm8CknUmh .card4 {
  background-image: url("../../../assets/images/castelo3-enhanced-1440x808.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm8CknUmh .card5 {
  background-image: url("../../../assets/images/glif-ceramics-paulo-wdp-ork0xsp2bzevavltajmqwgz0-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm8CknUmh .card6 {
  background-image: url("../../../assets/images/3hij7xlhjjdqi7qyx0ml-1-xpetb-enhanced-2000x1555.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhvbmJsm2t {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uhvbmJsm2t .item-wrapper {
  width: 100%;
}
.cid-uhvbmJsm2t .left-side {
  text-align: left;
}
.cid-uhvbmJsm2t .row {
  align-items: center;
  justify-content: center;
}
.cid-uhvbmJsm2t .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uhvbmJsm2t .card-box:focus-within {
  opacity: 1;
}
.cid-uhvbmJsm2t .row-center {
  height: 100%;
}
.cid-uhvbmJsm2t .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uhvbmJsm2t .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uhvbmJsm2t .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uhvbmJsm2t .card-wrapper:hover .card-box,
.cid-uhvbmJsm2t .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uhvbmJsm2t .card-wrapper:hover .card-img,
.cid-uhvbmJsm2t .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uhvbmJsm2t .card-wrapper:hover:before,
.cid-uhvbmJsm2t .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uhvbmJsm2t .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uhvbmJsm2t .g {
  grid-row-gap: 24px;
}
.cid-uhvbmJsm2t .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uhvbmJsm2t .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uhvbmJsm2t .carousel-control {
    display: none;
  }
}
.cid-uhvbmJsm2t .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uhvbmJsm2t .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uhvbmJsm2t .card1 {
  background-image: url("../../../assets/images/997dac39-8ed5-4cde-9512-0cbe9920f124-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhvbmJsm2t .card2 {
  background-image: url("../../../assets/images/tengrai-image-1717620317-8037586-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhvbmJsm2t .card3 {
  background-image: url("../../../assets/images/tengrai-image-1717620319-1352243-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhvbmJsm2t .card4 {
  background-image: url("../../../assets/images/tengrai-image-1717620339-9462254-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhvbmJsm2t .card5 {
  background-image: url("../../../assets/images/tengrai-image-1717620341-3445578-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhvbmJsm2t .card6 {
  background-image: url("../../../assets/images/glif-stablediffusion-3-gpt-4o-helper-sdxl-1-5x-upscale-paulo-wdp-qlxogsb9nehvgj7noqcftcwx-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLgYDGcb {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u5HLgYDGcb .item-wrapper {
  width: 100%;
}
.cid-u5HLgYDGcb .left-side {
  text-align: left;
}
.cid-u5HLgYDGcb .row {
  align-items: center;
  justify-content: center;
}
.cid-u5HLgYDGcb .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-u5HLgYDGcb .card-box:focus-within {
  opacity: 1;
}
.cid-u5HLgYDGcb .row-center {
  height: 100%;
}
.cid-u5HLgYDGcb .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-u5HLgYDGcb .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u5HLgYDGcb .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-u5HLgYDGcb .card-wrapper:hover .card-box,
.cid-u5HLgYDGcb .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u5HLgYDGcb .card-wrapper:hover .card-img,
.cid-u5HLgYDGcb .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-u5HLgYDGcb .card-wrapper:hover:before,
.cid-u5HLgYDGcb .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-u5HLgYDGcb .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-u5HLgYDGcb .g {
  grid-row-gap: 24px;
}
.cid-u5HLgYDGcb .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-u5HLgYDGcb .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-u5HLgYDGcb .carousel-control {
    display: none;
  }
}
.cid-u5HLgYDGcb .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-u5HLgYDGcb .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-u5HLgYDGcb .card1 {
  background-image: url("../../../assets/images/castelo-de-areia2-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLgYDGcb .card2 {
  background-image: url("../../../assets/images/castelo-de-areia-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLgYDGcb .card3 {
  background-image: url("../../../assets/images/enhanced-image-9-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLgYDGcb .card4 {
  background-image: url("../../../assets/images/enhanced-image-19-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLgYDGcb .card5 {
  background-image: url("../../../assets/images/enhanced-image-41-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLgYDGcb .card6 {
  background-image: url("../../../assets/images/enhanced-image-42-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLiAWjjI {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u5HLiAWjjI .item-wrapper {
  width: 100%;
}
.cid-u5HLiAWjjI .left-side {
  text-align: left;
}
.cid-u5HLiAWjjI .row {
  align-items: center;
  justify-content: center;
}
.cid-u5HLiAWjjI .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-u5HLiAWjjI .card-box:focus-within {
  opacity: 1;
}
.cid-u5HLiAWjjI .row-center {
  height: 100%;
}
.cid-u5HLiAWjjI .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-u5HLiAWjjI .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u5HLiAWjjI .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-u5HLiAWjjI .card-wrapper:hover .card-box,
.cid-u5HLiAWjjI .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u5HLiAWjjI .card-wrapper:hover .card-img,
.cid-u5HLiAWjjI .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-u5HLiAWjjI .card-wrapper:hover:before,
.cid-u5HLiAWjjI .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-u5HLiAWjjI .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-u5HLiAWjjI .g {
  grid-row-gap: 24px;
}
.cid-u5HLiAWjjI .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-u5HLiAWjjI .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-u5HLiAWjjI .carousel-control {
    display: none;
  }
}
.cid-u5HLiAWjjI .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-u5HLiAWjjI .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-u5HLiAWjjI .card1 {
  background-image: url("../../../assets/images/enhanced-image-7-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLiAWjjI .card2 {
  background-image: url("../../../assets/images/enhanced-image-24-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLiAWjjI .card3 {
  background-image: url("../../../assets/images/enhanced-image-25-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLiAWjjI .card4 {
  background-image: url("../../../assets/images/enhanced-image-8-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLiAWjjI .card5 {
  background-image: url("../../../assets/images/enhanced-image-55-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-u5HLiAWjjI .card6 {
  background-image: url("../../../assets/images/enhanced-image-49-2000x1492.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7ysGIlMd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tv7ysGIlMd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv7ysGIlMd a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tv7ysGIlMd a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv7KixOaRI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/neomatrix-a-angel-that-embodies-1536x1024.webp");
}
.cid-tv7KixOaRI .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tv7KixOaRI .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv7KixOaRI .button-align {
  text-align: center;
}
.cid-tv7KixOaRI .mbr-section-btn {
  display: block;
}
.cid-tv7KixOaRI .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tv7KixOaRI a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv7KixOaRI .mbr-text,
.cid-tv7KixOaRI .button-align {
  color: #ffffff;
}
.cid-tv7KixOaRI a.btn {
  letter-spacing: 5.4px;
}
.cid-tv7KiyFKRs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tv7KiyFKRs .item:focus,
.cid-tv7KiyFKRs span:focus {
  outline: none;
}
.cid-tv7KiyFKRs .item-wrapper {
  position: relative;
}
.cid-tv7KiyFKRs .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tv7KiyFKRs .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tv7KiyFKRs .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tv7KiyFKRs .mbr-text,
.cid-tv7KiyFKRs .mbr-section-btn {
  text-align: left;
}
.cid-tv7KiyFKRs .item-title {
  text-align: left;
}
.cid-tv7KiyFKRs .item-subtitle {
  text-align: left;
}
.cid-tv7KiyFKRs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tv7KiyFKRs .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tv7KiyFKRs .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tv7KiyFKRs .embla__slide {
    min-width: 375px;
  }
}
.cid-tv7KiyFKRs .embla__button--next,
.cid-tv7KiyFKRs .embla__button--prev {
  display: flex;
}
.cid-tv7KiyFKRs .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tv7KiyFKRs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tv7KiyFKRs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tv7KiyFKRs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tv7KiyFKRs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tv7KiyFKRs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tv7KiyFKRs .embla {
  position: relative;
  width: 100%;
}
.cid-tv7KiyFKRs .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tv7KiyFKRs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tv7KiyFKRs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tv7KiyFKRs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tv7KiyFKRs .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tv7KiyFKRs .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tv7KiyFKRs .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tv7KiyFKRs img {
  width: 100%;
  object-fit: cover;
}
.cid-tv7KiyFKRs .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tv7KiyFKRs .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tv7KiyFKRs H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tv7KiyFKRs .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tv7KiyFKRs .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tv7KiyFKRs .card-wrapper:hover .card-box,
.cid-tv7KiyFKRs .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tv7KiyFKRs .card-wrapper:hover:before,
.cid-tv7KiyFKRs .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv7KiyFKRs .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tv7KiyFKRs .link-title {
  display: inline-block;
}
.cid-tv7KiyFKRs .margin {
  margin-right: 14px;
}
.cid-tv7KiyFKRs .article {
  display: contents;
}
.cid-tv7KiyFKRs .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tv7KiyFKRs .link-row {
  align-items: center;
}
.cid-tv7KiyFKRs .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tv7KiyFKRs .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tv7KiyFKRs .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tv7KiyFKRs .btn {
  margin-top: 20px;
}
.cid-tv7KiyFKRs .card-title,
.cid-tv7KiyFKRs .iconfont-wrapper {
  text-align: center;
}
.cid-tv7KiyFKRs a.btn > span {
  margin-left: 0.5rem;
}
.cid-tv7KiyFKRs .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tv7KiyFKRs .card-box:focus-within {
  opacity: 1;
}
.cid-tv7KiyFKRs .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tv7KiyFKRs .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv7KiyFKRs .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tv7KiyFKRs .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tv7KiyFKRs .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv7KiyFKRs .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tv7KiyFKRs .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tv7KiyFKRs .card1 {
  background-image: url("../../../assets/images/1webdesigner2023-portrait-volumet-764x504.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KiyFKRs .card2 {
  background-image: url("../../../assets/images/2webdesigner2023-portrait-volumet-775x510.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KiyFKRs .card3 {
  background-image: url("../../../assets/images/4webdesigner2023-portrait-volumet-766x510.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KiyFKRs .card4 {
  background-image: url("../../../assets/images/3webdesigner2023-portrait-volumet-768x517.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KiyFKRs .card5 {
  background-image: url("../../../assets/images/1webdesigner2023-portrait-volumet-764x504.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tv7KiyFKRs .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tv7KiyFKRs .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tv7KiyFKRs .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tv7KiyFKRs .embla__button {
    display: none;
  }
}
.cid-tv7KiB8mlK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tv7KiB8mlK .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tv7KiB8mlK .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-tv7KAnz9ZZ {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv7KAnz9ZZ .item-wrapper {
  width: 100%;
}
.cid-tv7KAnz9ZZ .left-side {
  text-align: left;
}
.cid-tv7KAnz9ZZ .row {
  align-items: center;
  justify-content: center;
}
.cid-tv7KAnz9ZZ .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv7KAnz9ZZ .card-box:focus-within {
  opacity: 1;
}
.cid-tv7KAnz9ZZ .row-center {
  height: 100%;
}
.cid-tv7KAnz9ZZ .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv7KAnz9ZZ .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv7KAnz9ZZ .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv7KAnz9ZZ .card-wrapper:hover .card-box,
.cid-tv7KAnz9ZZ .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv7KAnz9ZZ .card-wrapper:hover .card-img,
.cid-tv7KAnz9ZZ .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv7KAnz9ZZ .card-wrapper:hover:before,
.cid-tv7KAnz9ZZ .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv7KAnz9ZZ .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv7KAnz9ZZ .g {
  grid-row-gap: 24px;
}
.cid-tv7KAnz9ZZ .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv7KAnz9ZZ .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv7KAnz9ZZ .carousel-control {
    display: none;
  }
}
.cid-tv7KAnz9ZZ .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv7KAnz9ZZ .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv7KAnz9ZZ .card1 {
  background-image: url("../../../assets/images/new-mustang-gtd-blue-silver-at-a-car-show-cinematic-4k-highly-detailed-sticker-fantasy-dream-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KAnz9ZZ .card2 {
  background-image: url("../../../assets/images/paul-stanley-car-red-sleek-body-shiny-chrome-accents-rounded-ed-d90dcd3b-2cad-4181-b82a-87a9c01d4651-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KAnz9ZZ .card3 {
  background-image: url("../../../assets/images/absolute-reality-v16-imagine-prompt-a-futuristic-cyberpunk-cit-1152x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KAnz9ZZ .card4 {
  background-image: url("../../../assets/images/lamborghine-1754x1017.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KAnz9ZZ .card5 {
  background-image: url("../../../assets/images/ferrari-na-toscana-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KAnz9ZZ .card6 {
  background-image: url("../../../assets/images/paul-stanley-march-5-speed-racer-car-details-include-gloss-blac-27672921-d715-4d54-9937-fd718c8d8b3e-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7LnHqSzs {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tv7LnHqSzs .item-wrapper {
  width: 100%;
}
.cid-tv7LnHqSzs .left-side {
  text-align: left;
}
.cid-tv7LnHqSzs .row {
  align-items: center;
  justify-content: center;
}
.cid-tv7LnHqSzs .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tv7LnHqSzs .card-box:focus-within {
  opacity: 1;
}
.cid-tv7LnHqSzs .row-center {
  height: 100%;
}
.cid-tv7LnHqSzs .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tv7LnHqSzs .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tv7LnHqSzs .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tv7LnHqSzs .card-wrapper:hover .card-box,
.cid-tv7LnHqSzs .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tv7LnHqSzs .card-wrapper:hover .card-img,
.cid-tv7LnHqSzs .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tv7LnHqSzs .card-wrapper:hover:before,
.cid-tv7LnHqSzs .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tv7LnHqSzs .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tv7LnHqSzs .g {
  grid-row-gap: 24px;
}
.cid-tv7LnHqSzs .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tv7LnHqSzs .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tv7LnHqSzs .carousel-control {
    display: none;
  }
}
.cid-tv7LnHqSzs .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tv7LnHqSzs .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tv7LnHqSzs .card1 {
  background-image: url("../../../assets/images/2ferrari-yellow-2000x1686.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7LnHqSzs .card2 {
  background-image: url("../../../assets/images/lamborghini-carro-prata-e-preto-crpht-4300-estilo-de-fotografia-estrada-da-toscana-pr-2870568-739x493.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7LnHqSzs .card3 {
  background-image: url("../../../assets/images/52dd26f9-f210-4fb1-a13b-2b2bc39a-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7LnHqSzs .card4 {
  background-image: url("../../../assets/images/a-ferrari-rusty-abandoned-08-perfect-composition-beautiful-detailed-intricate-insanely-detai-1-512x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7LnHqSzs .card5 {
  background-image: url("../../../assets/images/stable-diffusion-xl-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7LnHqSzs .card6 {
  background-image: url("../../../assets/images/a-yellow-maserati-mc-extrema-at-high-speed-smoke-from-rear-tires-08-1-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tHhDwStpl6 {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tHhDwStpl6 .item-wrapper {
  width: 100%;
}
.cid-tHhDwStpl6 .left-side {
  text-align: left;
}
.cid-tHhDwStpl6 .row {
  align-items: center;
  justify-content: center;
}
.cid-tHhDwStpl6 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tHhDwStpl6 .card-box:focus-within {
  opacity: 1;
}
.cid-tHhDwStpl6 .row-center {
  height: 100%;
}
.cid-tHhDwStpl6 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tHhDwStpl6 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tHhDwStpl6 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tHhDwStpl6 .card-wrapper:hover .card-box,
.cid-tHhDwStpl6 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tHhDwStpl6 .card-wrapper:hover .card-img,
.cid-tHhDwStpl6 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tHhDwStpl6 .card-wrapper:hover:before,
.cid-tHhDwStpl6 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tHhDwStpl6 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tHhDwStpl6 .g {
  grid-row-gap: 24px;
}
.cid-tHhDwStpl6 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tHhDwStpl6 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tHhDwStpl6 .carousel-control {
    display: none;
  }
}
.cid-tHhDwStpl6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tHhDwStpl6 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tHhDwStpl6 .card1 {
  background-image: url("../../../assets/images/anigif.gif");
  background-size: cover;
  background-position: center;
}
.cid-tHhDwStpl6 .card2 {
  background-image: url("../../../assets/images/lamborghini-carro-prata-e-preto-crpht-4300-estilo-de-fotografia-estrada-da-toscana-pr-963119082-2-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tHhDwStpl6 .card3 {
  background-image: url("../../../assets/images/https-cdn.maze.guru-image-fdccd6-798x495.webp");
  background-size: cover;
  background-position: center;
}
.cid-tHhDwStpl6 .card4 {
  background-image: url("../../../assets/images/ferrari-yellow-2000x1665.webp");
  background-size: cover;
  background-position: center;
}
.cid-tHhDwStpl6 .card5 {
  background-image: url("../../../assets/images/leonardo-diffusion-maclaren-silver-and-blue-car-crpht4300-phot-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tHhDwStpl6 .card6 {
  background-image: url("../../../assets/images/szfcmdezrtq1sywcsyqp-1-90hzx-1152x832.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTiaBPg6V {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQTiaBPg6V .item-wrapper {
  width: 100%;
}
.cid-tQTiaBPg6V .left-side {
  text-align: left;
}
.cid-tQTiaBPg6V .row {
  align-items: center;
  justify-content: center;
}
.cid-tQTiaBPg6V .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tQTiaBPg6V .card-box:focus-within {
  opacity: 1;
}
.cid-tQTiaBPg6V .row-center {
  height: 100%;
}
.cid-tQTiaBPg6V .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tQTiaBPg6V .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tQTiaBPg6V .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tQTiaBPg6V .card-wrapper:hover .card-box,
.cid-tQTiaBPg6V .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tQTiaBPg6V .card-wrapper:hover .card-img,
.cid-tQTiaBPg6V .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tQTiaBPg6V .card-wrapper:hover:before,
.cid-tQTiaBPg6V .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tQTiaBPg6V .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tQTiaBPg6V .g {
  grid-row-gap: 24px;
}
.cid-tQTiaBPg6V .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tQTiaBPg6V .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tQTiaBPg6V .carousel-control {
    display: none;
  }
}
.cid-tQTiaBPg6V .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTiaBPg6V .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tQTiaBPg6V .card1 {
  background-image: url("../../../assets/images/stable-diffusion-xl-clipdrop-cleanup-720x480.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTiaBPg6V .card2 {
  background-image: url("../../../assets/images/image-2-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTiaBPg6V .card3 {
  background-image: url("../../../assets/images/a-sport-car-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTiaBPg6V .card4 {
  background-image: url("../../../assets/images/a-sport-car-via-toscany-italy-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTiaBPg6V .card5 {
  background-image: url("../../../assets/images/a-blue-maserati-mc-extrema-at-high-speed-smoke-from-rear-tires-08-1-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tQTiaBPg6V .card6 {
  background-image: url("../../../assets/images/a-sport-car-via-toscany-italy-8k-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhuI601gxj {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uhuI601gxj .item-wrapper {
  width: 100%;
}
.cid-uhuI601gxj .left-side {
  text-align: left;
}
.cid-uhuI601gxj .row {
  align-items: center;
  justify-content: center;
}
.cid-uhuI601gxj .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uhuI601gxj .card-box:focus-within {
  opacity: 1;
}
.cid-uhuI601gxj .row-center {
  height: 100%;
}
.cid-uhuI601gxj .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uhuI601gxj .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uhuI601gxj .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uhuI601gxj .card-wrapper:hover .card-box,
.cid-uhuI601gxj .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uhuI601gxj .card-wrapper:hover .card-img,
.cid-uhuI601gxj .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uhuI601gxj .card-wrapper:hover:before,
.cid-uhuI601gxj .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uhuI601gxj .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uhuI601gxj .g {
  grid-row-gap: 24px;
}
.cid-uhuI601gxj .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uhuI601gxj .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uhuI601gxj .carousel-control {
    display: none;
  }
}
.cid-uhuI601gxj .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uhuI601gxj .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uhuI601gxj .card1 {
  background-image: url("../../../assets/images/the-robot-car-futuristic-1536x1536.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhuI601gxj .card2 {
  background-image: url("../../../assets/images/futuristic-car-flying-above-a-futuristic-city-illuminated-by-lights-1536x1536.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhuI601gxj .card3 {
  background-image: url("../../../assets/images/the-robot-car-futuristic-city-nigth-1536x1536.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhuI601gxj .card4 {
  background-image: url("../../../assets/images/enhanced-image-6-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhuI601gxj .card5 {
  background-image: url("../../../assets/images/new-mustang-gtd-blue-silver-at-a-car-show-cinematic-4k-highly-detailed-sticker-fantasy-dream-1-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhuI601gxj .card6 {
  background-image: url("../../../assets/images/image-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvow2sQUdG {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tvow2sQUdG .item-wrapper {
  width: 100%;
}
.cid-tvow2sQUdG .left-side {
  text-align: left;
}
.cid-tvow2sQUdG .row {
  align-items: center;
  justify-content: center;
}
.cid-tvow2sQUdG .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tvow2sQUdG .card-box:focus-within {
  opacity: 1;
}
.cid-tvow2sQUdG .row-center {
  height: 100%;
}
.cid-tvow2sQUdG .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tvow2sQUdG .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tvow2sQUdG .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tvow2sQUdG .card-wrapper:hover .card-box,
.cid-tvow2sQUdG .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tvow2sQUdG .card-wrapper:hover .card-img,
.cid-tvow2sQUdG .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tvow2sQUdG .card-wrapper:hover:before,
.cid-tvow2sQUdG .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tvow2sQUdG .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tvow2sQUdG .g {
  grid-row-gap: 24px;
}
.cid-tvow2sQUdG .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tvow2sQUdG .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tvow2sQUdG .carousel-control {
    display: none;
  }
}
.cid-tvow2sQUdG .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tvow2sQUdG .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tvow2sQUdG .card1 {
  background-image: url("../../../assets/images/carsport4-leonardo-creative-portrait-volum-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvow2sQUdG .card2 {
  background-image: url("../../../assets/images/4leonardo-creative-portrait-volum-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvow2sQUdG .card3 {
  background-image: url("../../../assets/images/leonardo-creative-1990s-car-spor-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvow2sQUdG .card4 {
  background-image: url("../../../assets/images/artwork-1-967x770.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvow2sQUdG .card5 {
  background-image: url("../../../assets/images/artwork-3-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvow2sQUdG .card6 {
  background-image: url("../../../assets/images/leonardo-creative-a-futuristic-m-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tyjPJkVNT9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tyjPJkVNT9 .item-wrapper {
  width: 100%;
}
.cid-tyjPJkVNT9 .left-side {
  text-align: left;
}
.cid-tyjPJkVNT9 .row {
  align-items: center;
  justify-content: center;
}
.cid-tyjPJkVNT9 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tyjPJkVNT9 .card-box:focus-within {
  opacity: 1;
}
.cid-tyjPJkVNT9 .row-center {
  height: 100%;
}
.cid-tyjPJkVNT9 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tyjPJkVNT9 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tyjPJkVNT9 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tyjPJkVNT9 .card-wrapper:hover .card-box,
.cid-tyjPJkVNT9 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tyjPJkVNT9 .card-wrapper:hover .card-img,
.cid-tyjPJkVNT9 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tyjPJkVNT9 .card-wrapper:hover:before,
.cid-tyjPJkVNT9 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tyjPJkVNT9 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tyjPJkVNT9 .g {
  grid-row-gap: 24px;
}
.cid-tyjPJkVNT9 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tyjPJkVNT9 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tyjPJkVNT9 .carousel-control {
    display: none;
  }
}
.cid-tyjPJkVNT9 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tyjPJkVNT9 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tyjPJkVNT9 .card1 {
  background-image: url("../../../assets/images/9leonardo-creative-a-futuristic-m-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tyjPJkVNT9 .card2 {
  background-image: url("../../../assets/images/2leonardo-creative-a-futuristic-m-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tyjPJkVNT9 .card3 {
  background-image: url("../../../assets/images/8leonardo-creative-a-sleek-angula-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tyjPJkVNT9 .card4 {
  background-image: url("../../../assets/images/4leonardo-creative-a-shot-of-a-ri-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tyjPJkVNT9 .card5 {
  background-image: url("../../../assets/images/5leonardo-creative-a-shot-of-a-ri-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tyjPJkVNT9 .card6 {
  background-image: url("../../../assets/images/7leonardo-creative-a-sleek-angula-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tv7KiG9GIi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tv7KiG9GIi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tv7KiG9GIi a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tv7KiG9GIi a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvoqJ2J1DS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/leonardo-creative-portrait-profe-768x768.webp");
}
.cid-tvoqJ2J1DS .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tvoqJ2J1DS .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tvoqJ2J1DS .button-align {
  text-align: center;
}
.cid-tvoqJ2J1DS .mbr-section-btn {
  display: block;
}
.cid-tvoqJ2J1DS .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tvoqJ2J1DS a.btn > span {
  margin-left: 0.5rem;
}
.cid-tvoqJ2J1DS .mbr-text,
.cid-tvoqJ2J1DS .button-align {
  color: #ffffff;
}
.cid-tvoqJ2J1DS a.btn {
  letter-spacing: 5.4px;
}
.cid-tvoqJ3C5A0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tvoqJ3C5A0 .item:focus,
.cid-tvoqJ3C5A0 span:focus {
  outline: none;
}
.cid-tvoqJ3C5A0 .item-wrapper {
  position: relative;
}
.cid-tvoqJ3C5A0 .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tvoqJ3C5A0 .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tvoqJ3C5A0 .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tvoqJ3C5A0 .mbr-text,
.cid-tvoqJ3C5A0 .mbr-section-btn {
  text-align: left;
}
.cid-tvoqJ3C5A0 .item-title {
  text-align: left;
}
.cid-tvoqJ3C5A0 .item-subtitle {
  text-align: left;
}
.cid-tvoqJ3C5A0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tvoqJ3C5A0 .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tvoqJ3C5A0 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tvoqJ3C5A0 .embla__slide {
    min-width: 375px;
  }
}
.cid-tvoqJ3C5A0 .embla__button--next,
.cid-tvoqJ3C5A0 .embla__button--prev {
  display: flex;
}
.cid-tvoqJ3C5A0 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tvoqJ3C5A0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tvoqJ3C5A0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvoqJ3C5A0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvoqJ3C5A0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tvoqJ3C5A0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tvoqJ3C5A0 .embla {
  position: relative;
  width: 100%;
}
.cid-tvoqJ3C5A0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tvoqJ3C5A0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tvoqJ3C5A0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tvoqJ3C5A0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tvoqJ3C5A0 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tvoqJ3C5A0 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tvoqJ3C5A0 .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tvoqJ3C5A0 img {
  width: 100%;
  object-fit: cover;
}
.cid-tvoqJ3C5A0 .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tvoqJ3C5A0 .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tvoqJ3C5A0 H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tvoqJ3C5A0 .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tvoqJ3C5A0 .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tvoqJ3C5A0 .card-wrapper:hover .card-box,
.cid-tvoqJ3C5A0 .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tvoqJ3C5A0 .card-wrapper:hover:before,
.cid-tvoqJ3C5A0 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tvoqJ3C5A0 .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tvoqJ3C5A0 .link-title {
  display: inline-block;
}
.cid-tvoqJ3C5A0 .margin {
  margin-right: 14px;
}
.cid-tvoqJ3C5A0 .article {
  display: contents;
}
.cid-tvoqJ3C5A0 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tvoqJ3C5A0 .link-row {
  align-items: center;
}
.cid-tvoqJ3C5A0 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tvoqJ3C5A0 .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tvoqJ3C5A0 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tvoqJ3C5A0 .btn {
  margin-top: 20px;
}
.cid-tvoqJ3C5A0 .card-title,
.cid-tvoqJ3C5A0 .iconfont-wrapper {
  text-align: center;
}
.cid-tvoqJ3C5A0 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tvoqJ3C5A0 .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tvoqJ3C5A0 .card-box:focus-within {
  opacity: 1;
}
.cid-tvoqJ3C5A0 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tvoqJ3C5A0 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tvoqJ3C5A0 .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tvoqJ3C5A0 .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tvoqJ3C5A0 .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tvoqJ3C5A0 .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tvoqJ3C5A0 .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tvoqJ3C5A0 .card1 {
  background-image: url("../../../assets/images/bfohojzhge4ses0hnqet-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ3C5A0 .card2 {
  background-image: url("../../../assets/images/xfile-baby-cat-black-and-white-playing-in-the-snow-8-k-artistic-28b23c29-5846-4e57-afa1-5f3800955062-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ3C5A0 .card3 {
  background-image: url("../../../assets/images/playground-image-scdxg-768x512.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ3C5A0 .card4 {
  background-image: url("../../../assets/images/enhanced-image-17-2000x1195.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ3C5A0 .card5 {
  background-image: url("../../../assets/images/bfohojzhge4ses0hnqet-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tvoqJ3C5A0 .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tvoqJ3C5A0 .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tvoqJ3C5A0 .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tvoqJ3C5A0 .embla__button {
    display: none;
  }
}
.cid-tvoqJ6CmCG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tvoqJ6CmCG .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tvoqJ6CmCG .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-tvoqJ7jZox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tvoqJ7jZox .item-wrapper {
  width: 100%;
}
.cid-tvoqJ7jZox .left-side {
  text-align: left;
}
.cid-tvoqJ7jZox .row {
  align-items: center;
  justify-content: center;
}
.cid-tvoqJ7jZox .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-tvoqJ7jZox .card-box:focus-within {
  opacity: 1;
}
.cid-tvoqJ7jZox .row-center {
  height: 100%;
}
.cid-tvoqJ7jZox .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tvoqJ7jZox .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tvoqJ7jZox .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tvoqJ7jZox .card-wrapper:hover .card-box,
.cid-tvoqJ7jZox .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tvoqJ7jZox .card-wrapper:hover .card-img,
.cid-tvoqJ7jZox .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tvoqJ7jZox .card-wrapper:hover:before,
.cid-tvoqJ7jZox .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tvoqJ7jZox .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tvoqJ7jZox .g {
  grid-row-gap: 24px;
}
.cid-tvoqJ7jZox .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tvoqJ7jZox .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tvoqJ7jZox .carousel-control {
    display: none;
  }
}
.cid-tvoqJ7jZox .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tvoqJ7jZox .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tvoqJ7jZox .card1 {
  background-image: url("../../../assets/images/6070c318-b528-4a47-95c0-5c02d79539c5-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ7jZox .card2 {
  background-image: url("../../../assets/images/dog-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ7jZox .card3 {
  background-image: url("../../../assets/images/cute20dogs-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ7jZox .card4 {
  background-image: url("../../../assets/images/xfile-baby-cat-black-and-white-playing-in-the-snow-8-k-artistic-2e5d80ab-2126-43a5-9b76-5207af872ee2-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ7jZox .card5 {
  background-image: url("../../../assets/images/xfile-baby-tiger-playing-in-the-4-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJ7jZox .card6 {
  background-image: url("../../../assets/images/enhanced-image-24-2000x1790.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm3gBFWOX {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ulm3gBFWOX .item-wrapper {
  width: 100%;
}
.cid-ulm3gBFWOX .left-side {
  text-align: left;
}
.cid-ulm3gBFWOX .row {
  align-items: center;
  justify-content: center;
}
.cid-ulm3gBFWOX .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-ulm3gBFWOX .card-box:focus-within {
  opacity: 1;
}
.cid-ulm3gBFWOX .row-center {
  height: 100%;
}
.cid-ulm3gBFWOX .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ulm3gBFWOX .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ulm3gBFWOX .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ulm3gBFWOX .card-wrapper:hover .card-box,
.cid-ulm3gBFWOX .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ulm3gBFWOX .card-wrapper:hover .card-img,
.cid-ulm3gBFWOX .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ulm3gBFWOX .card-wrapper:hover:before,
.cid-ulm3gBFWOX .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ulm3gBFWOX .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ulm3gBFWOX .g {
  grid-row-gap: 24px;
}
.cid-ulm3gBFWOX .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ulm3gBFWOX .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ulm3gBFWOX .carousel-control {
    display: none;
  }
}
.cid-ulm3gBFWOX .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ulm3gBFWOX .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ulm3gBFWOX .card1 {
  background-image: url("../../../assets/images/default-depict-a-majestic-lion-roaring-in-the-heart-of-the-sav-0-enhanced-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm3gBFWOX .card2 {
  background-image: url("../../../assets/images/default-depict-a-majestic-tiger-roaring-in-the-heart-of-the-sa-2-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm3gBFWOX .card3 {
  background-image: url("../../../assets/images/realtime-enhance-enhanced-3-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm3gBFWOX .card4 {
  background-image: url("../../../assets/images/depict-a-majestic-lion-roaring-in-the-heart-of-the-savannah-use-action-painting-techniques-toexpre-357396090-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm3gBFWOX .card5 {
  background-image: url("../../../assets/images/cat-em-pienza-png-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-ulm3gBFWOX .card6 {
  background-image: url("../../../assets/images/watercolor-portrait-of-a-plagful-border-collie-384098783-2000x2000.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhv7EBCJSx {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uhv7EBCJSx .item-wrapper {
  width: 100%;
}
.cid-uhv7EBCJSx .left-side {
  text-align: left;
}
.cid-uhv7EBCJSx .row {
  align-items: center;
  justify-content: center;
}
.cid-uhv7EBCJSx .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uhv7EBCJSx .card-box:focus-within {
  opacity: 1;
}
.cid-uhv7EBCJSx .row-center {
  height: 100%;
}
.cid-uhv7EBCJSx .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uhv7EBCJSx .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uhv7EBCJSx .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uhv7EBCJSx .card-wrapper:hover .card-box,
.cid-uhv7EBCJSx .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uhv7EBCJSx .card-wrapper:hover .card-img,
.cid-uhv7EBCJSx .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uhv7EBCJSx .card-wrapper:hover:before,
.cid-uhv7EBCJSx .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uhv7EBCJSx .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uhv7EBCJSx .g {
  grid-row-gap: 24px;
}
.cid-uhv7EBCJSx .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uhv7EBCJSx .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uhv7EBCJSx .carousel-control {
    display: none;
  }
}
.cid-uhv7EBCJSx .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uhv7EBCJSx .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uhv7EBCJSx .card1 {
  background-image: url("../../../assets/images/dogs-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhv7EBCJSx .card2 {
  background-image: url("../../../assets/images/cats-1536x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhv7EBCJSx .card3 {
  background-image: url("../../../assets/images/untitled-2-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhv7EBCJSx .card4 {
  background-image: url("../../../assets/images/untitled-4-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhv7EBCJSx .card5 {
  background-image: url("../../../assets/images/untitled-5-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-uhv7EBCJSx .card6 {
  background-image: url("../../../assets/images/untitled-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tvoqJaXuli {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tvoqJaXuli .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tvoqJaXuli a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tvoqJaXuli a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tykf8C76M0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2024d-2000x1328.webp");
}
.cid-tykf8C76M0 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tykf8C76M0 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tykf8C76M0 .button-align {
  text-align: center;
}
.cid-tykf8C76M0 .mbr-section-btn {
  display: block;
}
.cid-tykf8C76M0 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tykf8C76M0 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tykf8C76M0 .mbr-text,
.cid-tykf8C76M0 .button-align {
  color: #ffffff;
}
.cid-tykf8C76M0 a.btn {
  letter-spacing: 5.4px;
}
.cid-tykf8CsdoT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tykf8CsdoT .item:focus,
.cid-tykf8CsdoT span:focus {
  outline: none;
}
.cid-tykf8CsdoT .item-wrapper {
  position: relative;
}
.cid-tykf8CsdoT .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tykf8CsdoT .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tykf8CsdoT .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tykf8CsdoT .mbr-text,
.cid-tykf8CsdoT .mbr-section-btn {
  text-align: left;
}
.cid-tykf8CsdoT .item-title {
  text-align: left;
}
.cid-tykf8CsdoT .item-subtitle {
  text-align: left;
}
.cid-tykf8CsdoT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tykf8CsdoT .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tykf8CsdoT .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tykf8CsdoT .embla__slide {
    min-width: 375px;
  }
}
.cid-tykf8CsdoT .embla__button--next,
.cid-tykf8CsdoT .embla__button--prev {
  display: flex;
}
.cid-tykf8CsdoT .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tykf8CsdoT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tykf8CsdoT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tykf8CsdoT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tykf8CsdoT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tykf8CsdoT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tykf8CsdoT .embla {
  position: relative;
  width: 100%;
}
.cid-tykf8CsdoT .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tykf8CsdoT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tykf8CsdoT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tykf8CsdoT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tykf8CsdoT .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tykf8CsdoT .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tykf8CsdoT .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tykf8CsdoT img {
  width: 100%;
  object-fit: cover;
}
.cid-tykf8CsdoT .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tykf8CsdoT .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tykf8CsdoT H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tykf8CsdoT .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tykf8CsdoT .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tykf8CsdoT .card-wrapper:hover .card-box,
.cid-tykf8CsdoT .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tykf8CsdoT .card-wrapper:hover:before,
.cid-tykf8CsdoT .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tykf8CsdoT .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tykf8CsdoT .link-title {
  display: inline-block;
}
.cid-tykf8CsdoT .margin {
  margin-right: 14px;
}
.cid-tykf8CsdoT .article {
  display: contents;
}
.cid-tykf8CsdoT .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tykf8CsdoT .link-row {
  align-items: center;
}
.cid-tykf8CsdoT .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tykf8CsdoT .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tykf8CsdoT .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tykf8CsdoT .btn {
  margin-top: 20px;
}
.cid-tykf8CsdoT .card-title,
.cid-tykf8CsdoT .iconfont-wrapper {
  text-align: center;
}
.cid-tykf8CsdoT a.btn > span {
  margin-left: 0.5rem;
}
.cid-tykf8CsdoT .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tykf8CsdoT .card-box:focus-within {
  opacity: 1;
}
.cid-tykf8CsdoT .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tykf8CsdoT .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tykf8CsdoT .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tykf8CsdoT .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tykf8CsdoT .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tykf8CsdoT .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tykf8CsdoT .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tykf8CsdoT .card1 {
  background-image: url("../../../assets/images/2leonardo-creative-2020s-modern-h-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tykf8CsdoT .card2 {
  background-image: url("../../../assets/images/leonardo-creative-1980s-country-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tykf8CsdoT .card3 {
  background-image: url("../../../assets/images/0fe78dce-b897-41cc-8c8a-c23115f4-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-tykf8CsdoT .card4 {
  background-image: url("../../../assets/images/2leonardo-creative-perfume-bottle-768x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-tykf8CsdoT .card5 {
  background-image: url("../../../assets/images/2leonardo-creative-2020s-modern-h-768x768.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tykf8CsdoT .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tykf8CsdoT .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tykf8CsdoT .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tykf8CsdoT .embla__button {
    display: none;
  }
}
.cid-tykf8DWBzD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tykf8DWBzD .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tykf8DWBzD .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-tykf8Enp5R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykf8Enp5R .it {
  margin-top: 30px;
}
.cid-tykf8Enp5R .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tykf8Enp5R .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tykf8Enp5R .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tykf8Enp5R .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykf8Enp5R .it {
    margin-top: 15px;
  }
  .cid-tykf8Enp5R .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykf8Enp5R .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykf8Enp5R .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tykf8ESSCW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykf8ESSCW .item {
  margin-top: 30px;
}
.cid-tykf8ESSCW .item:nth-child(1) {
  margin-top: 0px;
}
.cid-tykf8ESSCW .item:nth-child(2) {
  margin-top: 0px;
}
.cid-tykf8ESSCW .item:nth-child(3) {
  margin-top: 0px;
}
.cid-tykf8ESSCW .item:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykf8ESSCW .item {
    margin-top: 15px;
  }
  .cid-tykf8ESSCW .item:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykf8ESSCW .item:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykf8ESSCW .item:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tykf8Fmlt0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykf8Fmlt0 .it {
  margin-top: 30px;
}
.cid-tykf8Fmlt0 .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tykf8Fmlt0 .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tykf8Fmlt0 .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tykf8Fmlt0 .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykf8Fmlt0 .it {
    margin-top: 15px;
  }
  .cid-tykf8Fmlt0 .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykf8Fmlt0 .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykf8Fmlt0 .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tykf8FQjRm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykf8FQjRm .it {
  margin-top: 30px;
}
.cid-tykf8FQjRm .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tykf8FQjRm .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tykf8FQjRm .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tykf8FQjRm .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykf8FQjRm .it {
    margin-top: 15px;
  }
  .cid-tykf8FQjRm .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykf8FQjRm .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykf8FQjRm .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tykIfPK39U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykIfPK39U .it {
  margin-top: 30px;
}
.cid-tykIfPK39U .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tykIfPK39U .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tykIfPK39U .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tykIfPK39U .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykIfPK39U .it {
    margin-top: 15px;
  }
  .cid-tykIfPK39U .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykIfPK39U .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykIfPK39U .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tykf8GpIDs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tykf8GpIDs .it {
  margin-top: 30px;
}
.cid-tykf8GpIDs .it:nth-child(1) {
  margin-top: 0px;
}
.cid-tykf8GpIDs .it:nth-child(2) {
  margin-top: 0px;
}
.cid-tykf8GpIDs .it:nth-child(3) {
  margin-top: 0px;
}
.cid-tykf8GpIDs .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-tykf8GpIDs .it {
    margin-top: 15px;
  }
  .cid-tykf8GpIDs .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-tykf8GpIDs .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-tykf8GpIDs .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tykf8GUgPx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tykf8GUgPx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tykf8GUgPx a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tykf8GUgPx a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCnrRWeVK7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/paulinho-mandalorian-bo-katan-pr-1-1536x1024.webp");
}
.cid-tCnrRWeVK7 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-tCnrRWeVK7 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tCnrRWeVK7 .button-align {
  text-align: center;
}
.cid-tCnrRWeVK7 .mbr-section-btn {
  display: block;
}
.cid-tCnrRWeVK7 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-tCnrRWeVK7 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tCnrRWeVK7 .mbr-text,
.cid-tCnrRWeVK7 .button-align {
  color: #ffffff;
}
.cid-tCnrRWeVK7 a.btn {
  letter-spacing: 5.4px;
}
.cid-tCnrRYkOKJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tCnrRYkOKJ .item:focus,
.cid-tCnrRYkOKJ span:focus {
  outline: none;
}
.cid-tCnrRYkOKJ .item-wrapper {
  position: relative;
}
.cid-tCnrRYkOKJ .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tCnrRYkOKJ .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tCnrRYkOKJ .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tCnrRYkOKJ .mbr-text,
.cid-tCnrRYkOKJ .mbr-section-btn {
  text-align: left;
}
.cid-tCnrRYkOKJ .item-title {
  text-align: left;
}
.cid-tCnrRYkOKJ .item-subtitle {
  text-align: left;
}
.cid-tCnrRYkOKJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tCnrRYkOKJ .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tCnrRYkOKJ .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tCnrRYkOKJ .embla__slide {
    min-width: 375px;
  }
}
.cid-tCnrRYkOKJ .embla__button--next,
.cid-tCnrRYkOKJ .embla__button--prev {
  display: flex;
}
.cid-tCnrRYkOKJ .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tCnrRYkOKJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCnrRYkOKJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnrRYkOKJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnrRYkOKJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCnrRYkOKJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCnrRYkOKJ .embla {
  position: relative;
  width: 100%;
}
.cid-tCnrRYkOKJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tCnrRYkOKJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCnrRYkOKJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCnrRYkOKJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCnrRYkOKJ .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tCnrRYkOKJ .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tCnrRYkOKJ .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tCnrRYkOKJ img {
  width: 100%;
  object-fit: cover;
}
.cid-tCnrRYkOKJ .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tCnrRYkOKJ .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tCnrRYkOKJ H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tCnrRYkOKJ .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tCnrRYkOKJ .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tCnrRYkOKJ .card-wrapper:hover .card-box,
.cid-tCnrRYkOKJ .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tCnrRYkOKJ .card-wrapper:hover:before,
.cid-tCnrRYkOKJ .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tCnrRYkOKJ .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tCnrRYkOKJ .link-title {
  display: inline-block;
}
.cid-tCnrRYkOKJ .margin {
  margin-right: 14px;
}
.cid-tCnrRYkOKJ .article {
  display: contents;
}
.cid-tCnrRYkOKJ .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tCnrRYkOKJ .link-row {
  align-items: center;
}
.cid-tCnrRYkOKJ .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tCnrRYkOKJ .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tCnrRYkOKJ .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tCnrRYkOKJ .btn {
  margin-top: 20px;
}
.cid-tCnrRYkOKJ .card-title,
.cid-tCnrRYkOKJ .iconfont-wrapper {
  text-align: center;
}
.cid-tCnrRYkOKJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-tCnrRYkOKJ .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tCnrRYkOKJ .card-box:focus-within {
  opacity: 1;
}
.cid-tCnrRYkOKJ .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tCnrRYkOKJ .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tCnrRYkOKJ .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tCnrRYkOKJ .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tCnrRYkOKJ .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tCnrRYkOKJ .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tCnrRYkOKJ .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tCnrRYkOKJ .card1 {
  background-image: url("../../../assets/images/75e8b7c421ae5d582d85d3fd80643bc1-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCnrRYkOKJ .card2 {
  background-image: url("../../../assets/images/angelove-1-1952x2048.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCnrRYkOKJ .card3 {
  background-image: url("../../../assets/images/artwork-3-768x603.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCnrRYkOKJ .card4 {
  background-image: url("../../../assets/images/a-masterpiece-of-a-castle-made-of-beach-sand-the-background-a-beautiful-blue-sea-with-a-beautiful-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
.cid-tCnrRYkOKJ .card5 {
  background-image: url("../../../assets/images/75e8b7c421ae5d582d85d3fd80643bc1-1024x1024.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tCnrRYkOKJ .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tCnrRYkOKJ .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tCnrRYkOKJ .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tCnrRYkOKJ .embla__button {
    display: none;
  }
}
.cid-tCnrS16vBW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-tCnrS16vBW .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-tCnrS16vBW .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-u2oGyHdxK0 {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u2oGyHdxK0 .it {
  margin-top: 30px;
}
.cid-u2oGyHdxK0 .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u2oGyHdxK0 .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u2oGyHdxK0 .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u2oGyHdxK0 .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u2oGyHdxK0 .it {
    margin-top: 15px;
  }
  .cid-u2oGyHdxK0 .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u2oGyHdxK0 .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u2oGyHdxK0 .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-uhuLlYAWnh {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uhuLlYAWnh .it {
  margin-top: 30px;
}
.cid-uhuLlYAWnh .it:nth-child(1) {
  margin-top: 0px;
}
.cid-uhuLlYAWnh .it:nth-child(2) {
  margin-top: 0px;
}
.cid-uhuLlYAWnh .it:nth-child(3) {
  margin-top: 0px;
}
.cid-uhuLlYAWnh .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-uhuLlYAWnh .it {
    margin-top: 15px;
  }
  .cid-uhuLlYAWnh .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-uhuLlYAWnh .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-uhuLlYAWnh .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-u5HSKOTlI7 {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u5HSKOTlI7 .it {
  margin-top: 30px;
}
.cid-u5HSKOTlI7 .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u5HSKOTlI7 .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u5HSKOTlI7 .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u5HSKOTlI7 .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u5HSKOTlI7 .it {
    margin-top: 15px;
  }
  .cid-u5HSKOTlI7 .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u5HSKOTlI7 .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u5HSKOTlI7 .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-tCnrS8QX8D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-tCnrS8QX8D .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tCnrS8QX8D a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-tCnrS8QX8D a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tCnrS9E37V {
  z-index: 1000;
  width: 100%;
}
.cid-tCnrS9E37V nav.navbar {
  position: fixed;
}
.cid-tCnrS9E37V .navbar-nav {
  margin: auto;
}
.cid-tCnrS9E37V .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCnrS9E37V .dropdown-item:hover,
.cid-tCnrS9E37V .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tCnrS9E37V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCnrS9E37V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCnrS9E37V .navbar-short,
.cid-tCnrS9E37V .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCnrS9E37V .navbar-short .nav-link,
.cid-tCnrS9E37V .opened .nav-link,
.cid-tCnrS9E37V .navbar-short .navbar-caption,
.cid-tCnrS9E37V .opened .navbar-caption,
.cid-tCnrS9E37V .navbar-short .mbr-iconfont,
.cid-tCnrS9E37V .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCnrS9E37V .navbar-short .hamburger span,
.cid-tCnrS9E37V .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCnrS9E37V .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tCnrS9E37V .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-tCnrS9E37V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCnrS9E37V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCnrS9E37V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCnrS9E37V .container {
  display: flex;
  margin: auto;
}
.cid-tCnrS9E37V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCnrS9E37V .dropdown-menu,
.cid-tCnrS9E37V .navbar.opened {
  background: #131729 !important;
}
.cid-tCnrS9E37V .nav-item:focus,
.cid-tCnrS9E37V .nav-link:focus {
  outline: none;
}
.cid-tCnrS9E37V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCnrS9E37V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCnrS9E37V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCnrS9E37V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCnrS9E37V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCnrS9E37V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCnrS9E37V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tCnrS9E37V .navbar.opened {
  transition: all 0.3s;
}
.cid-tCnrS9E37V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCnrS9E37V .navbar .navbar-logo img {
  width: auto;
}
.cid-tCnrS9E37V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCnrS9E37V .navbar.collapsed {
  justify-content: center;
}
.cid-tCnrS9E37V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCnrS9E37V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCnrS9E37V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tCnrS9E37V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCnrS9E37V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCnrS9E37V .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-tCnrS9E37V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCnrS9E37V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCnrS9E37V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCnrS9E37V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCnrS9E37V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCnrS9E37V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCnrS9E37V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCnrS9E37V .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-tCnrS9E37V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCnrS9E37V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCnrS9E37V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCnrS9E37V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCnrS9E37V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCnrS9E37V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCnrS9E37V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCnrS9E37V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCnrS9E37V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCnrS9E37V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCnrS9E37V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCnrS9E37V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCnrS9E37V .dropdown-item.active,
.cid-tCnrS9E37V .dropdown-item:active {
  background-color: transparent;
}
.cid-tCnrS9E37V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCnrS9E37V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCnrS9E37V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCnrS9E37V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tCnrS9E37V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCnrS9E37V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCnrS9E37V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCnrS9E37V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCnrS9E37V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCnrS9E37V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCnrS9E37V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCnrS9E37V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCnrS9E37V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCnrS9E37V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCnrS9E37V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCnrS9E37V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCnrS9E37V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCnrS9E37V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCnrS9E37V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCnrS9E37V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCnrS9E37V .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-tCnrS9E37V .navbar {
    height: 70px;
  }
  .cid-tCnrS9E37V .navbar.opened {
    height: auto;
  }
  .cid-tCnrS9E37V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUFMsoSfcm {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/enhanced-image-3-2000x1328.webp");
}
.cid-sUFMsoSfcm .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #13f8eb;
  letter-spacing: 5.2px;
}
.cid-sUFMsoSfcm .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-sUFMsoSfcm .button-align {
  text-align: center;
}
.cid-sUFMsoSfcm .mbr-section-btn {
  display: block;
}
.cid-sUFMsoSfcm .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-sUFMsoSfcm a.btn > span {
  margin-left: 0.5rem;
}
.cid-sUFMsoSfcm .mbr-text,
.cid-sUFMsoSfcm .button-align {
  color: #ffffff;
}
.cid-sUFMsoSfcm a.btn {
  letter-spacing: 5.4px;
}
.cid-tuJCw41Clt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #174454;
}
.cid-tuJCw41Clt .item:focus,
.cid-tuJCw41Clt span:focus {
  outline: none;
}
.cid-tuJCw41Clt .item-wrapper {
  position: relative;
}
.cid-tuJCw41Clt .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tuJCw41Clt .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tuJCw41Clt .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tuJCw41Clt .mbr-text,
.cid-tuJCw41Clt .mbr-section-btn {
  text-align: left;
}
.cid-tuJCw41Clt .item-title {
  text-align: left;
}
.cid-tuJCw41Clt .item-subtitle {
  text-align: left;
}
.cid-tuJCw41Clt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tuJCw41Clt .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tuJCw41Clt .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tuJCw41Clt .embla__slide {
    min-width: 375px;
  }
}
.cid-tuJCw41Clt .embla__button--next,
.cid-tuJCw41Clt .embla__button--prev {
  display: flex;
}
.cid-tuJCw41Clt .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tuJCw41Clt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tuJCw41Clt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJCw41Clt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuJCw41Clt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tuJCw41Clt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tuJCw41Clt .embla {
  position: relative;
  width: 100%;
}
.cid-tuJCw41Clt .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-tuJCw41Clt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tuJCw41Clt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tuJCw41Clt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tuJCw41Clt .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tuJCw41Clt .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tuJCw41Clt .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-tuJCw41Clt img {
  width: 100%;
  object-fit: cover;
}
.cid-tuJCw41Clt .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-tuJCw41Clt .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tuJCw41Clt H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tuJCw41Clt .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-tuJCw41Clt .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tuJCw41Clt .card-wrapper:hover .card-box,
.cid-tuJCw41Clt .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-tuJCw41Clt .card-wrapper:hover:before,
.cid-tuJCw41Clt .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tuJCw41Clt .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tuJCw41Clt .link-title {
  display: inline-block;
}
.cid-tuJCw41Clt .margin {
  margin-right: 14px;
}
.cid-tuJCw41Clt .article {
  display: contents;
}
.cid-tuJCw41Clt .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tuJCw41Clt .link-row {
  align-items: center;
}
.cid-tuJCw41Clt .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tuJCw41Clt .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tuJCw41Clt .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tuJCw41Clt .btn {
  margin-top: 20px;
}
.cid-tuJCw41Clt .card-title,
.cid-tuJCw41Clt .iconfont-wrapper {
  text-align: center;
}
.cid-tuJCw41Clt a.btn > span {
  margin-left: 0.5rem;
}
.cid-tuJCw41Clt .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-tuJCw41Clt .card-box:focus-within {
  opacity: 1;
}
.cid-tuJCw41Clt .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-tuJCw41Clt .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tuJCw41Clt .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-tuJCw41Clt .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-tuJCw41Clt .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-tuJCw41Clt .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-tuJCw41Clt .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-tuJCw41Clt .card1 {
  background-image: url("../../../assets/images/a-golden-sand-beach-on-an-alien-planet-where-the-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tuJCw41Clt .card2 {
  background-image: url("../../../assets/images/masterpiece-an-ancient-stone-ruins-seen-through-a-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tuJCw41Clt .card3 {
  background-image: url("../../../assets/images/tengrai-image-1717620622-4419274-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
.cid-tuJCw41Clt .card4 {
  background-image: url("../../../assets/images/p0ulwkslszrcarabaaug-1-faxcn-2000x1141.webp");
  background-size: cover;
  background-position: center;
}
.cid-tuJCw41Clt .card5 {
  background-image: url("../../../assets/images/a-golden-sand-beach-on-an-alien-planet-where-the-2000x1125.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-tuJCw41Clt .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-tuJCw41Clt .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-tuJCw41Clt .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-tuJCw41Clt .embla__button {
    display: none;
  }
}
.cid-sUFT3ypwZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2e3e9;
}
.cid-sUFT3ypwZh .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-sUFT3ypwZh .mbr-section-title {
  color: #012b3a;
  text-align: center;
}
.cid-sUFMFToxmJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-sUFMFToxmJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sUFMFToxmJ a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-sUFMFToxmJ a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-tC28slnzx4 {
  z-index: 1000;
  width: 100%;
}
.cid-tC28slnzx4 nav.navbar {
  position: fixed;
}
.cid-tC28slnzx4 .navbar-nav {
  margin: auto;
}
.cid-tC28slnzx4 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC28slnzx4 .dropdown-item:hover,
.cid-tC28slnzx4 .dropdown-item:focus {
  background: #012b3a !important;
  color: white !important;
}
.cid-tC28slnzx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC28slnzx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC28slnzx4 .navbar-short,
.cid-tC28slnzx4 .opened {
  background: #131729 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar-short .nav-link,
.cid-tC28slnzx4 .opened .nav-link,
.cid-tC28slnzx4 .navbar-short .navbar-caption,
.cid-tC28slnzx4 .opened .navbar-caption,
.cid-tC28slnzx4 .navbar-short .mbr-iconfont,
.cid-tC28slnzx4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tC28slnzx4 .navbar-short .hamburger span,
.cid-tC28slnzx4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tC28slnzx4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC28slnzx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC28slnzx4 .container {
  display: flex;
  margin: auto;
}
.cid-tC28slnzx4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown-menu,
.cid-tC28slnzx4 .navbar.opened {
  background: #131729 !important;
}
.cid-tC28slnzx4 .nav-item:focus,
.cid-tC28slnzx4 .nav-link:focus {
  outline: none;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC28slnzx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC28slnzx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC28slnzx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC28slnzx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(19, 23, 41, 0.4);
}
.cid-tC28slnzx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC28slnzx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC28slnzx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC28slnzx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar.collapsed {
  justify-content: center;
}
.cid-tC28slnzx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC28slnzx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC28slnzx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC28slnzx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC28slnzx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC28slnzx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC28slnzx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC28slnzx4 .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-tC28slnzx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC28slnzx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC28slnzx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC28slnzx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC28slnzx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC28slnzx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC28slnzx4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC28slnzx4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC28slnzx4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC28slnzx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC28slnzx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC28slnzx4 .dropdown-item.active,
.cid-tC28slnzx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC28slnzx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC28slnzx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131729;
}
.cid-tC28slnzx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC28slnzx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC28slnzx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC28slnzx4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC28slnzx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC28slnzx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC28slnzx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC28slnzx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tC28slnzx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC28slnzx4 .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-tC28slnzx4 .navbar {
    height: 70px;
  }
  .cid-tC28slnzx4 .navbar.opened {
    height: auto;
  }
  .cid-tC28slnzx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
