.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'emyrla bold';
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  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 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: #878787 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fab901;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: #a47901 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49923a;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: #2a5421 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0746c0;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: #04286c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4433;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: #db1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !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 {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !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 {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.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: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* 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: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.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: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b2b2b2 !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='%234c4c4c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHA05yDHTZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/back-1134x680.jpg");
}
@media (min-width: 992px) {
  .cid-sHA05yDHTZ .carousel {
    min-height: 800px;
  }
  .cid-sHA05yDHTZ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
  .cid-sHA05yDHTZ .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-left,
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-sHA05yDHTZ .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sHA05yDHTZ .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sHA05yDHTZ .carousel {
    min-height: 520px;
  }
  .cid-sHA05yDHTZ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sHA05yDHTZ .carousel {
    min-height: 440px;
  }
  .cid-sHA05yDHTZ .carousel .right-side {
    margin-top: 30px;
  }
  .cid-sHA05yDHTZ .carousel .container {
    padding: 0 15px;
  }
  .cid-sHA05yDHTZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHA05yDHTZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHA05yDHTZ .carousel,
.cid-sHA05yDHTZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHA05yDHTZ .carousel-caption {
  bottom: 40px;
}
.cid-sHA05yDHTZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHA05yDHTZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHA05yDHTZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
}
.cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-sHA05yDHTZ .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHA05yDHTZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHA05yDHTZ .left-side {
  text-align: left;
}
.cid-sHA05yDHTZ .row {
  align-items: center;
}
.cid-sHA05yDHTZ .carousel-item {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sHA05yDHTZ .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-next {
    right: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
    left: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-sHA05yDHTZ .carousel {
    margin-top: 25px;
  }
}
.cid-sHA05yDHTZ .button-align {
  width: 100%;
}
.cid-sHA05yDHTZ .carousel-item.active {
  justify-content: center;
}
.cid-sHA05yDHTZ .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHA05yDHTZ .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHA05yDHTZ .btn-white {
  color: #000000 !important;
}
.cid-sHA05yDHTZ .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHA05yDHTZ rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  stroke: currentColor;
  transform-origin: right;
  fill: #ffffff;
}
.cid-sHA05yDHTZ polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.cid-sHA05yDHTZ .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHA05yDHTZ .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHA05yDHTZ .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHA05yDHTZ .swiper-left:hover polygon {
  fill: #ffffff;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHA05yDHTZ .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHA05yDHTZ .swiper-right:hover rect {
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHA05yDHTZ .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHA05yDHTZ .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}
.cid-sHA05yDHTZ .mbr-section-subtitle {
  margin-bottom: 5px;
  font-weight: 700;
  color: #ffffff;
}
.cid-sHA05yDHTZ .mbr-section-title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-sHA05yDHTZ .mbr-text {
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-sHA05yDHTZ .mbr-section-btn {
  margin: 0;
}
.cid-sHA05yDHTZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 990px) {
  .cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
    left: -70px;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-next {
    right: -70px;
  }
  .cid-sHA05yDHTZ .carousel-inner {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 770px) {
  .cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
    top: 47%;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-next {
    top: 47%;
  }
  .cid-sHA05yDHTZ .container,
  .cid-sHA05yDHTZ .container-fluid {
    padding: 0;
  }
  .cid-sHA05yDHTZ .mbr-section-btn {
    display: none;
  }
  .cid-sHA05yDHTZ .mbr-text {
    display: none;
  }
  .cid-sHA05yDHTZ .mbr-section-subtitle {
    display: none;
  }
  .cid-sHA05yDHTZ .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-sHA05yDHTZ .carousel-item,
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-left,
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-sHA05yDHTZ .carousel-item.active.carousel-item-start .left-side,
.cid-sHA05yDHTZ .carousel-item.active.carousel-item-end .left-side {
  transition: .6s;
  opacity: 0;
}
.cid-sHKVkfAIKi {
  z-index: 1000;
  width: 100%;
}
.cid-sHKVkfAIKi nav.navbar {
  position: fixed;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sHKVkfAIKi .dropdown-item:hover,
.cid-sHKVkfAIKi .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-sHKVkfAIKi .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHKVkfAIKi .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHKVkfAIKi .container {
  display: flex;
  margin: auto;
}
.cid-sHKVkfAIKi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHKVkfAIKi .dropdown-menu,
.cid-sHKVkfAIKi .navbar.opened {
  background: #4c4c4c !important;
}
.cid-sHKVkfAIKi .nav-item:focus,
.cid-sHKVkfAIKi .nav-link:focus {
  outline: none;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKVkfAIKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHKVkfAIKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHKVkfAIKi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-sHKVkfAIKi .navbar.opened {
  transition: all 0.3s;
}
.cid-sHKVkfAIKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHKVkfAIKi .navbar .navbar-logo img {
  width: auto;
}
.cid-sHKVkfAIKi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHKVkfAIKi .navbar.collapsed {
  justify-content: center;
}
.cid-sHKVkfAIKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHKVkfAIKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHKVkfAIKi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHKVkfAIKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHKVkfAIKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHKVkfAIKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHKVkfAIKi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHKVkfAIKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHKVkfAIKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHKVkfAIKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHKVkfAIKi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHKVkfAIKi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHKVkfAIKi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHKVkfAIKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHKVkfAIKi .dropdown-item.active,
.cid-sHKVkfAIKi .dropdown-item:active {
  background-color: transparent;
}
.cid-sHKVkfAIKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHKVkfAIKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-sHKVkfAIKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHKVkfAIKi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHKVkfAIKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHKVkfAIKi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHKVkfAIKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHKVkfAIKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHKVkfAIKi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHKVkfAIKi .navbar {
    height: 70px;
  }
  .cid-sHKVkfAIKi .navbar.opened {
    height: auto;
  }
  .cid-sHKVkfAIKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHKVkfAIKi .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sHKVkfAIKi .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sHKVkfAIKi a {
  display: inline;
  font-weight: bold;
}
.cid-sHKVkfAIKi img {
  display: inline;
  padding-right: 10px;
}
.cid-sHKVkfAIKi .dropdown-toggle:after {
  display: none;
}
.cid-sHKVkfAIKi .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sHKVkfAIKi .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sHKVkfAIKi .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sHKVkfAIKi .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sHKVkfAIKi .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sHKVkfAIKi .btn {
  border-radius: 50px;
}
.cid-sHKVkfAIKi ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sHKVkfAIKi .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sHKVkfAIKi .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sHKVkfAIKi .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sHKVkfAIKi ul li {
  height: 100px;
  display: flex;
}
.cid-sHKVkfAIKi a.text-white:hover {
  color: #ffffff !important;
}
.cid-sHKVkfAIKi a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-sHKVkfAIKi a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sHKVkfAIKi a.text-success:hover {
  color: #49923a !important;
}
.cid-sHKVkfAIKi a.text-info:hover {
  color: #fab901 !important;
}
.cid-sHKVkfAIKi a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-sHKVkfAIKi a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-sHKVkfAIKi a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sHKVkfAIKi ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-sHKVkfAIKi .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sHKVkfAIKi .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-sHKVkfAIKi .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHKVkfAIKi .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-sHKVkfAIKi .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-taDUP7RdSg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-taDUP7RdSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-taDUP7RdSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taDUP7RdSg .mbr-section-title {
  text-align: left;
  color: #1e19b6;
}
.cid-taDUP7RdSg .mbr-section-subtitle {
  text-align: left;
}
.cid-taDUCBj8DD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-taDUCBj8DD .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-taDUCBj8DD img,
.cid-taDUCBj8DD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-taDUCBj8DD .item:focus,
.cid-taDUCBj8DD span:focus {
  outline: none;
}
.cid-taDUCBj8DD .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-taDUCBj8DD .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-taDUCBj8DD .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-taDUCBj8DD .item {
    width: 100% !important;
  }
}
.cid-taDUCBj8DD .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-taDUCBj8DD .item-wrapper .img-wrap:hover .img-overlay {
  opacity: 0.95;
}
.cid-taDUCBj8DD .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-taDUCBj8DD .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-taDUCBj8DD .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-taDUCBj8DD .item-img img {
  width: 100%;
}
.cid-taDUCBj8DD .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-taDUCBj8DD .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-taDUCBj8DD .item-content .links-container {
  text-align: center;
}
.cid-taDUCBj8DD .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-taDUCBj8DD .item-content .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-taDUCBj8DD .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-taDUCBj8DD .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-taDUCBj8DD .mbr-text {
  color: #8A8A8A;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
}
.cid-sHA0cHqnqh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHA0cHqnqh img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-sHA0cHqnqh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-sHA0cHqnqh .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
  color: #1e19b6;
}
.cid-sHA0cHqnqh .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHA0cHqnqh img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-sHA0cHqnqh .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-sHA0cHqnqh .card {
    width: 100%;
    margin: auto;
  }
}
.cid-taEbK4EKhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-3-1134x680.jpg");
}
.cid-taEbK4EKhR .mbr-overlay {
  background: #1e19b6;
  opacity: 0.5;
}
.cid-taEbK4EKhR .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-taEbK4EKhR .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-taEbK4EKhR .mbr-section-head {
  flex-grow: 1;
}
.cid-taEbK4EKhR .col-btn {
  flex-grow: 1;
}
.cid-taEbK4EKhR .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-taEbK4EKhR .label-text {
    text-align: center !important;
  }
}
.cid-taEbK4EKhR .mbr-section-title {
  color: #f2f2f2;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-taEbK4EKhR .mbr-section-title {
    text-align: center !important;
  }
}
.cid-taEbK4EKhR .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-taEbK4EKhR .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-taEbK4EKhR .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-taEbK4EKhR .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-taEbK4EKhR .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-taEbK4EKhR .mbr-section-btn .btn-primary:hover {
  background-color: #49923a !important;
  color: #ffffff !important;
}
.cid-taEbK4EKhR .mbr-section-btn .btn-secondary:hover {
  background-color: #49923a !important;
  color: #ffffff !important;
}
.cid-taEbK4EKhR .item:focus,
.cid-taEbK4EKhR span:focus {
  outline: none;
}
.cid-taEbK4EKhR .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-taEbK4EKhR .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 35px 70px rgba(0, 21, 133, 0.04);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-taEbK4EKhR .item-wrapper .item-content a:hover {
  color: #4c4c4c !important;
}
.cid-taEbK4EKhR .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-taEbK4EKhR .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-taEbK4EKhR .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-taEbK4EKhR .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-taEbK4EKhR .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-taEbK4EKhR .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-taEbK4EKhR .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-taEbK4EKhR .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-taEbK4EKhR .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-taEbK4EKhR .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-taEbK4EKhR .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-taEb2CbtgL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-taEb2CbtgL .mbr-section-subtitle {
  color: #767676;
}
.cid-taEb2CbtgL H2 {
  color: #1e19b6;
  text-align: center;
}
.cid-t7WE5HUpZv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/back-2-1134x680.jpg");
  z-index: 1;
}
.cid-t7WE5HUpZv .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.6;
}
.cid-t7WE5HUpZv .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t7WE5HUpZv .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-t7WE5HUpZv .btn:before {
  content: none;
}
.cid-t7WE5HUpZv .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-t7WE5HUpZv .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-t7WE5HUpZv .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-t7WE5HUpZv .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-t7WE5HUpZv .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t7WE5HUpZv .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-t7WE5HUpZv h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-t7WE5HUpZv .form-control,
.cid-t7WE5HUpZv .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-t7WE5HUpZv .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
}
.cid-t7WE5HUpZv textarea {
  min-height: 200px;
}
.cid-t7WE5HUpZv .form-control,
.cid-t7WE5HUpZv .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t7WE5HUpZv .form-control::-webkit-input-placeholder,
.cid-t7WE5HUpZv .field-input::-webkit-input-placeholder,
.cid-t7WE5HUpZv .form-control::-webkit-input-placeholder,
.cid-t7WE5HUpZv .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-t7WE5HUpZv .form-control:-moz-placeholder,
.cid-t7WE5HUpZv .field-input:-moz-placeholder,
.cid-t7WE5HUpZv .form-control:-moz-placeholder,
.cid-t7WE5HUpZv .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-t7WE5HUpZv .form-control:hover,
.cid-t7WE5HUpZv .field-input:hover,
.cid-t7WE5HUpZv .form-control:focus,
.cid-t7WE5HUpZv .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t7WE5HUpZv .form-control:hover::-webkit-input-placeholder,
.cid-t7WE5HUpZv .field-input:hover::-webkit-input-placeholder,
.cid-t7WE5HUpZv .form-control:focus::-webkit-input-placeholder,
.cid-t7WE5HUpZv .field-input:focus::-webkit-input-placeholder,
.cid-t7WE5HUpZv .form-control:hover::-webkit-input-placeholder,
.cid-t7WE5HUpZv .field-input:hover::-webkit-input-placeholder,
.cid-t7WE5HUpZv .form-control:focus::-webkit-input-placeholder,
.cid-t7WE5HUpZv .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-t7WE5HUpZv .form-control:hover:-moz-placeholder,
.cid-t7WE5HUpZv .field-input:hover:-moz-placeholder,
.cid-t7WE5HUpZv .form-control:focus:-moz-placeholder,
.cid-t7WE5HUpZv .field-input:focus:-moz-placeholder,
.cid-t7WE5HUpZv .form-control:hover:-moz-placeholder,
.cid-t7WE5HUpZv .field-input:hover:-moz-placeholder,
.cid-t7WE5HUpZv .form-control:focus:-moz-placeholder,
.cid-t7WE5HUpZv .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-t7WE5HUpZv .jq-number__spin:hover,
.cid-t7WE5HUpZv .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t7WE5HUpZv .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t7WE5HUpZv .jq-selectbox li,
.cid-t7WE5HUpZv .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-t7WE5HUpZv .jq-selectbox li:hover,
.cid-t7WE5HUpZv .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-t7WE5HUpZv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t7WE5HUpZv .jq-number__spin.minus:hover:after,
.cid-t7WE5HUpZv .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-t7WE5HUpZv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t7WE5HUpZv .jq-number__spin.minus:after,
.cid-t7WE5HUpZv .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-t7WE5HUpZv input::-webkit-clear-button {
  display: none;
}
.cid-t7WE5HUpZv input::-webkit-inner-spin-button {
  display: none;
}
.cid-t7WE5HUpZv input::-webkit-outer-spin-button {
  display: none;
}
.cid-t7WE5HUpZv input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-t7WE5HUpZv .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-t7WE5HUpZv .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #f8f8f8;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-t7WE5HUpZv .card-wrapper:hover {
  border-color: black;
}
.cid-t7WE5HUpZv .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t7WE5HUpZv .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t7WE5HUpZv .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t7WE5HUpZv .icon1 {
  background: #a8aaf1;
}
.cid-t7WE5HUpZv .icon2 {
  background: #cceda0;
}
.cid-t7WE5HUpZv .icon3 {
  background: #72dfe9;
}
.cid-t7WE5HUpZv .card-box {
  padding-left: 1rem;
}
.cid-t7WE5HUpZv .card {
  padding: 0;
}
.cid-t7WE5HUpZv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t7WE5HUpZv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-t7WE5HUpZv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-t7WE5HUpZv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-t7WE5HUpZv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-t7WE5HUpZv .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-t7WE5HUpZv .card-title {
  transition: all 0.3s;
  color: #f2f2f2;
}
@media (max-width: 992px) {
  .cid-t7WE5HUpZv .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-t7WE5HUpZv .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-t7WE5HUpZv .main-sub-title,
.cid-t7WE5HUpZv .align-wrapper {
  color: #33358c;
}
.cid-t7WE5HUpZv .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-t7WE5HUpZv .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-t7WE5HUpZv .form-control-label,
.cid-t7WE5HUpZv .form-check {
  margin-left: 1.5rem;
}
.cid-t7WE5HUpZv .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-t7WE5HUpZv .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-t7WE5HUpZv .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-t7WE5HUpZv .card-text {
  color: #ffffff;
}
.cid-t7WE5HUpZv .mbr-section-title {
  color: #f2f2f2;
}
.cid-t7WE5HUpZv .mbr-section-subtitle {
  color: #cceda0;
}
.cid-t9DC47QfV6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f2f2f2;
}
.cid-t9DC47QfV6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-t9DC47QfV6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t9DC47QfV6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t9DC47QfV6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t9DC47QfV6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t9DC47QfV6 .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-t9DC47QfV6 .mbr-section-subtitle {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-t9DnsAMdtR {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/back-1-1134x680.jpg");
}
.cid-t9DnsAMdtR .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-t9DnsAMdtR .mbr-section-head {
    text-align: center;
  }
}
.cid-t9DnsAMdtR .mbr-section-title {
  color: #dde8eb;
  text-align: center;
}
.cid-t9DnsAMdtR .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-t9DnsAMdtR .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-t9DnsAMdtR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-t9DnsAMdtR .mbr-text {
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}
.cid-t9DnsAMdtR form.mbr-form {
  margin-top: 2rem;
}
.cid-t9DnsAMdtR form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-t9DnsAMdtR form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1199px) {
  .cid-t9DnsAMdtR form.mbr-form .mbr-section-btn svg {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .cid-t9DnsAMdtR form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-t9DnsAMdtR form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-t9DnsAMdtR form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-t9DnsAMdtR form.mbr-form .mbr-section-btn svg path {
  fill: #33d5ad;
}
@media (max-width: 767px) {
  .cid-t9DnsAMdtR .dragArea {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t9DnsAMdtR input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-t9DnsAMdtR .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t9DnsAMdtR .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t9DnsAMdtR .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9DnsAMdtR .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t9DnsAMdtR button {
  width: 100%;
}
.cid-sHA3mvSV2w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHA3mvSV2w .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHA3mvSV2w .container {
  max-width: 1300px;
}
.cid-taK4dQgyg2 {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2022-07-08-at-1.36.53-pm-1600x900.jpg");
}
.cid-taK4dQgyg2 .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-taK4dQgyg2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-taK4dQgyg2 {
    align-items: flex-end;
  }
  .cid-taK4dQgyg2 .row {
    justify-content: flex-start;
  }
  .cid-taK4dQgyg2 .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-taK4dQgyg2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-taK4dQgyg2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-taK4dQgyg2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-taK4dQgyg2 .content-wrap {
    width: 100%;
  }
}
.cid-tb1UqEC2Mu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tb1UqEC2Mu .mbr-section-title {
  color: #1e19b6;
  text-align: right;
}
.cid-tb1UqEC2Mu .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tb1UqEC2Mu .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tb1UqEC2Mu .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tb1UqEC2Mu .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tb1UqEC2Mu .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tb1UqEC2Mu .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tb1UqEC2Mu .link-wrapper {
    justify-content: center;
  }
}
.cid-tb1UqEC2Mu .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tb1UqEC2Mu .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tb1UqEC2Mu .mbr-section-subtitle:hover {
  background: #4c4c4c;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tb1UqEC2Mu .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tb1UqEC2Mu .link,
.cid-tb1UqEC2Mu .link-icon {
  color: #000000;
}
.cid-tb1UqEC2Mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tb1UqEC2Mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tb1UqEC2Mu .mbr-text,
.cid-tb1UqEC2Mu .mbr-section-btn {
  text-align: right;
}
.cid-tb1Zoh402A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tb1Zoh402A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tb1Zoh402A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tb1Zoh402A .container {
    max-width: 1400px;
  }
}
.cid-tb1Zoh402A .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tb1Zoh402A .card-wrapper {
  margin-top: 3rem;
}
.cid-tb1Zoh402A .row {
  justify-content: center;
}
.cid-tb1Zoh402A .mbr-section-title {
  color: #1e19b6;
}
.cid-taXE8mHe6H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-taXE8mHe6H .mbr-section-title {
  color: #1e19b6;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-taXE8mHe6H .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-taXE8mHe6H .row {
  align-items: center;
  height: 100%;
}
.cid-taXE8mHe6H .container {
  max-width: 1100px;
}
.cid-taXE8mHe6H .wrapper {
  margin: auto;
}
.cid-taXDZM2Rtk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taXDZM2Rtk .pile1,
.cid-taXDZM2Rtk .pile2 {
  padding-bottom: 60px;
}
.cid-taXDZM2Rtk .pile1,
.cid-taXDZM2Rtk .pile3 {
  padding-right: 60px;
}
.cid-taXDZM2Rtk .pile2,
.cid-taXDZM2Rtk .pile4 {
  padding-right: 50px;
}
.cid-taXDZM2Rtk .text {
  display: flex;
  flex-direction: row;
}
.cid-taXDZM2Rtk .card-title {
  margin-bottom: 14px;
}
.cid-taXDZM2Rtk .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-taXDZM2Rtk a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-taXDZM2Rtk rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-taXDZM2Rtk .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-taXDZM2Rtk svg {
  margin-left: 15px;
}
.cid-taXDZM2Rtk path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-taXDZM2Rtk .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-taXDZM2Rtk .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-taXDZM2Rtk .link a {
  background-image: none !important;
}
.cid-taXDZM2Rtk img {
  max-width: 140px;
  height: auto;
}
.cid-taXDZM2Rtk .card-text,
.cid-taXDZM2Rtk .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-taXDZM2Rtk .dir {
    flex-direction: column;
  }
  .cid-taXDZM2Rtk .top {
    padding-top: 60px;
  }
  .cid-taXDZM2Rtk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-taXDZM2Rtk .top1 {
    padding-top: 60px;
  }
  .cid-taXDZM2Rtk .pile {
    padding-right: 0;
  }
  .cid-taXDZM2Rtk .card-title {
    text-align: center;
  }
  .cid-taXDZM2Rtk .card-text {
    text-align: center;
  }
  .cid-taXDZM2Rtk .iconfont-wrapper {
    text-align: center;
  }
  .cid-taXDZM2Rtk img {
    display: inline;
  }
  .cid-taXDZM2Rtk .link {
    text-align: center;
  }
}
.cid-tb1oaMOgYC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tb1oaMOgYC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tb1oaMOgYC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tb1oaMOgYC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tb1oaMOgYC .title {
  padding: 0 2rem;
}
.cid-tb1oaMOgYC .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tb1oaMOgYC .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tb1oaMOgYC .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tb1oaMOgYC .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tb1oaMOgYC .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tb1oaMOgYC .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tb1oaMOgYC .container {
  padding: 0 1rem;
}
.cid-tb1oaMOgYC .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tb1oaMOgYC .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tb1oaMOgYC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tb1oaMOgYC .icon-focus {
  display: none;
}
.cid-tb1oaMOgYC .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tb1oaMOgYC .btn-primary-outline:hover {
  background: transparent !important;
  color: #4c4c4c !important;
}
.cid-tb1oaMOgYC li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tb1oaMOgYC li {
  position: relative;
}
.cid-tb1oaMOgYC .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tb1oaMOgYC .btn {
  font-family: DM Sans !important;
}
.cid-tb1oaMOgYC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tb1oaMOgYC .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tb1oaMOgYC li:not(:last-child):after {
    top: 9px;
  }
  .cid-tb1oaMOgYC .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tb1oaMOgYC .container {
    padding: 0rem;
  }
  .cid-tb1oaMOgYC .title {
    padding: 0 1rem;
  }
}
.cid-tb1oaMOgYC H2 {
  color: #89b758;
}
.cid-tcHVF8I2IB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/back-2-1134x680.jpg");
}
.cid-tcHVF8I2IB P {
  color: #767676;
}
.cid-tcHVF8I2IB H1 {
  color: #f2f2f2;
}
.cid-taXFJKfN9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taXFJKfN9X .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taJYIhSORu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-2-1134x680.jpg");
}
.cid-taJYIhSORu .mbr-fallback-image.disabled {
  display: none;
}
.cid-taJYIhSORu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taJYIhSORu .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-taJYIhSORu .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-taJYIhSORu .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-taJYIhSORu .wrapper {
  padding: 30px 0;
}
.cid-taJYIhSORu .mbr-section-title {
  color: #fafafa;
}
.cid-taJYIhSORu .mbr-text,
.cid-taJYIhSORu .mbr-section-btn {
  color: #ffffff;
}
.cid-taJOU8tPT0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-taJOU8tPT0 .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-taJOU8tPT0 .container {
  max-width: 1300px;
}
.cid-taJOTWoK5N {
  z-index: 1000;
  width: 100%;
}
.cid-taJOTWoK5N nav.navbar {
  position: fixed;
}
.cid-taJOTWoK5N .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-taJOTWoK5N .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-taJOTWoK5N .dropdown-item:hover,
.cid-taJOTWoK5N .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-taJOTWoK5N .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-taJOTWoK5N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taJOTWoK5N .nav-link {
  position: relative;
  padding: 0;
}
.cid-taJOTWoK5N .container {
  display: flex;
  margin: auto;
}
.cid-taJOTWoK5N .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taJOTWoK5N .dropdown-menu,
.cid-taJOTWoK5N .navbar.opened {
  background: #4c4c4c !important;
}
.cid-taJOTWoK5N .nav-item:focus,
.cid-taJOTWoK5N .nav-link:focus {
  outline: none;
}
.cid-taJOTWoK5N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taJOTWoK5N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taJOTWoK5N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taJOTWoK5N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taJOTWoK5N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taJOTWoK5N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taJOTWoK5N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-taJOTWoK5N .navbar.opened {
  transition: all 0.3s;
}
.cid-taJOTWoK5N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taJOTWoK5N .navbar .navbar-logo img {
  width: auto;
}
.cid-taJOTWoK5N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taJOTWoK5N .navbar.collapsed {
  justify-content: center;
}
.cid-taJOTWoK5N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taJOTWoK5N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taJOTWoK5N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-taJOTWoK5N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taJOTWoK5N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taJOTWoK5N .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-taJOTWoK5N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taJOTWoK5N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taJOTWoK5N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taJOTWoK5N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taJOTWoK5N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taJOTWoK5N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taJOTWoK5N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taJOTWoK5N .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-taJOTWoK5N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taJOTWoK5N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taJOTWoK5N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taJOTWoK5N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taJOTWoK5N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taJOTWoK5N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taJOTWoK5N .navbar.navbar-short {
  min-height: 60px;
}
.cid-taJOTWoK5N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taJOTWoK5N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taJOTWoK5N .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-taJOTWoK5N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taJOTWoK5N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taJOTWoK5N .dropdown-item.active,
.cid-taJOTWoK5N .dropdown-item:active {
  background-color: transparent;
}
.cid-taJOTWoK5N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taJOTWoK5N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taJOTWoK5N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taJOTWoK5N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-taJOTWoK5N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taJOTWoK5N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taJOTWoK5N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taJOTWoK5N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taJOTWoK5N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taJOTWoK5N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taJOTWoK5N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taJOTWoK5N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taJOTWoK5N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taJOTWoK5N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taJOTWoK5N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taJOTWoK5N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taJOTWoK5N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taJOTWoK5N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taJOTWoK5N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taJOTWoK5N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taJOTWoK5N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taJOTWoK5N .navbar {
    height: 70px;
  }
  .cid-taJOTWoK5N .navbar.opened {
    height: auto;
  }
  .cid-taJOTWoK5N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taJOTWoK5N .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-taJOTWoK5N .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-taJOTWoK5N a {
  display: inline;
  font-weight: bold;
}
.cid-taJOTWoK5N img {
  display: inline;
  padding-right: 10px;
}
.cid-taJOTWoK5N .dropdown-toggle:after {
  display: none;
}
.cid-taJOTWoK5N .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-taJOTWoK5N .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-taJOTWoK5N .dropdown-menu {
    margin-top: 0px;
  }
  .cid-taJOTWoK5N .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-taJOTWoK5N .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-taJOTWoK5N .btn {
  border-radius: 50px;
}
.cid-taJOTWoK5N ul {
  counter-reset: counter;
  margin: auto;
}
.cid-taJOTWoK5N .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-taJOTWoK5N .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-taJOTWoK5N .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-taJOTWoK5N ul li {
  height: 100px;
  display: flex;
}
.cid-taJOTWoK5N a.text-white:hover {
  color: #ffffff !important;
}
.cid-taJOTWoK5N a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-taJOTWoK5N a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-taJOTWoK5N a.text-success:hover {
  color: #49923a !important;
}
.cid-taJOTWoK5N a.text-info:hover {
  color: #fab901 !important;
}
.cid-taJOTWoK5N a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-taJOTWoK5N a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-taJOTWoK5N a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-taJOTWoK5N ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-taJOTWoK5N .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-taJOTWoK5N .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-taJOTWoK5N .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-taJOTWoK5N .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-taJOTWoK5N .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcTm3vYg60 {
  display: flex;
  background-image: url("../../../assets/images/img-20220726-wa0017-1600x1200.jpeg");
}
.cid-tcTm3vYg60 .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-tcTm3vYg60 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tcTm3vYg60 {
    align-items: flex-end;
  }
  .cid-tcTm3vYg60 .row {
    justify-content: flex-start;
  }
  .cid-tcTm3vYg60 .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tcTm3vYg60 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tcTm3vYg60 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tcTm3vYg60 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tcTm3vYg60 .content-wrap {
    width: 100%;
  }
}
.cid-tcTm3wTZi3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTm3wTZi3 .btn {
  box-shadow: none;
}
.cid-tcTm3wTZi3 .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-tcTm3wTZi3 .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-tcTm3wTZi3 .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tcTm3wTZi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTm3wTZi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTmufnOOS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTmufnOOS .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tcTmufnOOS .display-1 {
    font-size: 16rem;
  }
}
.cid-tcTmufnOOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTmufnOOS .mbr-section-title {
  text-align: center;
}
.cid-tcTmufnOOS .mbr-text,
.cid-tcTmufnOOS .mbr-section-btn {
  text-align: center;
}
.cid-tcTmufnOOS .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tcTmufnOOS .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcTmufnOOS .mbr-section-title,
.cid-tcTmufnOOS .dot {
  color: #2122c5;
  text-align: center;
}
.cid-tcTmufnOOS .mbr-section-subtitle {
  text-align: center;
}
.cid-tcTm3y02QW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTm3y02QW .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcTm3y02QW .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcTm3y02QW .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcTm3y02QW .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcTm3y02QW .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcTm3y02QW .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcTm3y02QW .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcTm3yZQeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTm3yZQeJ .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcTm3yZQeJ .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcTm3yZQeJ .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcTm3yZQeJ .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcTm3yZQeJ .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcTm3yZQeJ .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcTm3yZQeJ .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcTmJ6EqP2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcTmJ6EqP2 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcTmJ6EqP2 .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tcTmJ6EqP2 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tcTmJ6EqP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTmJ6EqP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTm3zZ7Vm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tcTm3zZ7Vm .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tcTm3zZ7Vm .container {
  max-width: 1300px;
}
.cid-tcTm3AS3AY {
  z-index: 1000;
  width: 100%;
}
.cid-tcTm3AS3AY nav.navbar {
  position: fixed;
}
.cid-tcTm3AS3AY .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-tcTm3AS3AY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tcTm3AS3AY .dropdown-item:hover,
.cid-tcTm3AS3AY .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tcTm3AS3AY .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tcTm3AS3AY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcTm3AS3AY .nav-link {
  position: relative;
  padding: 0;
}
.cid-tcTm3AS3AY .container {
  display: flex;
  margin: auto;
}
.cid-tcTm3AS3AY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcTm3AS3AY .dropdown-menu,
.cid-tcTm3AS3AY .navbar.opened {
  background: #4c4c4c !important;
}
.cid-tcTm3AS3AY .nav-item:focus,
.cid-tcTm3AS3AY .nav-link:focus {
  outline: none;
}
.cid-tcTm3AS3AY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcTm3AS3AY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcTm3AS3AY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcTm3AS3AY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcTm3AS3AY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcTm3AS3AY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcTm3AS3AY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-tcTm3AS3AY .navbar.opened {
  transition: all 0.3s;
}
.cid-tcTm3AS3AY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcTm3AS3AY .navbar .navbar-logo img {
  width: auto;
}
.cid-tcTm3AS3AY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcTm3AS3AY .navbar.collapsed {
  justify-content: center;
}
.cid-tcTm3AS3AY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcTm3AS3AY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcTm3AS3AY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcTm3AS3AY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcTm3AS3AY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcTm3AS3AY .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-tcTm3AS3AY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcTm3AS3AY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcTm3AS3AY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcTm3AS3AY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcTm3AS3AY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcTm3AS3AY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcTm3AS3AY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcTm3AS3AY .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-tcTm3AS3AY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcTm3AS3AY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcTm3AS3AY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcTm3AS3AY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcTm3AS3AY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcTm3AS3AY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcTm3AS3AY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcTm3AS3AY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcTm3AS3AY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcTm3AS3AY .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-tcTm3AS3AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcTm3AS3AY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcTm3AS3AY .dropdown-item.active,
.cid-tcTm3AS3AY .dropdown-item:active {
  background-color: transparent;
}
.cid-tcTm3AS3AY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcTm3AS3AY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcTm3AS3AY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcTm3AS3AY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-tcTm3AS3AY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcTm3AS3AY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcTm3AS3AY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcTm3AS3AY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcTm3AS3AY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcTm3AS3AY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcTm3AS3AY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcTm3AS3AY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcTm3AS3AY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcTm3AS3AY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcTm3AS3AY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcTm3AS3AY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcTm3AS3AY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcTm3AS3AY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcTm3AS3AY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcTm3AS3AY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcTm3AS3AY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcTm3AS3AY .navbar {
    height: 70px;
  }
  .cid-tcTm3AS3AY .navbar.opened {
    height: auto;
  }
  .cid-tcTm3AS3AY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcTm3AS3AY .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tcTm3AS3AY .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tcTm3AS3AY a {
  display: inline;
  font-weight: bold;
}
.cid-tcTm3AS3AY img {
  display: inline;
  padding-right: 10px;
}
.cid-tcTm3AS3AY .dropdown-toggle:after {
  display: none;
}
.cid-tcTm3AS3AY .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tcTm3AS3AY .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tcTm3AS3AY .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tcTm3AS3AY .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tcTm3AS3AY .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tcTm3AS3AY .btn {
  border-radius: 50px;
}
.cid-tcTm3AS3AY ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tcTm3AS3AY .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tcTm3AS3AY .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tcTm3AS3AY .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tcTm3AS3AY ul li {
  height: 100px;
  display: flex;
}
.cid-tcTm3AS3AY a.text-white:hover {
  color: #ffffff !important;
}
.cid-tcTm3AS3AY a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tcTm3AS3AY a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tcTm3AS3AY a.text-success:hover {
  color: #49923a !important;
}
.cid-tcTm3AS3AY a.text-info:hover {
  color: #fab901 !important;
}
.cid-tcTm3AS3AY a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tcTm3AS3AY a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tcTm3AS3AY a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tcTm3AS3AY ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tcTm3AS3AY .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tcTm3AS3AY .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tcTm3AS3AY .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcTm3AS3AY .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tcTm3AS3AY .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcTpp43m31 {
  display: flex;
  background-image: url("../../../assets/images/img-20220726-wa0017-1600x1200.jpeg");
}
.cid-tcTpp43m31 .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-tcTpp43m31 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tcTpp43m31 {
    align-items: flex-end;
  }
  .cid-tcTpp43m31 .row {
    justify-content: flex-start;
  }
  .cid-tcTpp43m31 .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tcTpp43m31 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tcTpp43m31 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tcTpp43m31 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tcTpp43m31 .content-wrap {
    width: 100%;
  }
}
.cid-tcTpp5fVwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTpp5fVwm .btn {
  box-shadow: none;
}
.cid-tcTpp5fVwm .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-tcTpp5fVwm .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-tcTpp5fVwm .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tcTpp5fVwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTpp5fVwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTpp6tkLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTpp6tkLW .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tcTpp6tkLW .display-1 {
    font-size: 16rem;
  }
}
.cid-tcTpp6tkLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTpp6tkLW .mbr-section-title {
  text-align: center;
}
.cid-tcTpp6tkLW .mbr-text,
.cid-tcTpp6tkLW .mbr-section-btn {
  text-align: center;
}
.cid-tcTpp6tkLW .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tcTpp6tkLW .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcTpp6tkLW .mbr-section-title,
.cid-tcTpp6tkLW .dot {
  color: #2122c5;
  text-align: center;
}
.cid-tcTpp6tkLW .mbr-section-subtitle {
  text-align: center;
}
.cid-tcTpp7vy8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTpp7vy8I .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcTpp7vy8I .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcTpp7vy8I .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcTpp7vy8I .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcTpp7vy8I .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcTpp7vy8I .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcTpp7vy8I .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcTpp8E5WV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcTpp8E5WV .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcTpp8E5WV .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcTpp8E5WV .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcTpp8E5WV .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcTpp8E5WV .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcTpp8E5WV .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcTpp8E5WV .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcTpp9HGVB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcTpp9HGVB .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcTpp9HGVB .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tcTpp9HGVB .mbr-section-btn {
  margin-top: 30px;
}
.cid-tcTpp9HGVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcTpp9HGVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcTppaLk9R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tcTppaLk9R .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tcTppaLk9R .container {
  max-width: 1300px;
}
.cid-tcTppbThDK {
  z-index: 1000;
  width: 100%;
}
.cid-tcTppbThDK nav.navbar {
  position: fixed;
}
.cid-tcTppbThDK .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-tcTppbThDK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tcTppbThDK .dropdown-item:hover,
.cid-tcTppbThDK .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tcTppbThDK .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tcTppbThDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcTppbThDK .nav-link {
  position: relative;
  padding: 0;
}
.cid-tcTppbThDK .container {
  display: flex;
  margin: auto;
}
.cid-tcTppbThDK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcTppbThDK .dropdown-menu,
.cid-tcTppbThDK .navbar.opened {
  background: #4c4c4c !important;
}
.cid-tcTppbThDK .nav-item:focus,
.cid-tcTppbThDK .nav-link:focus {
  outline: none;
}
.cid-tcTppbThDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcTppbThDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcTppbThDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcTppbThDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcTppbThDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcTppbThDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcTppbThDK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-tcTppbThDK .navbar.opened {
  transition: all 0.3s;
}
.cid-tcTppbThDK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcTppbThDK .navbar .navbar-logo img {
  width: auto;
}
.cid-tcTppbThDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcTppbThDK .navbar.collapsed {
  justify-content: center;
}
.cid-tcTppbThDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcTppbThDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcTppbThDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcTppbThDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcTppbThDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcTppbThDK .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-tcTppbThDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcTppbThDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcTppbThDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcTppbThDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcTppbThDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcTppbThDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcTppbThDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcTppbThDK .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-tcTppbThDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcTppbThDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcTppbThDK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcTppbThDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcTppbThDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcTppbThDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcTppbThDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcTppbThDK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcTppbThDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcTppbThDK .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-tcTppbThDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcTppbThDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcTppbThDK .dropdown-item.active,
.cid-tcTppbThDK .dropdown-item:active {
  background-color: transparent;
}
.cid-tcTppbThDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcTppbThDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcTppbThDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcTppbThDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-tcTppbThDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcTppbThDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcTppbThDK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcTppbThDK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcTppbThDK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcTppbThDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcTppbThDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcTppbThDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcTppbThDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcTppbThDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcTppbThDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcTppbThDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcTppbThDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcTppbThDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcTppbThDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcTppbThDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcTppbThDK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcTppbThDK .navbar {
    height: 70px;
  }
  .cid-tcTppbThDK .navbar.opened {
    height: auto;
  }
  .cid-tcTppbThDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcTppbThDK .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tcTppbThDK .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tcTppbThDK a {
  display: inline;
  font-weight: bold;
}
.cid-tcTppbThDK img {
  display: inline;
  padding-right: 10px;
}
.cid-tcTppbThDK .dropdown-toggle:after {
  display: none;
}
.cid-tcTppbThDK .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tcTppbThDK .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tcTppbThDK .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tcTppbThDK .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tcTppbThDK .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tcTppbThDK .btn {
  border-radius: 50px;
}
.cid-tcTppbThDK ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tcTppbThDK .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tcTppbThDK .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tcTppbThDK .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tcTppbThDK ul li {
  height: 100px;
  display: flex;
}
.cid-tcTppbThDK a.text-white:hover {
  color: #ffffff !important;
}
.cid-tcTppbThDK a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tcTppbThDK a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tcTppbThDK a.text-success:hover {
  color: #49923a !important;
}
.cid-tcTppbThDK a.text-info:hover {
  color: #fab901 !important;
}
.cid-tcTppbThDK a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tcTppbThDK a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tcTppbThDK a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tcTppbThDK ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tcTppbThDK .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tcTppbThDK .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tcTppbThDK .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcTppbThDK .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tcTppbThDK .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcU9qQv4bq {
  display: flex;
  background-image: url("../../../assets/images/img-20220726-wa0017-1600x1200.jpeg");
}
.cid-tcU9qQv4bq .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-tcU9qQv4bq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tcU9qQv4bq {
    align-items: flex-end;
  }
  .cid-tcU9qQv4bq .row {
    justify-content: flex-start;
  }
  .cid-tcU9qQv4bq .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tcU9qQv4bq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tcU9qQv4bq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tcU9qQv4bq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tcU9qQv4bq .content-wrap {
    width: 100%;
  }
}
.cid-tcU9qRNlkU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcU9qRNlkU .btn {
  box-shadow: none;
}
.cid-tcU9qRNlkU .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-tcU9qRNlkU .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-tcU9qRNlkU .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tcU9qRNlkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcU9qRNlkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcU9qSYrOW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcU9qSYrOW .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tcU9qSYrOW .display-1 {
    font-size: 16rem;
  }
}
.cid-tcU9qSYrOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcU9qSYrOW .mbr-section-title {
  text-align: center;
}
.cid-tcU9qSYrOW .mbr-text,
.cid-tcU9qSYrOW .mbr-section-btn {
  text-align: center;
}
.cid-tcU9qSYrOW .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tcU9qSYrOW .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcU9qSYrOW .mbr-section-title,
.cid-tcU9qSYrOW .dot {
  color: #2122c5;
  text-align: center;
}
.cid-tcU9qSYrOW .mbr-section-subtitle {
  text-align: center;
}
.cid-tcU9qU3OZf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcU9qU3OZf .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcU9qU3OZf .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcU9qU3OZf .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcU9qU3OZf .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcU9qU3OZf .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcU9qU3OZf .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcU9qU3OZf .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcU9qV7h2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcU9qV7h2T .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcU9qV7h2T .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcU9qV7h2T .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcU9qV7h2T .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcU9qV7h2T .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcU9qV7h2T .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcU9qV7h2T .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcU9qWahG2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcU9qWahG2 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcU9qWahG2 .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tcU9qWahG2 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tcU9qWahG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcU9qWahG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcU9qXitIF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tcU9qXitIF .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tcU9qXitIF .container {
  max-width: 1300px;
}
.cid-tcU9qYlxgp {
  z-index: 1000;
  width: 100%;
}
.cid-tcU9qYlxgp nav.navbar {
  position: fixed;
}
.cid-tcU9qYlxgp .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-tcU9qYlxgp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tcU9qYlxgp .dropdown-item:hover,
.cid-tcU9qYlxgp .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tcU9qYlxgp .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tcU9qYlxgp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcU9qYlxgp .nav-link {
  position: relative;
  padding: 0;
}
.cid-tcU9qYlxgp .container {
  display: flex;
  margin: auto;
}
.cid-tcU9qYlxgp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcU9qYlxgp .dropdown-menu,
.cid-tcU9qYlxgp .navbar.opened {
  background: #4c4c4c !important;
}
.cid-tcU9qYlxgp .nav-item:focus,
.cid-tcU9qYlxgp .nav-link:focus {
  outline: none;
}
.cid-tcU9qYlxgp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcU9qYlxgp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcU9qYlxgp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcU9qYlxgp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcU9qYlxgp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcU9qYlxgp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcU9qYlxgp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-tcU9qYlxgp .navbar.opened {
  transition: all 0.3s;
}
.cid-tcU9qYlxgp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcU9qYlxgp .navbar .navbar-logo img {
  width: auto;
}
.cid-tcU9qYlxgp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcU9qYlxgp .navbar.collapsed {
  justify-content: center;
}
.cid-tcU9qYlxgp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcU9qYlxgp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcU9qYlxgp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcU9qYlxgp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcU9qYlxgp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcU9qYlxgp .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-tcU9qYlxgp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcU9qYlxgp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcU9qYlxgp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcU9qYlxgp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcU9qYlxgp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcU9qYlxgp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcU9qYlxgp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcU9qYlxgp .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-tcU9qYlxgp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcU9qYlxgp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcU9qYlxgp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcU9qYlxgp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcU9qYlxgp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcU9qYlxgp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcU9qYlxgp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcU9qYlxgp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcU9qYlxgp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcU9qYlxgp .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-tcU9qYlxgp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcU9qYlxgp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcU9qYlxgp .dropdown-item.active,
.cid-tcU9qYlxgp .dropdown-item:active {
  background-color: transparent;
}
.cid-tcU9qYlxgp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcU9qYlxgp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcU9qYlxgp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcU9qYlxgp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-tcU9qYlxgp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcU9qYlxgp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcU9qYlxgp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcU9qYlxgp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcU9qYlxgp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcU9qYlxgp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcU9qYlxgp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcU9qYlxgp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcU9qYlxgp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcU9qYlxgp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcU9qYlxgp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcU9qYlxgp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcU9qYlxgp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcU9qYlxgp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcU9qYlxgp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcU9qYlxgp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcU9qYlxgp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcU9qYlxgp .navbar {
    height: 70px;
  }
  .cid-tcU9qYlxgp .navbar.opened {
    height: auto;
  }
  .cid-tcU9qYlxgp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcU9qYlxgp .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tcU9qYlxgp .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tcU9qYlxgp a {
  display: inline;
  font-weight: bold;
}
.cid-tcU9qYlxgp img {
  display: inline;
  padding-right: 10px;
}
.cid-tcU9qYlxgp .dropdown-toggle:after {
  display: none;
}
.cid-tcU9qYlxgp .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tcU9qYlxgp .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tcU9qYlxgp .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tcU9qYlxgp .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tcU9qYlxgp .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tcU9qYlxgp .btn {
  border-radius: 50px;
}
.cid-tcU9qYlxgp ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tcU9qYlxgp .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tcU9qYlxgp .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tcU9qYlxgp .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tcU9qYlxgp ul li {
  height: 100px;
  display: flex;
}
.cid-tcU9qYlxgp a.text-white:hover {
  color: #ffffff !important;
}
.cid-tcU9qYlxgp a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tcU9qYlxgp a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tcU9qYlxgp a.text-success:hover {
  color: #49923a !important;
}
.cid-tcU9qYlxgp a.text-info:hover {
  color: #fab901 !important;
}
.cid-tcU9qYlxgp a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tcU9qYlxgp a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tcU9qYlxgp a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tcU9qYlxgp ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tcU9qYlxgp .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tcU9qYlxgp .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tcU9qYlxgp .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcU9qYlxgp .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tcU9qYlxgp .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcUaEVeV66 {
  display: flex;
  background-image: url("../../../assets/images/img-20220726-wa0017-1600x1200.jpeg");
}
.cid-tcUaEVeV66 .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-tcUaEVeV66 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tcUaEVeV66 {
    align-items: flex-end;
  }
  .cid-tcUaEVeV66 .row {
    justify-content: flex-start;
  }
  .cid-tcUaEVeV66 .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tcUaEVeV66 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tcUaEVeV66 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tcUaEVeV66 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tcUaEVeV66 .content-wrap {
    width: 100%;
  }
}
.cid-tcUaEWyIyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUaEWyIyJ .btn {
  box-shadow: none;
}
.cid-tcUaEWyIyJ .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-tcUaEWyIyJ .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-tcUaEWyIyJ .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tcUaEWyIyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUaEWyIyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUaEY0Oto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUaEY0Oto .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tcUaEY0Oto .display-1 {
    font-size: 16rem;
  }
}
.cid-tcUaEY0Oto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUaEY0Oto .mbr-section-title {
  text-align: center;
}
.cid-tcUaEY0Oto .mbr-text,
.cid-tcUaEY0Oto .mbr-section-btn {
  text-align: center;
}
.cid-tcUaEY0Oto .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tcUaEY0Oto .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcUaEY0Oto .mbr-section-title,
.cid-tcUaEY0Oto .dot {
  color: #2122c5;
  text-align: center;
}
.cid-tcUaEY0Oto .mbr-section-subtitle {
  text-align: center;
}
.cid-tcUaEZny8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUaEZny8a .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUaEZny8a .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcUaEZny8a .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcUaEZny8a .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcUaEZny8a .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcUaEZny8a .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcUaEZny8a .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcUaF0wWGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUaF0wWGt .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUaF0wWGt .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcUaF0wWGt .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcUaF0wWGt .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcUaF0wWGt .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcUaF0wWGt .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcUaF0wWGt .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcUaF1yLh7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcUaF1yLh7 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcUaF1yLh7 .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tcUaF1yLh7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tcUaF1yLh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUaF1yLh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUaF2B3st {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tcUaF2B3st .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tcUaF2B3st .container {
  max-width: 1300px;
}
.cid-tcUaF3E5ix {
  z-index: 1000;
  width: 100%;
}
.cid-tcUaF3E5ix nav.navbar {
  position: fixed;
}
.cid-tcUaF3E5ix .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-tcUaF3E5ix .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tcUaF3E5ix .dropdown-item:hover,
.cid-tcUaF3E5ix .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tcUaF3E5ix .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tcUaF3E5ix .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcUaF3E5ix .nav-link {
  position: relative;
  padding: 0;
}
.cid-tcUaF3E5ix .container {
  display: flex;
  margin: auto;
}
.cid-tcUaF3E5ix .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcUaF3E5ix .dropdown-menu,
.cid-tcUaF3E5ix .navbar.opened {
  background: #4c4c4c !important;
}
.cid-tcUaF3E5ix .nav-item:focus,
.cid-tcUaF3E5ix .nav-link:focus {
  outline: none;
}
.cid-tcUaF3E5ix .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcUaF3E5ix .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcUaF3E5ix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcUaF3E5ix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcUaF3E5ix .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcUaF3E5ix .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcUaF3E5ix .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-tcUaF3E5ix .navbar.opened {
  transition: all 0.3s;
}
.cid-tcUaF3E5ix .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcUaF3E5ix .navbar .navbar-logo img {
  width: auto;
}
.cid-tcUaF3E5ix .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcUaF3E5ix .navbar.collapsed {
  justify-content: center;
}
.cid-tcUaF3E5ix .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcUaF3E5ix .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcUaF3E5ix .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcUaF3E5ix .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcUaF3E5ix .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcUaF3E5ix .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-tcUaF3E5ix .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcUaF3E5ix .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcUaF3E5ix .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcUaF3E5ix .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcUaF3E5ix .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcUaF3E5ix .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcUaF3E5ix .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcUaF3E5ix .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-tcUaF3E5ix .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcUaF3E5ix .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcUaF3E5ix .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcUaF3E5ix .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcUaF3E5ix .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcUaF3E5ix .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcUaF3E5ix .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcUaF3E5ix .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcUaF3E5ix .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcUaF3E5ix .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-tcUaF3E5ix .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcUaF3E5ix .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcUaF3E5ix .dropdown-item.active,
.cid-tcUaF3E5ix .dropdown-item:active {
  background-color: transparent;
}
.cid-tcUaF3E5ix .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcUaF3E5ix .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcUaF3E5ix .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcUaF3E5ix .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-tcUaF3E5ix .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcUaF3E5ix .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcUaF3E5ix ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcUaF3E5ix .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcUaF3E5ix button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcUaF3E5ix button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcUaF3E5ix button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcUaF3E5ix button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcUaF3E5ix button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcUaF3E5ix button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcUaF3E5ix nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcUaF3E5ix nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcUaF3E5ix nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcUaF3E5ix nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcUaF3E5ix .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcUaF3E5ix a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcUaF3E5ix .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcUaF3E5ix .navbar {
    height: 70px;
  }
  .cid-tcUaF3E5ix .navbar.opened {
    height: auto;
  }
  .cid-tcUaF3E5ix .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcUaF3E5ix .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tcUaF3E5ix .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tcUaF3E5ix a {
  display: inline;
  font-weight: bold;
}
.cid-tcUaF3E5ix img {
  display: inline;
  padding-right: 10px;
}
.cid-tcUaF3E5ix .dropdown-toggle:after {
  display: none;
}
.cid-tcUaF3E5ix .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tcUaF3E5ix .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tcUaF3E5ix .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tcUaF3E5ix .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tcUaF3E5ix .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tcUaF3E5ix .btn {
  border-radius: 50px;
}
.cid-tcUaF3E5ix ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tcUaF3E5ix .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tcUaF3E5ix .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tcUaF3E5ix .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tcUaF3E5ix ul li {
  height: 100px;
  display: flex;
}
.cid-tcUaF3E5ix a.text-white:hover {
  color: #ffffff !important;
}
.cid-tcUaF3E5ix a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tcUaF3E5ix a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tcUaF3E5ix a.text-success:hover {
  color: #49923a !important;
}
.cid-tcUaF3E5ix a.text-info:hover {
  color: #fab901 !important;
}
.cid-tcUaF3E5ix a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tcUaF3E5ix a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tcUaF3E5ix a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tcUaF3E5ix ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tcUaF3E5ix .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tcUaF3E5ix .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tcUaF3E5ix .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcUaF3E5ix .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tcUaF3E5ix .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcUbE1BgKI {
  display: flex;
  background-image: url("../../../assets/images/img-20220726-wa0017-1600x1200.jpeg");
}
.cid-tcUbE1BgKI .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-tcUbE1BgKI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tcUbE1BgKI {
    align-items: flex-end;
  }
  .cid-tcUbE1BgKI .row {
    justify-content: flex-start;
  }
  .cid-tcUbE1BgKI .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tcUbE1BgKI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tcUbE1BgKI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tcUbE1BgKI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tcUbE1BgKI .content-wrap {
    width: 100%;
  }
}
.cid-tcUbE2JXYH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUbE2JXYH .btn {
  box-shadow: none;
}
.cid-tcUbE2JXYH .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-tcUbE2JXYH .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-tcUbE2JXYH .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tcUbE2JXYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUbE2JXYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUbE46wNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUbE46wNG .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tcUbE46wNG .display-1 {
    font-size: 16rem;
  }
}
.cid-tcUbE46wNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUbE46wNG .mbr-section-title {
  text-align: center;
}
.cid-tcUbE46wNG .mbr-text,
.cid-tcUbE46wNG .mbr-section-btn {
  text-align: center;
}
.cid-tcUbE46wNG .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tcUbE46wNG .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcUbE46wNG .mbr-section-title,
.cid-tcUbE46wNG .dot {
  color: #2122c5;
  text-align: center;
}
.cid-tcUbE46wNG .mbr-section-subtitle {
  text-align: center;
}
.cid-tcUbE57980 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUbE57980 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUbE57980 .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcUbE57980 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcUbE57980 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcUbE57980 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcUbE57980 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcUbE57980 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcUbE6dK7u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcUbE6dK7u .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcUbE6dK7u .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tcUbE6dK7u .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tcUbE6dK7u .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tcUbE6dK7u .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tcUbE6dK7u .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tcUbE6dK7u .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tcUbE7h74O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcUbE7h74O .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tcUbE7h74O .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tcUbE7h74O .mbr-section-btn {
  margin-top: 30px;
}
.cid-tcUbE7h74O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcUbE7h74O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcUbE8ozC0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tcUbE8ozC0 .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tcUbE8ozC0 .container {
  max-width: 1300px;
}
.cid-tcUbE9ommk {
  z-index: 1000;
  width: 100%;
}
.cid-tcUbE9ommk nav.navbar {
  position: fixed;
}
.cid-tcUbE9ommk .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-tcUbE9ommk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tcUbE9ommk .dropdown-item:hover,
.cid-tcUbE9ommk .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tcUbE9ommk .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tcUbE9ommk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcUbE9ommk .nav-link {
  position: relative;
  padding: 0;
}
.cid-tcUbE9ommk .container {
  display: flex;
  margin: auto;
}
.cid-tcUbE9ommk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcUbE9ommk .dropdown-menu,
.cid-tcUbE9ommk .navbar.opened {
  background: #4c4c4c !important;
}
.cid-tcUbE9ommk .nav-item:focus,
.cid-tcUbE9ommk .nav-link:focus {
  outline: none;
}
.cid-tcUbE9ommk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcUbE9ommk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcUbE9ommk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcUbE9ommk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcUbE9ommk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcUbE9ommk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcUbE9ommk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-tcUbE9ommk .navbar.opened {
  transition: all 0.3s;
}
.cid-tcUbE9ommk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcUbE9ommk .navbar .navbar-logo img {
  width: auto;
}
.cid-tcUbE9ommk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcUbE9ommk .navbar.collapsed {
  justify-content: center;
}
.cid-tcUbE9ommk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcUbE9ommk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcUbE9ommk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcUbE9ommk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcUbE9ommk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcUbE9ommk .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-tcUbE9ommk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcUbE9ommk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcUbE9ommk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcUbE9ommk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcUbE9ommk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcUbE9ommk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcUbE9ommk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcUbE9ommk .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-tcUbE9ommk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcUbE9ommk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcUbE9ommk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcUbE9ommk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcUbE9ommk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcUbE9ommk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcUbE9ommk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcUbE9ommk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcUbE9ommk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcUbE9ommk .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-tcUbE9ommk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcUbE9ommk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcUbE9ommk .dropdown-item.active,
.cid-tcUbE9ommk .dropdown-item:active {
  background-color: transparent;
}
.cid-tcUbE9ommk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcUbE9ommk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcUbE9ommk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcUbE9ommk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-tcUbE9ommk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcUbE9ommk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcUbE9ommk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcUbE9ommk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcUbE9ommk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcUbE9ommk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcUbE9ommk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcUbE9ommk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcUbE9ommk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcUbE9ommk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcUbE9ommk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcUbE9ommk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcUbE9ommk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcUbE9ommk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcUbE9ommk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcUbE9ommk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcUbE9ommk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcUbE9ommk .navbar {
    height: 70px;
  }
  .cid-tcUbE9ommk .navbar.opened {
    height: auto;
  }
  .cid-tcUbE9ommk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcUbE9ommk .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tcUbE9ommk .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tcUbE9ommk a {
  display: inline;
  font-weight: bold;
}
.cid-tcUbE9ommk img {
  display: inline;
  padding-right: 10px;
}
.cid-tcUbE9ommk .dropdown-toggle:after {
  display: none;
}
.cid-tcUbE9ommk .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tcUbE9ommk .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tcUbE9ommk .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tcUbE9ommk .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tcUbE9ommk .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tcUbE9ommk .btn {
  border-radius: 50px;
}
.cid-tcUbE9ommk ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tcUbE9ommk .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tcUbE9ommk .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tcUbE9ommk .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tcUbE9ommk ul li {
  height: 100px;
  display: flex;
}
.cid-tcUbE9ommk a.text-white:hover {
  color: #ffffff !important;
}
.cid-tcUbE9ommk a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tcUbE9ommk a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tcUbE9ommk a.text-success:hover {
  color: #49923a !important;
}
.cid-tcUbE9ommk a.text-info:hover {
  color: #fab901 !important;
}
.cid-tcUbE9ommk a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tcUbE9ommk a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tcUbE9ommk a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tcUbE9ommk ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tcUbE9ommk .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tcUbE9ommk .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tcUbE9ommk .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tcUbE9ommk .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tcUbE9ommk .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tdgBrd2RIx {
  display: flex;
  background-image: url("../../../assets/images/img-20220726-wa0017-1600x1200.jpeg");
}
.cid-tdgBrd2RIx .mbr-overlay {
  background-color: #1e19b6;
  opacity: 0.5;
}
.cid-tdgBrd2RIx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tdgBrd2RIx {
    align-items: flex-end;
  }
  .cid-tdgBrd2RIx .row {
    justify-content: flex-start;
  }
  .cid-tdgBrd2RIx .content-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tdgBrd2RIx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tdgBrd2RIx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tdgBrd2RIx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tdgBrd2RIx .content-wrap {
    width: 100%;
  }
}
.cid-tdgBreb98M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdgBreb98M .btn {
  box-shadow: none;
}
.cid-tdgBreb98M .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-tdgBreb98M .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-tdgBreb98M .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tdgBreb98M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdgBreb98M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdgBrfsIim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdgBrfsIim .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tdgBrfsIim .display-1 {
    font-size: 16rem;
  }
}
.cid-tdgBrfsIim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdgBrfsIim .mbr-section-title {
  text-align: center;
}
.cid-tdgBrfsIim .mbr-text,
.cid-tdgBrfsIim .mbr-section-btn {
  text-align: center;
}
.cid-tdgBrfsIim .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tdgBrfsIim .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tdgBrfsIim .mbr-section-title,
.cid-tdgBrfsIim .dot {
  color: #2122c5;
  text-align: center;
}
.cid-tdgBrfsIim .mbr-section-subtitle {
  text-align: center;
}
.cid-tdgBrgL48C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdgBrgL48C .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdgBrgL48C .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tdgBrgL48C .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tdgBrgL48C .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tdgBrgL48C .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tdgBrgL48C .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tdgBrgL48C .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tdgBri3xaS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdgBri3xaS .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdgBri3xaS .item {
  width: 33.33333%;
  padding: 30px;
  aspect-ratio: 1;
}
.cid-tdgBri3xaS .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tdgBri3xaS .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-tdgBri3xaS .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tdgBri3xaS .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tdgBri3xaS .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tdgBrjhFCq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdgBrjhFCq .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tdgBrjhFCq .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tdgBrjhFCq .mbr-section-btn {
  margin-top: 30px;
}
.cid-tdgBrjhFCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdgBrjhFCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdgBrkFhO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tdgBrkFhO3 .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tdgBrkFhO3 .container {
  max-width: 1300px;
}
.cid-tdgBrm0Bff {
  z-index: 1000;
  width: 100%;
}
.cid-tdgBrm0Bff nav.navbar {
  position: fixed;
}
.cid-tdgBrm0Bff .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-tdgBrm0Bff .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tdgBrm0Bff .dropdown-item:hover,
.cid-tdgBrm0Bff .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tdgBrm0Bff .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tdgBrm0Bff .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdgBrm0Bff .nav-link {
  position: relative;
  padding: 0;
}
.cid-tdgBrm0Bff .container {
  display: flex;
  margin: auto;
}
.cid-tdgBrm0Bff .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdgBrm0Bff .dropdown-menu,
.cid-tdgBrm0Bff .navbar.opened {
  background: #4c4c4c !important;
}
.cid-tdgBrm0Bff .nav-item:focus,
.cid-tdgBrm0Bff .nav-link:focus {
  outline: none;
}
.cid-tdgBrm0Bff .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdgBrm0Bff .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdgBrm0Bff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdgBrm0Bff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdgBrm0Bff .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdgBrm0Bff .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdgBrm0Bff .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(76, 76, 76, 0.2);
}
.cid-tdgBrm0Bff .navbar.opened {
  transition: all 0.3s;
}
.cid-tdgBrm0Bff .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdgBrm0Bff .navbar .navbar-logo img {
  width: auto;
}
.cid-tdgBrm0Bff .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdgBrm0Bff .navbar.collapsed {
  justify-content: center;
}
.cid-tdgBrm0Bff .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdgBrm0Bff .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdgBrm0Bff .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tdgBrm0Bff .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdgBrm0Bff .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdgBrm0Bff .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-tdgBrm0Bff .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdgBrm0Bff .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdgBrm0Bff .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdgBrm0Bff .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdgBrm0Bff .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdgBrm0Bff .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdgBrm0Bff .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdgBrm0Bff .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-tdgBrm0Bff .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdgBrm0Bff .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdgBrm0Bff .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdgBrm0Bff .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdgBrm0Bff .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdgBrm0Bff .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdgBrm0Bff .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdgBrm0Bff .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdgBrm0Bff .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdgBrm0Bff .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-tdgBrm0Bff .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdgBrm0Bff .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdgBrm0Bff .dropdown-item.active,
.cid-tdgBrm0Bff .dropdown-item:active {
  background-color: transparent;
}
.cid-tdgBrm0Bff .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdgBrm0Bff .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdgBrm0Bff .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdgBrm0Bff .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c4c4c;
}
.cid-tdgBrm0Bff .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdgBrm0Bff .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdgBrm0Bff ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdgBrm0Bff .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdgBrm0Bff button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tdgBrm0Bff button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdgBrm0Bff button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdgBrm0Bff button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdgBrm0Bff button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdgBrm0Bff button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdgBrm0Bff nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdgBrm0Bff nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdgBrm0Bff nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdgBrm0Bff nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdgBrm0Bff .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tdgBrm0Bff a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdgBrm0Bff .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdgBrm0Bff .navbar {
    height: 70px;
  }
  .cid-tdgBrm0Bff .navbar.opened {
    height: auto;
  }
  .cid-tdgBrm0Bff .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdgBrm0Bff .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tdgBrm0Bff .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tdgBrm0Bff a {
  display: inline;
  font-weight: bold;
}
.cid-tdgBrm0Bff img {
  display: inline;
  padding-right: 10px;
}
.cid-tdgBrm0Bff .dropdown-toggle:after {
  display: none;
}
.cid-tdgBrm0Bff .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tdgBrm0Bff .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tdgBrm0Bff .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tdgBrm0Bff .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tdgBrm0Bff .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tdgBrm0Bff .btn {
  border-radius: 50px;
}
.cid-tdgBrm0Bff ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tdgBrm0Bff .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tdgBrm0Bff .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tdgBrm0Bff .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tdgBrm0Bff ul li {
  height: 100px;
  display: flex;
}
.cid-tdgBrm0Bff a.text-white:hover {
  color: #ffffff !important;
}
.cid-tdgBrm0Bff a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tdgBrm0Bff a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tdgBrm0Bff a.text-success:hover {
  color: #49923a !important;
}
.cid-tdgBrm0Bff a.text-info:hover {
  color: #fab901 !important;
}
.cid-tdgBrm0Bff a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tdgBrm0Bff a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tdgBrm0Bff a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tdgBrm0Bff ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tdgBrm0Bff .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tdgBrm0Bff .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tdgBrm0Bff .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tdgBrm0Bff .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tdgBrm0Bff .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
