body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* 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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tL1pEqKs9a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL1pEqKs9a .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tL1pEqKs9a nav.navbar {
  position: fixed;
}
.cid-tL1pEqKs9a .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tL1pEqKs9a .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tL1pEqKs9a .nav-item {
    height: auto;
  }
}
.cid-tL1pEqKs9a .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL1pEqKs9a .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-tL1pEqKs9a .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL1pEqKs9a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL1pEqKs9a .dropdown-item:hover,
.cid-tL1pEqKs9a .dropdown-item:focus {
  background: white !important;
}
.cid-tL1pEqKs9a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL1pEqKs9a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL1pEqKs9a .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tL1pEqKs9a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL1pEqKs9a .nav-link {
  position: relative;
}
.cid-tL1pEqKs9a .container {
  display: flex;
  margin: auto;
}
.cid-tL1pEqKs9a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tL1pEqKs9a .dropdown-menu,
.cid-tL1pEqKs9a .navbar.opened {
  background: #efefef !important;
}
.cid-tL1pEqKs9a .nav-item:focus,
.cid-tL1pEqKs9a .nav-link:focus {
  outline: none;
}
.cid-tL1pEqKs9a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL1pEqKs9a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL1pEqKs9a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tL1pEqKs9a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL1pEqKs9a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL1pEqKs9a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL1pEqKs9a .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tL1pEqKs9a .navbar.opened {
  transition: all 0.3s;
}
.cid-tL1pEqKs9a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL1pEqKs9a .navbar .navbar-logo img {
  width: auto;
}
.cid-tL1pEqKs9a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL1pEqKs9a .navbar.collapsed {
  justify-content: center;
}
.cid-tL1pEqKs9a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL1pEqKs9a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL1pEqKs9a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tL1pEqKs9a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL1pEqKs9a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL1pEqKs9a .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-tL1pEqKs9a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL1pEqKs9a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL1pEqKs9a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL1pEqKs9a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL1pEqKs9a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL1pEqKs9a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL1pEqKs9a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL1pEqKs9a .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-tL1pEqKs9a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL1pEqKs9a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL1pEqKs9a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL1pEqKs9a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL1pEqKs9a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL1pEqKs9a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tL1pEqKs9a .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL1pEqKs9a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL1pEqKs9a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL1pEqKs9a .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-tL1pEqKs9a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL1pEqKs9a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL1pEqKs9a .dropdown-item.active,
.cid-tL1pEqKs9a .dropdown-item:active {
  background-color: transparent;
}
.cid-tL1pEqKs9a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL1pEqKs9a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL1pEqKs9a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL1pEqKs9a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tL1pEqKs9a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL1pEqKs9a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL1pEqKs9a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL1pEqKs9a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL1pEqKs9a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL1pEqKs9a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tL1pEqKs9a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL1pEqKs9a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL1pEqKs9a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL1pEqKs9a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL1pEqKs9a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL1pEqKs9a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL1pEqKs9a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL1pEqKs9a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL1pEqKs9a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL1pEqKs9a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL1pEqKs9a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL1pEqKs9a .navbar {
    height: 70px;
  }
  .cid-tL1pEqKs9a .navbar.opened {
    height: auto;
  }
  .cid-tL1pEqKs9a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLqEF3OPh2 {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tLqEF3OPh2 .carousel {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tLqEF3OPh2 .carousel {
    height: 60vh;
  }
}
.cid-tLqEF3OPh2 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLqEF3OPh2 .carousel-item,
.cid-tLqEF3OPh2 .carousel-inner {
  height: 100%;
}
.cid-tLqEF3OPh2 .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4479d9;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tLqEF3OPh2 .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tLqEF3OPh2 .content_wrap {
    padding: 60px 12px;
  }
}
.cid-tLqEF3OPh2 .carousel-item,
.cid-tLqEF3OPh2 .carousel-inner {
  height: 100%;
}
.cid-tLqEF3OPh2 .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-tLqEF3OPh2 .mbr-section-btn {
  margin-top: 42px;
}
.cid-tLqEF3OPh2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tLqEF3OPh2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tLqEF3OPh2 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tLqEF3OPh2 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tLqEF3OPh2 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLqEF3OPh2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tLqEF3OPh2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tLqEF3OPh2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tLqEF3OPh2 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #4479d9;
  border: 1px solid #4479d9;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tLqEF3OPh2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-tLqEF3OPh2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-tLqEF3OPh2 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tLqEF3OPh2 .carousel-control {
    display: none !important;
  }
}
.cid-tLqEF3OPh2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tLqEF3OPh2 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #4479d9;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tLqEF3OPh2 .carousel-indicators li.active,
.cid-tLqEF3OPh2 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tLqEF3OPh2 .carousel-indicators li::after,
.cid-tLqEF3OPh2 .carousel-indicators li::before {
  content: none;
}
.cid-tLqEF3OPh2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLqEF3OPh2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLqEF3OPh2 .height_100 {
    height: 100%;
  }
}
.cid-tLqEF3OPh2 .mbr-section-text,
.cid-tLqEF3OPh2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tL74mGrRer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tL74mGrRer .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL74mGrRer .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-tL74mGrRer .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tL74mGrRer .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-tL74mGrRer .right-side {
  max-width: 554px;
}
.cid-tL74mGrRer .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-tL74mGrRer .margin {
  margin-right: 14px;
}
.cid-tL74mGrRer .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tL74mGrRer .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tL74mGrRer .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tL74mGrRer .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tL74mGrRer .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tL74mGrRer .socicon-bg-mail {
  background-color: #134785;
}
.cid-tL74mGrRer .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-tL74mGrRer .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-tL74mGrRer .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tL74mGrRer .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-tL74mGrRer .btn-social:hover {
  color: #fff;
}
.cid-tL74mGrRer .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tL74mGrRer img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tL74mGrRer .mbr-social-likes {
  max-width: 454px;
}
.cid-tL74mGrRer .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-tL74mGrRer .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-tL74mGrRer .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-tL74mGrRer .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-tL74mGrRer .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-tL74mGrRer .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-tL74mGrRer .shadow {
    margin: auto;
  }
  .cid-tL74mGrRer .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-tL74mGrRer .btn {
  margin-top: 20px;
}
.cid-tL74mGrRer a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tL74mGrRer .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-tL74mGrRer .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-tL74mGrRer .card-text,
.cid-tL74mGrRer .mbr-social-likes {
  color: #000000;
}
.cid-tL74mGrRer .mbr-text,
.cid-tL74mGrRer .button-align {
  color: #000000;
}
.cid-tL7414gzh3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-07-25-at-12.28.58.jpg");
}
.cid-tL7414gzh3 .row {
  justify-content: space-between;
}
.cid-tL7414gzh3 .icon-wrapper {
  width: 100%;
  text-align: right;
}
.cid-tL7414gzh3 .mbr-iconfont {
  color: #47b5ed;
  font-size: 3rem;
}
.cid-tL7414gzh3 .text-wrapper {
  min-width: 50%;
}
.cid-tL7414gzh3 .image-wrapper {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tL7414gzh3 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tL7414gzh3 .d-flex {
  border-top: 2px solid currentColor;
  padding-top: 4rem;
  align-items: center;
}
.cid-tL7414gzh3 .mbr-section-title {
  color: #fa4529;
}
.cid-tL7414gzh3 .position {
  color: #666666;
}
.cid-tL7414gzh3 .name,
.cid-tL7414gzh3 .d-flex {
  color: #000000;
}
.cid-tLihSuHr64 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-tLihSuHr64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLihSuHr64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLihSuHr64 .container {
  max-width: 1600px;
}
.cid-tLihSuHr64 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tLihSuHr64 .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLihSuHr64 .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-tLihSuHr64 .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tLihSuHr64 .col-title {
    margin-bottom: 50px;
  }
}
.cid-tLihSuHr64 .mbr-section-title {
  color: #000000;
}
.cid-tLihSuHr64 .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tLihSuHr64 .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-tLihSuHr64 .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tLihSuHr64 .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-tLihSuHr64 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tLihSuHr64 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tLihSuHr64 .panel-title-edit {
  color: #000000;
  transition: all ease-in-out 0.3s;
}
.cid-tLihSuHr64 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-tLihSuHr64 .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-tLihSuHr64 .panel-title:hover .panel-title-edit {
  color: #6592e6;
}
.cid-tLihSuHr64 .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLihSuHr64 .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-tLihSuHr64 .panel-text {
  color: #000000;
  margin-bottom: 0 !important;
}
.cid-tLihSuHr64 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLihSuHr64 .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-tLihSuHr64 .col-text {
    margin-top: 40px;
  }
}
.cid-tLihSuHr64 .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-tLihSuHr64 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tLihSuHr64 .mbr-text {
    margin-top: 16px;
  }
}
.cid-tLihSuHr64 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-tLihSuHr64 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-tLihSuHr64 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tLihSuHr64 .btn-container .btn {
    width: 100%;
  }
}
.cid-tL74xYVOyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inshot-20230715.jpg");
}
@media (max-width: 991px) {
  .cid-tL74xYVOyi .mbr-section-title,
  .cid-tL74xYVOyi .mbr-section-subtitle,
  .cid-tL74xYVOyi .mbr-section-btn,
  .cid-tL74xYVOyi .mbr-text {
    text-align: center;
  }
}
.cid-tL74xYVOyi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tL74xYVOyi .mbr-text,
.cid-tL74xYVOyi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tL74xYVOyi .card-wrapper {
  background: #4479d9;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tL74xYVOyi .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tL74xYVOyi .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tL74xYVOyi .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tL74xYVOyi .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tL74A7Ch62 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL74A7Ch62 .mbr-overlay {
  padding: 0;
  background: #4479d9;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
@media (max-width: 992px) {
  .cid-tL74A7Ch62 .mbr-overlay {
    background-color: #ffffff;
  }
}
.cid-tL74A7Ch62 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tL74A7Ch62 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tL74A7Ch62 .mbr-section-subtitle {
  color: #a5bdce;
}
.cid-tL6IlSL5nd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL6IlSL5nd .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tL6IlSL5nd .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tL6IlSL5nd .content__block {
  margin-top: 20px;
}
.cid-tL6IlSL5nd .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-tL6IlSL5nd .card__products {
    margin: 55px 0 0;
  }
  .cid-tL6IlSL5nd .card__products:first-child {
    margin-top: 0;
  }
}
.cid-tL6IlSL5nd .title {
  padding-left: 20px;
}
.cid-tL6IlSL5nd .card__title {
  color: #4479d9;
  margin-bottom: 4px;
  letter-spacing: 2px;
}
.cid-tL6IlSL5nd .card__name {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-tL6IlSL5nd .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-tL6IlSL5nd .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-tL6IlSL5nd .image:hover {
  opacity: .8;
}
.cid-tL6IlSL5nd .btn {
  margin-bottom: 10px;
}
.cid-tL6IlSL5nd .card__bottom {
  padding: 0 20px;
}
.cid-tL6IlSL5nd .card__price {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tL6IlSL5nd .card__buy {
  font-weight: 500;
  transition: .25s ease;
  margin-bottom: 0;
}
.cid-tL6IlSL5nd .card__buy:hover {
  color: #47b5ed;
}
.cid-tL6IlSL5nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6IlSL5nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi2bfAM6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tLi2bfAM6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi2bfAM6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi2bfAM6M .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tLi2bfAM6M .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tLi2bfAM6M .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tLi2bfAM6M .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list li:hover {
  color: #6592e6 !important;
}
.cid-tLi2bfAM6M .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list a:hover {
  color: #6592e6 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tLi2bfAM6M .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tLi2bfAM6M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLi2bfAM6M .soc-item {
    padding: 10px;
  }
}
.cid-tLi2bfAM6M .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tLi2bfAM6M .soc-item:hover .mbr-iconfont {
  color: #6592e6 !important;
}
.cid-tLi2bfAM6M .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tLi2bfAM6M .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tLi2bfAM6M .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tLi2bfAM6M .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tL7fiWcppF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL7fiWcppF .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tL7fiWcppF nav.navbar {
  position: fixed;
}
.cid-tL7fiWcppF .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tL7fiWcppF .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tL7fiWcppF .nav-item {
    height: auto;
  }
}
.cid-tL7fiWcppF .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL7fiWcppF .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-tL7fiWcppF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL7fiWcppF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL7fiWcppF .dropdown-item:hover,
.cid-tL7fiWcppF .dropdown-item:focus {
  background: white !important;
}
.cid-tL7fiWcppF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL7fiWcppF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL7fiWcppF .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tL7fiWcppF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL7fiWcppF .nav-link {
  position: relative;
}
.cid-tL7fiWcppF .container {
  display: flex;
  margin: auto;
}
.cid-tL7fiWcppF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tL7fiWcppF .dropdown-menu,
.cid-tL7fiWcppF .navbar.opened {
  background: #efefef !important;
}
.cid-tL7fiWcppF .nav-item:focus,
.cid-tL7fiWcppF .nav-link:focus {
  outline: none;
}
.cid-tL7fiWcppF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL7fiWcppF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL7fiWcppF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tL7fiWcppF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL7fiWcppF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL7fiWcppF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL7fiWcppF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tL7fiWcppF .navbar.opened {
  transition: all 0.3s;
}
.cid-tL7fiWcppF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL7fiWcppF .navbar .navbar-logo img {
  width: auto;
}
.cid-tL7fiWcppF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL7fiWcppF .navbar.collapsed {
  justify-content: center;
}
.cid-tL7fiWcppF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL7fiWcppF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL7fiWcppF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tL7fiWcppF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL7fiWcppF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL7fiWcppF .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-tL7fiWcppF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL7fiWcppF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL7fiWcppF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL7fiWcppF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL7fiWcppF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL7fiWcppF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL7fiWcppF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL7fiWcppF .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-tL7fiWcppF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL7fiWcppF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL7fiWcppF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL7fiWcppF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL7fiWcppF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL7fiWcppF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tL7fiWcppF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL7fiWcppF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL7fiWcppF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL7fiWcppF .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-tL7fiWcppF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL7fiWcppF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL7fiWcppF .dropdown-item.active,
.cid-tL7fiWcppF .dropdown-item:active {
  background-color: transparent;
}
.cid-tL7fiWcppF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL7fiWcppF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL7fiWcppF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL7fiWcppF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tL7fiWcppF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL7fiWcppF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL7fiWcppF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL7fiWcppF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL7fiWcppF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL7fiWcppF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tL7fiWcppF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL7fiWcppF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL7fiWcppF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL7fiWcppF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL7fiWcppF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL7fiWcppF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL7fiWcppF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL7fiWcppF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL7fiWcppF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL7fiWcppF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL7fiWcppF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL7fiWcppF .navbar {
    height: 70px;
  }
  .cid-tL7fiWcppF .navbar.opened {
    height: auto;
  }
  .cid-tL7fiWcppF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLhB17JJ0c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLhB17JJ0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhB17JJ0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL7fj7SnR6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL7fj7SnR6 .item-wrapper {
  width: 100%;
}
.cid-tL7fj7SnR6 .card {
  display: initial;
}
.cid-tL7fj7SnR6 .card-box {
  width: 390px;
  height: 390px;
  z-index: 3;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: red;
  border-radius: 50%;
}
.cid-tL7fj7SnR6 .card-box:focus-within {
  opacity: 1;
}
.cid-tL7fj7SnR6 .row-center {
  height: 100%;
}
.cid-tL7fj7SnR6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 390px;
  border-radius: 50%;
}
.cid-tL7fj7SnR6 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tL7fj7SnR6 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  cursor: pointer;
  height: 390px;
  width: 390px;
  transition: all 1s;
}
.cid-tL7fj7SnR6 .card-wrapper:hover .card-box,
.cid-tL7fj7SnR6 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tL7fj7SnR6 .card-wrapper:hover:before,
.cid-tL7fj7SnR6 .card-wrapper:focus-within:before {
  opacity: 1;
}
.cid-tL7fj7SnR6 .card-title {
  color: #fafafa;
  padding: 20px 30px;
  transition: all .3s;
}
.cid-tL7fj7SnR6 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tL7fj7SnR6 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tL7fj7SnR6 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tL7fj7SnR6 .card1 {
  background-image: url("../../../assets/images/daudi-nzunda-1.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-tL7fj7SnR6 .card2 {
  background-image: url("../../../assets/images/neema-walter.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-tL7fj7SnR6 .card3 {
  background-image: url("../../../assets/images/leatus-buberwa-1.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-tL7fj7SnR6 .card4 {
  background-image: url("../../../assets/images/anastazia-sumail.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tL7fj7SnR6 .card5 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tL7fj7SnR6 .card6 {
  background-image: url("../../../assets/images/team6.png");
  background-size: cover;
  background-position: center;
}
.cid-tL7fj7SnR6 .card11 {
  background-color: #3D626C;
}
.cid-tL7fj7SnR6 .card12 {
  background-color: #511730;
}
.cid-tL7fj7SnR6 .card13 {
  background-color: #8E443D;
}
.cid-tL7fj7SnR6 .card14 {
  background-color: #E5BE8A;
}
.cid-tL7fj7SnR6 .card15 {
  background-color: #b18161;
}
.cid-tL7fj7SnR6 .card16 {
  background-color: #012B3A;
}
.cid-tL7fj7SnR6 .title {
  padding-top: 40px;
  letter-spacing: 5.4px;
  text-align: center;
  color: #4479d9;
  text-transform: uppercase;
}
.cid-tL7fj7SnR6 .subtitle {
  padding-top: 10px;
  text-align: center;
  color: #012b3a;
  text-transform: uppercase;
}
.cid-tL7fj7SnR6 .card:nth-child(1) {
  margin-bottom: 50px;
}
.cid-tL7fj7SnR6 .card:nth-child(2) {
  margin-bottom: 50px;
}
.cid-tL7fj7SnR6 .card:nth-child(3) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-tL7fj7SnR6 .card:nth-child(4) {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .cid-tL7fj7SnR6 .card:nth-child(5) {
    margin-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .cid-tL7fj7SnR6 .card-box {
    width: 350px;
    height: 350px;
  }
  .cid-tL7fj7SnR6 .card-wrapper {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-tL7fj7SnR6 .card-box {
    width: 300px;
    height: 300px;
  }
  .cid-tL7fj7SnR6 .card-wrapper {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 700px) {
  .cid-tL7fj7SnR6 .card-box {
    width: 270px;
    height: 270px;
  }
  .cid-tL7fj7SnR6 .card-wrapper {
    width: 270px;
    height: 270px;
  }
}
.cid-tLi2bfAM6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tLi2bfAM6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi2bfAM6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi2bfAM6M .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tLi2bfAM6M .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tLi2bfAM6M .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tLi2bfAM6M .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list li:hover {
  color: #6592e6 !important;
}
.cid-tLi2bfAM6M .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list a:hover {
  color: #6592e6 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tLi2bfAM6M .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tLi2bfAM6M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLi2bfAM6M .soc-item {
    padding: 10px;
  }
}
.cid-tLi2bfAM6M .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tLi2bfAM6M .soc-item:hover .mbr-iconfont {
  color: #6592e6 !important;
}
.cid-tLi2bfAM6M .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tLi2bfAM6M .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tLi2bfAM6M .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tLi2bfAM6M .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tL7Pvyz2Ny {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL7Pvyz2Ny .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tL7Pvyz2Ny nav.navbar {
  position: fixed;
}
.cid-tL7Pvyz2Ny .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tL7Pvyz2Ny .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tL7Pvyz2Ny .nav-item {
    height: auto;
  }
}
.cid-tL7Pvyz2Ny .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL7Pvyz2Ny .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-tL7Pvyz2Ny .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL7Pvyz2Ny .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL7Pvyz2Ny .dropdown-item:hover,
.cid-tL7Pvyz2Ny .dropdown-item:focus {
  background: white !important;
}
.cid-tL7Pvyz2Ny .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL7Pvyz2Ny .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL7Pvyz2Ny .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tL7Pvyz2Ny .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL7Pvyz2Ny .nav-link {
  position: relative;
}
.cid-tL7Pvyz2Ny .container {
  display: flex;
  margin: auto;
}
.cid-tL7Pvyz2Ny .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tL7Pvyz2Ny .dropdown-menu,
.cid-tL7Pvyz2Ny .navbar.opened {
  background: #efefef !important;
}
.cid-tL7Pvyz2Ny .nav-item:focus,
.cid-tL7Pvyz2Ny .nav-link:focus {
  outline: none;
}
.cid-tL7Pvyz2Ny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL7Pvyz2Ny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL7Pvyz2Ny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tL7Pvyz2Ny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL7Pvyz2Ny .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL7Pvyz2Ny .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL7Pvyz2Ny .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tL7Pvyz2Ny .navbar.opened {
  transition: all 0.3s;
}
.cid-tL7Pvyz2Ny .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL7Pvyz2Ny .navbar .navbar-logo img {
  width: auto;
}
.cid-tL7Pvyz2Ny .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL7Pvyz2Ny .navbar.collapsed {
  justify-content: center;
}
.cid-tL7Pvyz2Ny .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL7Pvyz2Ny .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL7Pvyz2Ny .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tL7Pvyz2Ny .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL7Pvyz2Ny .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL7Pvyz2Ny .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-tL7Pvyz2Ny .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL7Pvyz2Ny .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL7Pvyz2Ny .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL7Pvyz2Ny .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL7Pvyz2Ny .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL7Pvyz2Ny .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL7Pvyz2Ny .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL7Pvyz2Ny .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-tL7Pvyz2Ny .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL7Pvyz2Ny .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL7Pvyz2Ny .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL7Pvyz2Ny .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL7Pvyz2Ny .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL7Pvyz2Ny .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tL7Pvyz2Ny .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL7Pvyz2Ny .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL7Pvyz2Ny .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL7Pvyz2Ny .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-tL7Pvyz2Ny .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL7Pvyz2Ny .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL7Pvyz2Ny .dropdown-item.active,
.cid-tL7Pvyz2Ny .dropdown-item:active {
  background-color: transparent;
}
.cid-tL7Pvyz2Ny .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL7Pvyz2Ny .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL7Pvyz2Ny .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL7Pvyz2Ny .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tL7Pvyz2Ny .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL7Pvyz2Ny .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL7Pvyz2Ny ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL7Pvyz2Ny .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL7Pvyz2Ny button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL7Pvyz2Ny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tL7Pvyz2Ny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL7Pvyz2Ny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL7Pvyz2Ny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL7Pvyz2Ny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL7Pvyz2Ny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL7Pvyz2Ny nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL7Pvyz2Ny nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL7Pvyz2Ny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL7Pvyz2Ny .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL7Pvyz2Ny a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL7Pvyz2Ny .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL7Pvyz2Ny .navbar {
    height: 70px;
  }
  .cid-tL7Pvyz2Ny .navbar.opened {
    height: auto;
  }
  .cid-tL7Pvyz2Ny .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL7TmX0FWF {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL7TmX0FWF textarea,
.cid-tL7TmX0FWF textarea:hover,
.cid-tL7TmX0FWF input,
.cid-tL7TmX0FWF input:hover,
.cid-tL7TmX0FWF input:focus,
.cid-tL7TmX0FWF textarea:focus {
  padding: 13px 0;
  border-color: transparent;
  padding-left: 30px;
  box-shadow: none;
}
.cid-tL7TmX0FWF .form-control {
  border-radius: 0 !important;
}
.cid-tL7TmX0FWF .form-check .form-check-input {
  float: initial;
  margin-top: 0;
  padding: 0 !important;
}
.cid-tL7TmX0FWF label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-tL7TmX0FWF input {
  color: #040e17;
  font-family: 'DM Sans';
  background-color: transparent;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-tL7TmX0FWF input::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-tL7TmX0FWF textarea {
  background-color: transparent;
  color: #040e17;
  font-family: 'DM Sans';
  min-height: 66px;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-tL7TmX0FWF textarea::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-tL7TmX0FWF .btn > span {
  margin-left: 0.5rem;
  color: currentColor;
}
.cid-tL7TmX0FWF .btn {
  padding: 12px 35px 12px 35px !important;
}
.cid-tL7TmX0FWF .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #E2E3E9;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}
.cid-tL7TmX0FWF .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #040e17;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cid-tL7TmX0FWF .form-group:hover .line:before,
.cid-tL7TmX0FWF .form-group:focus .line:before {
  width: 100%;
}
.cid-tL7TmX0FWF .form-group {
  position: relative;
  margin-bottom: 30px;
}
.cid-tL7TmX0FWF .form-group:before {
  font-size: 20px;
  color: black;
  display: block;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: initial;
}
.cid-tL7TmX0FWF .mbr-iconfont1 {
  position: absolute;
  top: 14px;
  font-size: 18px;
}
.cid-tL7TmX0FWF .align {
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cid-tL7TmX0FWF .col-auto {
  display: inline-block;
}
.cid-tL7TmX0FWF .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 45px;
  height: 45px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tL7TmX0FWF button span:before {
  color: currentColor !important;
}
.cid-tL7TmX0FWF .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tL7TmX0FWF .mbr-iconfont:before {
  color: currentColor;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.cid-tL7TmX0FWF .social-list {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tL7TmX0FWF .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-tL7TmX0FWF .social-media {
  padding: 0;
  text-align: left;
}
.cid-tL7TmX0FWF .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL7TmX0FWF .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tL7TmX0FWF .mbr-list,
.cid-tL7TmX0FWF .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tL7TmX0FWF .social-list {
    text-align: center !important;
  }
}
.cid-tL7TmX0FWF .title {
  margin-bottom: 28px;
}
.cid-tL7TmX0FWF .text {
  margin-bottom: 20px;
  color: #111213;
}
.cid-tL7TmX0FWF .link1 {
  margin-bottom: 20px;
  position: relative;
}
.cid-tL7TmX0FWF .phone {
  margin-bottom: 42px;
}
.cid-tL7TmX0FWF .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.cid-tL7TmX0FWF .link:hover:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.cid-tL7TmX0FWF .ph {
  font-weight: 600;
}
.cid-tL7TmX0FWF .link {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-tL7TmX0FWF .col-md-8 {
    margin-top: 20px;
  }
}
.cid-tL7TmX0FWF .btn {
  border-radius: 80px !important;
}
.cid-tL7TmX0FWF .title,
.cid-tL7TmX0FWF .social-media,
.cid-tL7TmX0FWF .link1,
.cid-tL7TmX0FWF .phone {
  color: #111213;
}
.cid-tL7TmX0FWF .title,
.cid-tL7TmX0FWF .social-media,
.cid-tL7TmX0FWF .link1,
.cid-tL7TmX0FWF .phone,
.cid-tL7TmX0FWF .text {
  color: #000000;
}
.cid-tLi2bfAM6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tLi2bfAM6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi2bfAM6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi2bfAM6M .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tLi2bfAM6M .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLi2bfAM6M .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tLi2bfAM6M .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tLi2bfAM6M .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list li:hover {
  color: #6592e6 !important;
}
.cid-tLi2bfAM6M .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLi2bfAM6M .list a:hover {
  color: #6592e6 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tLi2bfAM6M .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tLi2bfAM6M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLi2bfAM6M .soc-item {
    padding: 10px;
  }
}
.cid-tLi2bfAM6M .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tLi2bfAM6M .soc-item:hover .mbr-iconfont {
  color: #6592e6 !important;
}
.cid-tLi2bfAM6M .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tLi2bfAM6M .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tLi2bfAM6M .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tLi2bfAM6M .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tLi2bfAM6M .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tLi2bfAM6M .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tLirylAG11 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLirylAG11 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tLirylAG11 nav.navbar {
  position: fixed;
}
.cid-tLirylAG11 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tLirylAG11 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tLirylAG11 .nav-item {
    height: auto;
  }
}
.cid-tLirylAG11 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLirylAG11 .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-tLirylAG11 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLirylAG11 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLirylAG11 .dropdown-item:hover,
.cid-tLirylAG11 .dropdown-item:focus {
  background: white !important;
}
.cid-tLirylAG11 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLirylAG11 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLirylAG11 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tLirylAG11 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLirylAG11 .nav-link {
  position: relative;
}
.cid-tLirylAG11 .container {
  display: flex;
  margin: auto;
}
.cid-tLirylAG11 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tLirylAG11 .dropdown-menu,
.cid-tLirylAG11 .navbar.opened {
  background: #efefef !important;
}
.cid-tLirylAG11 .nav-item:focus,
.cid-tLirylAG11 .nav-link:focus {
  outline: none;
}
.cid-tLirylAG11 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLirylAG11 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLirylAG11 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tLirylAG11 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLirylAG11 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLirylAG11 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLirylAG11 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tLirylAG11 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLirylAG11 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLirylAG11 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLirylAG11 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLirylAG11 .navbar.collapsed {
  justify-content: center;
}
.cid-tLirylAG11 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLirylAG11 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLirylAG11 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLirylAG11 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLirylAG11 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLirylAG11 .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-tLirylAG11 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLirylAG11 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLirylAG11 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLirylAG11 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLirylAG11 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLirylAG11 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLirylAG11 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLirylAG11 .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-tLirylAG11 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLirylAG11 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLirylAG11 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLirylAG11 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLirylAG11 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLirylAG11 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLirylAG11 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLirylAG11 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLirylAG11 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLirylAG11 .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-tLirylAG11 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLirylAG11 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLirylAG11 .dropdown-item.active,
.cid-tLirylAG11 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLirylAG11 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLirylAG11 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLirylAG11 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLirylAG11 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tLirylAG11 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLirylAG11 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLirylAG11 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLirylAG11 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLirylAG11 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLirylAG11 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLirylAG11 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLirylAG11 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLirylAG11 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLirylAG11 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLirylAG11 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLirylAG11 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLirylAG11 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLirylAG11 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLirylAG11 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLirylAG11 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLirylAG11 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLirylAG11 .navbar {
    height: 70px;
  }
  .cid-tLirylAG11 .navbar.opened {
    height: auto;
  }
  .cid-tLirylAG11 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLiu7y8jQ2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLiu7y8jQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiu7y8jQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLqJGrO6qY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tLqJGrO6qY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLqJGrO6qY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLqJGrO6qY .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-tLqJGrO6qY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLqJGrO6qY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLqJGrO6qY .row > .row {
  display: block;
}
.cid-tLqJGrO6qY .mbr-gallery-item {
  width: 100%;
}
.cid-tLqJGrO6qY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #47b5ed;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tLqJGrO6qY .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tLqJGrO6qY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tLqJGrO6qY .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLqJGrO6qY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-tLqJGrO6qY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #47b5ed !important;
  opacity: 0.4;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tLqJGrO6qY .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tLqJGrO6qY .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tLqJGrO6qY {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .cid-tLqJGrO6qY .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-tLvmWS2Rc2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tLvmWS2Rc2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLvmWS2Rc2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLvmWS2Rc2 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-tLvmWS2Rc2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLvmWS2Rc2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLvmWS2Rc2 .row > .row {
  display: block;
}
.cid-tLvmWS2Rc2 .mbr-gallery-item {
  width: 100%;
}
.cid-tLvmWS2Rc2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #47b5ed;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tLvmWS2Rc2 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tLvmWS2Rc2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tLvmWS2Rc2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLvmWS2Rc2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-tLvmWS2Rc2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #47b5ed !important;
  opacity: 0.4;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tLvmWS2Rc2 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tLvmWS2Rc2 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tLvmWS2Rc2 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-tLvmWS2Rc2 .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-tLirymYBiX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tLirymYBiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLirymYBiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLirymYBiX .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLirymYBiX .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tLirymYBiX .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLirymYBiX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLirymYBiX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLirymYBiX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLirymYBiX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLirymYBiX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLirymYBiX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tLirymYBiX .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tLirymYBiX .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tLirymYBiX .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tLirymYBiX .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tLirymYBiX .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tLirymYBiX .list li:hover {
  color: #6592e6 !important;
}
.cid-tLirymYBiX .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLirymYBiX .list a:hover {
  color: #6592e6 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tLirymYBiX .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tLirymYBiX .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tLirymYBiX .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tLirymYBiX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLirymYBiX .soc-item {
    padding: 10px;
  }
}
.cid-tLirymYBiX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tLirymYBiX .soc-item:hover .mbr-iconfont {
  color: #6592e6 !important;
}
.cid-tLirymYBiX .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tLirymYBiX .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tLirymYBiX .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tLirymYBiX .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tLirymYBiX .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tLirymYBiX .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tLirymYBiX .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tLirymYBiX .copyright {
    margin-top: 1.5rem;
  }
}
