.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Kanit', 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: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #6592e6;
  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: #2260d2 !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: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !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: #ff0000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 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-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
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*/
.form-control {
  font-family: 'Kanit', 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: 'Kanit', 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 */
.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: #000000 !important;
  background: #ff6666 !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-tkveY8vfSg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkveY8vfSg nav.navbar {
  position: fixed;
}
.cid-tkveY8vfSg .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-tkveY8vfSg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkveY8vfSg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkveY8vfSg .dropdown-item:hover,
.cid-tkveY8vfSg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tkveY8vfSg .dropdown-item:hover span {
  color: white;
}
.cid-tkveY8vfSg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkveY8vfSg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkveY8vfSg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkveY8vfSg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkveY8vfSg .nav-link {
  position: relative;
}
.cid-tkveY8vfSg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkveY8vfSg .container {
    flex-wrap: nowrap;
  }
}
.cid-tkveY8vfSg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkveY8vfSg .dropdown-menu,
.cid-tkveY8vfSg .navbar.opened {
  background: #ffffff !important;
}
.cid-tkveY8vfSg .nav-item:focus,
.cid-tkveY8vfSg .nav-link:focus {
  outline: none;
}
.cid-tkveY8vfSg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkveY8vfSg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkveY8vfSg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkveY8vfSg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkveY8vfSg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkveY8vfSg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkveY8vfSg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkveY8vfSg .navbar.opened {
  transition: all 0.3s;
}
.cid-tkveY8vfSg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkveY8vfSg .navbar .navbar-logo img {
  width: auto;
}
.cid-tkveY8vfSg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkveY8vfSg .navbar.collapsed {
  justify-content: center;
}
.cid-tkveY8vfSg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkveY8vfSg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkveY8vfSg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkveY8vfSg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkveY8vfSg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkveY8vfSg .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-tkveY8vfSg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkveY8vfSg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkveY8vfSg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkveY8vfSg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkveY8vfSg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkveY8vfSg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkveY8vfSg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkveY8vfSg .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-tkveY8vfSg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkveY8vfSg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkveY8vfSg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkveY8vfSg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkveY8vfSg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkveY8vfSg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkveY8vfSg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkveY8vfSg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkveY8vfSg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkveY8vfSg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkveY8vfSg .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-tkveY8vfSg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkveY8vfSg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkveY8vfSg .dropdown-item.active,
.cid-tkveY8vfSg .dropdown-item:active {
  background-color: transparent;
}
.cid-tkveY8vfSg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkveY8vfSg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkveY8vfSg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkveY8vfSg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkveY8vfSg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkveY8vfSg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkveY8vfSg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkveY8vfSg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkveY8vfSg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkveY8vfSg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkveY8vfSg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkveY8vfSg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkveY8vfSg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkveY8vfSg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkveY8vfSg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkveY8vfSg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkveY8vfSg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkveY8vfSg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkveY8vfSg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkveY8vfSg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkveY8vfSg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkveY8vfSg .navbar {
    height: 70px;
  }
  .cid-tkveY8vfSg .navbar.opened {
    height: auto;
  }
  .cid-tkveY8vfSg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkveYIqmue {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tkveYIqmue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkveYIqmue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkveYQMtZU {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tkveYQMtZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkveYQMtZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqstKg27 {
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-twPqstKg27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqstKg27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqvyeTm1 {
  display: flex;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-twPqvyeTm1 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-twPqvyeTm1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-twPqvyeTm1 {
    align-items: flex-end;
  }
  .cid-twPqvyeTm1 .row {
    justify-content: flex-start;
  }
  .cid-twPqvyeTm1 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twPqvyeTm1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-twPqvyeTm1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twPqvyeTm1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-twPqvyeTm1 .content-wrap {
    width: 100%;
  }
}
.cid-twPqqrrbAJ {
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-twPqqrrbAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqqrrbAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf1pZ3Ip {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tkvf1pZ3Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf1pZ3Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqxnFZOm {
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-twPqxnFZOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqxnFZOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqzVflsa {
  background-color: #4479d9;
}
.cid-twPqzVflsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqzVflsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqCkqdwV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twPqCkqdwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqCkqdwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqCkqdwV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twPqCkqdwV .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tkvf4nrzOo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-tkvf4nrzOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf4nrzOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf4nrzOo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkvf4nrzOo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-twPqGscwbP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-twPqGscwbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqGscwbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqGscwbP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twPqGscwbP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twPqGscwbP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twPqIR2woe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-twPqIR2woe .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqIR2woe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPqIR2woe .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-twPqIR2woe .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-twPqIR2woe .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twPqIR2woe .card-wrapper {
    padding: 4rem;
  }
}
.cid-tkvf5VGLwk {
  background-color: #bed3f9;
}
.cid-tkvf5VGLwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf5VGLwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf5VGLwk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tkvf5VGLwk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvf5VGLwk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tkvf5VGLwk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tkvf5VGLwk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvf68UEar {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvf68UEar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf68UEar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tkvf68UEar .row {
    flex-direction: column-reverse;
  }
  .cid-tkvf68UEar .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tkvf68UEar .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tkvf68UEar .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tkvf68UEar .media-content,
.cid-tkvf68UEar .mbr-figure {
  align-self: center;
}
.cid-tkvf68UEar .mbr-figure iframe {
  width: 100%;
}
.cid-tkvf6sXeU8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tkvf6sXeU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf6sXeU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf6sXeU8 .mbr-section-title,
.cid-tkvf6sXeU8 .mbr-text,
.cid-tkvf6sXeU8 .mbr-section-btn {
  text-align: center;
}
.cid-tkvf6sXeU8 .video-wrapper {
  margin: auto;
}
.cid-tkvf6sXeU8 .video-wrapper iframe {
  width: 100%;
}
.cid-tkvf7i43tY {
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-tkvf7i43tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf7i43tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf7i43tY .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tkvf7i43tY .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tkvf7i43tY .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tkvf7i43tY .mbr-text {
  color: #ffffff;
}
.cid-tkvf7i43tY .card {
  padding-bottom: 1.5rem;
}
.cid-tkvf7i43tY .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tkvf7i43tY .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tkvf7i43tY .card-wrapper .card-title {
  color: #ffffff;
}
.cid-tkvf8xupGq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tkvf8xupGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf8xupGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tkvf8xupGq .container {
    max-width: 1400px;
  }
}
.cid-tkvf8xupGq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkvf8xupGq .card-wrapper {
  margin-top: 3rem;
}
.cid-tkvf8xupGq .row {
  justify-content: center;
}
.cid-tkvf8GG33t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tkvf8GG33t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf8GG33t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf8GG33t .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkvf8GG33t .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tkvf8PGxWa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvf8PGxWa img,
.cid-tkvf8PGxWa .item-img {
  width: 100%;
}
.cid-tkvf8PGxWa .item:focus,
.cid-tkvf8PGxWa span:focus {
  outline: none;
}
.cid-tkvf8PGxWa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvf8PGxWa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvf8PGxWa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvf8PGxWa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvf8PGxWa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvf8PGxWa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvf8PGxWa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvf8PGxWa .mbr-section-title {
  color: #232323;
}
.cid-tkvf8PGxWa .mbr-text,
.cid-tkvf8PGxWa .mbr-section-btn {
  text-align: left;
}
.cid-tkvf8PGxWa .item-title {
  text-align: left;
}
.cid-tkvf8PGxWa .item-subtitle {
  text-align: left;
}
.cid-tkvf90LjYF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tkvf90LjYF .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tkvf90LjYF img,
.cid-tkvf90LjYF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkvf90LjYF .item:focus,
.cid-tkvf90LjYF span:focus {
  outline: none;
}
.cid-tkvf90LjYF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvf90LjYF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvf90LjYF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvf90LjYF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvf90LjYF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvf90LjYF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvf90LjYF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvf90LjYF .mbr-section-title {
  color: #232323;
}
.cid-tkvf90LjYF .mbr-text,
.cid-tkvf90LjYF .mbr-section-btn {
  text-align: left;
}
.cid-tkvf90LjYF .item-title {
  text-align: left;
}
.cid-tkvf90LjYF .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tkvf9cVa1i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvf9cVa1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf9cVa1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf9cVa1i .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tkvf9cVa1i .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvf9cVa1i .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tkvf9cVa1i .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tkvf9cVa1i .row .row {
    flex-direction: column-reverse;
  }
  .cid-tkvf9cVa1i .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvf9cVa1i .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvf9cVa1i .card-subtitle {
  color: #0095ff;
}
.cid-tkvf9cVa1i .mbr-text {
  color: #555555;
}
.cid-tkvf9lw3RP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvf9lw3RP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf9lw3RP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf9lw3RP .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tkvf9lw3RP .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tkvf9lw3RP .img1 {
  background: #ffe161;
}
.cid-tkvf9lw3RP .img2 {
  background: #6592e6;
}
.cid-tkvf9lw3RP .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tkvf9lw3RP .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tkvf9lw3RP .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tkvf9lw3RP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvf9lw3RP .card-wrapper {
    flex-direction: column;
  }
  .cid-tkvf9lw3RP .card-box {
    padding: 1rem;
  }
  .cid-tkvf9lw3RP .card-box,
  .cid-tkvf9lw3RP .img-wrapper {
    width: 100%;
  }
  .cid-tkvf9lw3RP .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tkvf9lw3RP .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tkvf9lw3RP .card-subtitle {
  color: #0077ff;
}
.cid-tkvf9lw3RP .mbr-text,
.cid-tkvf9lw3RP .link-wrap {
  color: #555555;
}
.cid-tkvf9swouS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvf9swouS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf9swouS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf9swouS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tkvf9swouS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tkvf9swouS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvf9swouS .link-wrap {
    align-items: center;
  }
}
.cid-tkvf9swouS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvf9AOl7l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvf9AOl7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf9AOl7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf9AOl7l .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tkvf9AOl7l .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tkvf9AOl7l .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tkvf9AOl7l .card {
    margin-bottom: 2rem;
  }
  .cid-tkvf9AOl7l .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvf9YTgaa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tkvf9YTgaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvf9YTgaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvf9YTgaa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tkvf9YTgaa .container {
    max-width: 1400px;
  }
}
.cid-tkvf9YTgaa .card {
  margin: auto;
}
.cid-tkvf9YTgaa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkvf9YTgaa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tkvf9YTgaa .row {
  justify-content: center;
}
.cid-tkvfa6S5vQ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfa6S5vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfa6S5vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfa6S5vQ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tkvfa6S5vQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvfa6S5vQ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tkvfaeLzEg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfaeLzEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfaeLzEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfaeLzEg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkvfaeLzEg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tkvfaeLzEg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfaeLzEg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkvfaeLzEg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfaeLzEg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkvfaeLzEg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tkvfaeLzEg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfamubZy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfamubZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfamubZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfamubZy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkvfamubZy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfamubZy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkvfamubZy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfamubZy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkvfamubZy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tkvfamubZy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfaGGmrA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfaGGmrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfaGGmrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfaO4rVu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfaO4rVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfaO4rVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfaO4rVu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tkvfaO4rVu .row {
    flex-direction: column-reverse;
  }
  .cid-tkvfaO4rVu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tkvfaO4rVu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfaO4rVu .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tkvfaO4rVu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfaVLsIQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tkvfaVLsIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfaVLsIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfaVLsIQ .mbr-section-title {
  color: #ffffff;
}
.cid-tkvfb38Ceb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-tkvfb38Ceb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfb38Ceb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfb38Ceb .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tkvfb38Ceb .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tkvfb38Ceb .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tkvfb38Ceb .wrapper {
  padding: 30px 0;
}
.cid-tkvfb38Ceb .mbr-section-title {
  color: #fafafa;
}
.cid-tkvfb38Ceb .mbr-text,
.cid-tkvfb38Ceb .mbr-section-btn {
  color: #ffffff;
}
.cid-tkvfbozxXd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tkvfbozxXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfbozxXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfbozxXd .mbr-text,
.cid-tkvfbozxXd .mbr-section-btn {
  color: #232323;
}
.cid-tkvfbozxXd .card-title,
.cid-tkvfbozxXd .card-box {
  color: #ffffff;
}
.cid-tkvfbozxXd .mbr-text,
.cid-tkvfbozxXd .link-wrap {
  color: #ffffff;
}
.cid-twPqY0ww6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twPqY0ww6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPqY0ww6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfebsyWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfeodOrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfeodOrK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkvfeBQI4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfeBQI4M blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkvfeRJwbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfeRJwbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfeRJwbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfeRJwbp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tkvfeRJwbp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tkvfeRJwbp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tkvffJAac8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvffVPrvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvffVPrvD .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tkvfgwviyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfgwviyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfgwviyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfgwviyw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tkvfgwviyw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tkvfgwviyw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tkvfhcy8Yu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfhcy8Yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfhcy8Yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkvfhcy8Yu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkvfhcy8Yu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkvfhcy8Yu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfhkaVY7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfhkaVY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfhkaVY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkvfhkaVY7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkvfhkaVY7 .row {
  flex-direction: row-reverse;
}
.cid-tkvfhkaVY7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkvfhkaVY7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfhAA9kW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfhAA9kW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfhAA9kW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkvfhAA9kW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkvfhAA9kW .row {
  flex-direction: row-reverse;
}
.cid-tkvfhAA9kW img {
  width: 100%;
}
.cid-tkvfhITfGl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfhITfGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfhITfGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkvfhITfGl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkvfhITfGl .row {
  flex-direction: row-reverse;
}
.cid-tkvfhITfGl img {
  width: 100%;
}
.cid-tkvfi4KeI3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkvfi4KeI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfi4KeI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfi4KeI3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tkvfi4KeI3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tkvfi4KeI3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tkvfibHRKE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkvfibHRKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfibHRKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfibHRKE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tkvfibHRKE .img-item {
  position: relative;
}
.cid-tkvfibHRKE .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfibHRKE .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tkvfibHRKE .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tkvfijsBHj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfijsBHj .mbr-media {
  position: relative;
}
.cid-tkvfijsBHj .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfijsBHj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tkvfijsBHj .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tkvfijsBHj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkvfijsBHj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkvfijsBHj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkvfijsBHj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkvfijsBHj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkvfishO2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfishO2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfishO2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfishO2F .video-wrapper iframe {
  width: 100%;
}
.cid-tkvfishO2F .mbr-section-title,
.cid-tkvfishO2F .mbr-section-subtitle,
.cid-tkvfishO2F .mbr-text {
  text-align: center;
}
.cid-tkvfiWVB5j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfiWVB5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfiWVB5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfiWVB5j .video-wrapper iframe {
  width: 100%;
}
.cid-tkvfiWVB5j .mbr-section-title,
.cid-tkvfiWVB5j .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tkvfiWVB5j .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfj6qfbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfj6qfbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfj6qfbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfj6qfbV .row {
  flex-direction: row-reverse;
}
.cid-tkvfj6qfbV .video-wrapper iframe {
  width: 100%;
}
.cid-tkvfj6qfbV .mbr-section-title,
.cid-tkvfj6qfbV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tkvfj6qfbV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfjsaKVS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfjsaKVS img,
.cid-tkvfjsaKVS .item-img {
  width: 100%;
}
.cid-tkvfjsaKVS .item:focus,
.cid-tkvfjsaKVS span:focus {
  outline: none;
}
.cid-tkvfjsaKVS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tkvfjsaKVS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tkvfjsaKVS .item {
  padding: 0;
  margin: 0;
}
.cid-tkvfjsaKVS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvfjsaKVS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfjsaKVS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkvfjsaKVS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvfjsaKVS .mbr-section-title {
  color: #232323;
}
.cid-tkvfjzga72 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tkvfjzga72 img,
.cid-tkvfjzga72 .item-img {
  width: 100%;
}
.cid-tkvfjzga72 .item:focus,
.cid-tkvfjzga72 span:focus {
  outline: none;
}
.cid-tkvfjzga72 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tkvfjzga72 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvfjzga72 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvfjzga72 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfjzga72 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvfjzga72 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvfjzga72 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvfjzga72 .mbr-section-title {
  color: #ffffff;
}
.cid-tkvfjzga72 .mbr-text,
.cid-tkvfjzga72 .mbr-section-btn {
  text-align: center;
}
.cid-tkvfjzga72 .item-title {
  text-align: center;
}
.cid-tkvfjzga72 .item-subtitle {
  text-align: left;
}
.cid-tkvfjGkMb4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfjGkMb4 img,
.cid-tkvfjGkMb4 .item-img {
  width: 100%;
}
.cid-tkvfjGkMb4 .item:focus,
.cid-tkvfjGkMb4 span:focus {
  outline: none;
}
.cid-tkvfjGkMb4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvfjGkMb4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvfjGkMb4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfjGkMb4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkvfjGkMb4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvfjGkMb4 .mbr-section-title {
  color: #232323;
}
.cid-tkvfjGkMb4 .mbr-text,
.cid-tkvfjGkMb4 .mbr-section-btn {
  text-align: left;
}
.cid-tkvfjGkMb4 .item-title {
  text-align: left;
}
.cid-tkvfjGkMb4 .item-subtitle {
  text-align: center;
}
.cid-tkvfjMTsWC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfjMTsWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfjMTsWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfjMTsWC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tkvfjMTsWC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkvfjMTsWC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tkvfjMTsWC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tkvfjMTsWC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkvfjMTsWC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkvfjMTsWC .carousel-control,
.cid-tkvfjMTsWC .close {
  background: #1b1b1b;
}
.cid-tkvfjMTsWC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkvfjMTsWC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkvfjMTsWC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkvfjMTsWC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkvfjMTsWC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkvfjMTsWC .close::before {
  content: '\e91a';
}
.cid-tkvfjMTsWC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkvfjMTsWC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkvfjMTsWC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfjMTsWC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvfjMTsWC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkvfjMTsWC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkvfjMTsWC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkvfjMTsWC .carousel-indicators li.active,
.cid-tkvfjMTsWC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkvfjMTsWC .carousel-indicators li::after,
.cid-tkvfjMTsWC .carousel-indicators li::before {
  content: none;
}
.cid-tkvfjMTsWC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkvfjMTsWC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkvfjMTsWC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfjMTsWC .carousel-indicators {
    display: none;
  }
}
.cid-tkvfjMTsWC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkvfjMTsWC .carousel-inner > .active {
  display: block;
}
.cid-tkvfjMTsWC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfjMTsWC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkvfjMTsWC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkvfjMTsWC .carousel-control,
  .cid-tkvfjMTsWC .carousel-indicators,
  .cid-tkvfjMTsWC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkvfjMTsWC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkvfjMTsWC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkvfjMTsWC .carousel-indicators .active,
.cid-tkvfjMTsWC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkvfjMTsWC .carousel-indicators .active {
  background: #fff;
}
.cid-tkvfjMTsWC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkvfjMTsWC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkvfjMTsWC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkvfjMTsWC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkvfjMTsWC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkvfjMTsWC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkvfjMTsWC .carousel {
  width: 100%;
}
.cid-tkvfjMTsWC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkvfjMTsWC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkvfjMTsWC .modal.fade .modal-dialog,
.cid-tkvfjMTsWC .modal.in .modal-dialog {
  transform: none;
}
.cid-tkvfjMTsWC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkvfjMTsWC H6 {
  text-align: center;
}
.cid-tkvfkbZFN7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfkbZFN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfkbZFN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfkbZFN7 .item {
  padding-bottom: 2rem;
}
.cid-tkvfkbZFN7 .item-wrapper {
  position: relative;
}
.cid-tkvfkbZFN7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkvfkbZFN7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkvfkbZFN7 .carousel-control,
.cid-tkvfkbZFN7 .close {
  background: #1b1b1b;
}
.cid-tkvfkbZFN7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkvfkbZFN7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkvfkbZFN7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkvfkbZFN7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkvfkbZFN7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkvfkbZFN7 .close::before {
  content: '\e91a';
}
.cid-tkvfkbZFN7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkvfkbZFN7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkvfkbZFN7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfkbZFN7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvfkbZFN7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkvfkbZFN7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkvfkbZFN7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkvfkbZFN7 .carousel-indicators li.active,
.cid-tkvfkbZFN7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkvfkbZFN7 .carousel-indicators li::after,
.cid-tkvfkbZFN7 .carousel-indicators li::before {
  content: none;
}
.cid-tkvfkbZFN7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkvfkbZFN7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkvfkbZFN7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfkbZFN7 .carousel-indicators {
    display: none;
  }
}
.cid-tkvfkbZFN7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkvfkbZFN7 .carousel-inner > .active {
  display: block;
}
.cid-tkvfkbZFN7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfkbZFN7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkvfkbZFN7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkvfkbZFN7 .carousel-control,
  .cid-tkvfkbZFN7 .carousel-indicators,
  .cid-tkvfkbZFN7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkvfkbZFN7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkvfkbZFN7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkvfkbZFN7 .carousel-indicators .active,
.cid-tkvfkbZFN7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkvfkbZFN7 .carousel-indicators .active {
  background: #fff;
}
.cid-tkvfkbZFN7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkvfkbZFN7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkvfkbZFN7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkvfkbZFN7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkvfkbZFN7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkvfkbZFN7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkvfkbZFN7 .carousel {
  width: 100%;
}
.cid-tkvfkbZFN7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkvfkbZFN7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkvfkbZFN7 .modal.fade .modal-dialog,
.cid-tkvfkbZFN7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tkvfkbZFN7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkvfkbZFN7 H6 {
  text-align: center;
}
.cid-tkvfkiwu5T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfkiwu5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfkiwu5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfkiwu5T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tkvfkiwu5T .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkvfkiwu5T .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tkvfkiwu5T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tkvfkiwu5T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkvfkiwu5T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkvfkiwu5T .carousel-control,
.cid-tkvfkiwu5T .close {
  background: #1b1b1b;
}
.cid-tkvfkiwu5T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkvfkiwu5T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkvfkiwu5T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkvfkiwu5T .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkvfkiwu5T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkvfkiwu5T .close::before {
  content: '\e91a';
}
.cid-tkvfkiwu5T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkvfkiwu5T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkvfkiwu5T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfkiwu5T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvfkiwu5T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkvfkiwu5T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkvfkiwu5T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkvfkiwu5T .carousel-indicators li.active,
.cid-tkvfkiwu5T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkvfkiwu5T .carousel-indicators li::after,
.cid-tkvfkiwu5T .carousel-indicators li::before {
  content: none;
}
.cid-tkvfkiwu5T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkvfkiwu5T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkvfkiwu5T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfkiwu5T .carousel-indicators {
    display: none;
  }
}
.cid-tkvfkiwu5T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkvfkiwu5T .carousel-inner > .active {
  display: block;
}
.cid-tkvfkiwu5T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfkiwu5T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkvfkiwu5T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkvfkiwu5T .carousel-control,
  .cid-tkvfkiwu5T .carousel-indicators,
  .cid-tkvfkiwu5T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkvfkiwu5T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkvfkiwu5T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkvfkiwu5T .carousel-indicators .active,
.cid-tkvfkiwu5T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkvfkiwu5T .carousel-indicators .active {
  background: #fff;
}
.cid-tkvfkiwu5T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkvfkiwu5T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkvfkiwu5T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkvfkiwu5T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkvfkiwu5T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkvfkiwu5T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkvfkiwu5T .carousel {
  width: 100%;
}
.cid-tkvfkiwu5T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkvfkiwu5T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkvfkiwu5T .modal.fade .modal-dialog,
.cid-tkvfkiwu5T .modal.in .modal-dialog {
  transform: none;
}
.cid-tkvfkiwu5T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkvfkiwu5T H6 {
  text-align: center;
}
.cid-tkvfkMLgQ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tkvfkMLgQ0 .carousel {
  height: 800px;
}
.cid-tkvfkMLgQ0 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tkvfkMLgQ0 .carousel-item,
.cid-tkvfkMLgQ0 .carousel-inner {
  height: 100%;
}
.cid-tkvfkMLgQ0 .carousel-caption {
  bottom: 40px;
}
.cid-tkvfkMLgQ0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tkvfkMLgQ0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tkvfkMLgQ0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tkvfkMLgQ0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkvfkMLgQ0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tkvfkMLgQ0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tkvfkMLgQ0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tkvfkMLgQ0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkvfkMLgQ0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfkMLgQ0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvfkMLgQ0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkvfkMLgQ0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tkvfkMLgQ0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkvfkMLgQ0 .carousel-indicators li.active,
.cid-tkvfkMLgQ0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkvfkMLgQ0 .carousel-indicators li::after,
.cid-tkvfkMLgQ0 .carousel-indicators li::before {
  content: none;
}
.cid-tkvfkMLgQ0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkvfkMLgQ0 .carousel-indicators {
    display: none !important;
  }
}
.cid-tkvfkZIh4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tkvfkZIh4q .carousel {
    min-height: 800px;
  }
  .cid-tkvfkZIh4q .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tkvfkZIh4q .carousel {
    min-height: 520px;
  }
  .cid-tkvfkZIh4q .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tkvfkZIh4q .carousel {
    min-height: 440px;
  }
  .cid-tkvfkZIh4q .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tkvfkZIh4q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tkvfkZIh4q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tkvfkZIh4q .carousel,
.cid-tkvfkZIh4q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkvfkZIh4q .item-wrapper {
  width: 100%;
}
.cid-tkvfkZIh4q .carousel-caption {
  bottom: 40px;
}
.cid-tkvfkZIh4q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tkvfkZIh4q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tkvfkZIh4q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tkvfkZIh4q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tkvfkZIh4q .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkvfkZIh4q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfkZIh4q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvfkZIh4q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkvfkZIh4q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tkvfkZIh4q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkvfkZIh4q .carousel-indicators li.active,
.cid-tkvfkZIh4q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkvfkZIh4q .carousel-indicators li::after,
.cid-tkvfkZIh4q .carousel-indicators li::before {
  content: none;
}
.cid-tkvfkZIh4q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkvfkZIh4q .carousel-indicators {
    display: none !important;
  }
}
.cid-tkvflpr5f9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tkvflpr5f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvflpr5f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvflpr5f9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tkvflpr5f9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tkvflpr5f9 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tkvflpr5f9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tkvflpr5f9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tkvflpr5f9 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvflpr5f9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tkvflpr5f9 .social-row {
  text-align: center;
}
.cid-tkvflpr5f9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tkvflpr5f9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tkvflpr5f9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tkvflpr5f9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tkvflpr5f9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tkvflpr5f9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tkvflpr5f9 .embla__button--next,
.cid-tkvflpr5f9 .embla__button--prev {
  display: flex;
}
.cid-tkvflpr5f9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tkvflpr5f9 .embla__button {
    display: none;
  }
}
.cid-tkvflpr5f9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tkvflpr5f9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tkvflpr5f9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvflpr5f9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvflpr5f9 .embla__button {
    top: auto;
  }
}
.cid-tkvflpr5f9 .embla {
  position: relative;
  width: 100%;
}
.cid-tkvflpr5f9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tkvflpr5f9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tkvflpr5f9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tkvflpr5f9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkvflBSI1G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvflBSI1G img,
.cid-tkvflBSI1G .item-img {
  width: 100%;
}
.cid-tkvflBSI1G .item:focus,
.cid-tkvflBSI1G span:focus {
  outline: none;
}
.cid-tkvflBSI1G .item-wrapper {
  position: relative;
}
.cid-tkvflBSI1G .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvflBSI1G .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvflBSI1G .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvflBSI1G .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvflBSI1G .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvflBSI1G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvflBSI1G .mbr-section-title {
  color: #232323;
}
.cid-tkvflBSI1G .mbr-text,
.cid-tkvflBSI1G .mbr-section-btn {
  text-align: left;
}
.cid-tkvflBSI1G .item-title {
  text-align: left;
}
.cid-tkvflBSI1G .item-subtitle {
  text-align: left;
}
.cid-tkvflBSI1G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tkvflBSI1G .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tkvflBSI1G .embla__button--next,
.cid-tkvflBSI1G .embla__button--prev {
  display: flex;
}
.cid-tkvflBSI1G .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tkvflBSI1G .embla__button {
    display: none;
  }
}
.cid-tkvflBSI1G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tkvflBSI1G .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tkvflBSI1G .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvflBSI1G .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvflBSI1G .embla__button {
    top: auto;
  }
}
.cid-tkvflBSI1G .embla {
  position: relative;
  width: 100%;
}
.cid-tkvflBSI1G .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tkvflBSI1G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tkvflBSI1G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tkvflBSI1G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkvflOYnoO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tkvflOYnoO .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tkvflOYnoO img,
.cid-tkvflOYnoO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkvflOYnoO .item:focus,
.cid-tkvflOYnoO span:focus {
  outline: none;
}
.cid-tkvflOYnoO .item-wrapper {
  position: relative;
}
.cid-tkvflOYnoO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvflOYnoO .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvflOYnoO .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvflOYnoO .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvflOYnoO .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvflOYnoO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvflOYnoO .mbr-section-title {
  color: #232323;
}
.cid-tkvflOYnoO .mbr-text,
.cid-tkvflOYnoO .mbr-section-btn {
  text-align: left;
}
.cid-tkvflOYnoO .item-title {
  text-align: left;
}
.cid-tkvflOYnoO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tkvflOYnoO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tkvflOYnoO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tkvflOYnoO .embla__button--next,
.cid-tkvflOYnoO .embla__button--prev {
  display: flex;
}
.cid-tkvflOYnoO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tkvflOYnoO .embla__button {
    display: none;
  }
}
.cid-tkvflOYnoO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tkvflOYnoO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tkvflOYnoO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvflOYnoO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvflOYnoO .embla__button {
    top: auto;
  }
}
.cid-tkvflOYnoO .embla {
  position: relative;
  width: 100%;
}
.cid-tkvflOYnoO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tkvflOYnoO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tkvflOYnoO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tkvflOYnoO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tkvflOYnoO .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tkvflOYnoO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tkvflOYnoO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tkvflYa2Ys {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvflYa2Ys img,
.cid-tkvflYa2Ys .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkvflYa2Ys .item:focus,
.cid-tkvflYa2Ys span:focus {
  outline: none;
}
.cid-tkvflYa2Ys .item-wrapper {
  position: relative;
}
.cid-tkvflYa2Ys .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvflYa2Ys .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvflYa2Ys .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvflYa2Ys .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvflYa2Ys .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvflYa2Ys .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvflYa2Ys .mbr-section-title {
  color: #232323;
}
.cid-tkvflYa2Ys .mbr-text,
.cid-tkvflYa2Ys .mbr-section-btn {
  text-align: center;
}
.cid-tkvflYa2Ys .item-title {
  text-align: center;
}
.cid-tkvflYa2Ys .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tkvflYa2Ys .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tkvflYa2Ys .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tkvflYa2Ys .embla__button--next,
.cid-tkvflYa2Ys .embla__button--prev {
  display: flex;
}
.cid-tkvflYa2Ys .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tkvflYa2Ys .embla__button {
    display: none;
  }
}
.cid-tkvflYa2Ys .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tkvflYa2Ys .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tkvflYa2Ys .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvflYa2Ys .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkvflYa2Ys .embla__button {
    top: auto;
  }
}
.cid-tkvflYa2Ys .embla {
  position: relative;
  width: 100%;
}
.cid-tkvflYa2Ys .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tkvflYa2Ys .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tkvflYa2Ys .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tkvflYa2Ys .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkvfmDgVSe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tkvfmDgVSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfmDgVSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfmDgVSe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tkvfmDgVSe .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tkvfmDgVSe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfmDgVSe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tkvfmDgVSe .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tkvfmDgVSe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tkvfmDgVSe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkvfmDgVSe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkvfmDgVSe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfmDgVSe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkvfmM2mBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfmM2mBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfmM2mBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkvfmM2mBi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfmM2mBi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tkvfmM2mBi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvfmWyFVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfmWyFVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfmWyFVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfmWyFVi .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tkvfmWyFVi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tkvfnhVV74 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfnhVV74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfnhVV74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfnhVV74 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tkvfnhVV74 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tkvfnhVV74 .embla__button--next,
.cid-tkvfnhVV74 .embla__button--prev {
  display: flex;
}
.cid-tkvfnhVV74 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tkvfnhVV74 .embla__button {
    display: none;
  }
}
.cid-tkvfnhVV74 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tkvfnhVV74 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tkvfnhVV74 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkvfnhVV74 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tkvfnhVV74 .embla__button {
    top: auto;
  }
}
.cid-tkvfnhVV74 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tkvfnhVV74 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tkvfnhVV74 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tkvfnhVV74 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tkvfnhVV74 .embla {
  position: relative;
  width: 100%;
}
.cid-tkvfnhVV74 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tkvfnhVV74 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tkvfnhVV74 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tkvfnhVV74 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkvfo3DIeo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfo3DIeo img {
  width: 120px;
  margin: auto;
}
.cid-tkvfo3DIeo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tkvfo3DIeo .card {
    max-width: 12.5%;
  }
}
.cid-tkvfotT7eI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfotT7eI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfotT7eI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfotT7eI .img-wrapper {
  text-align: center;
}
.cid-tkvfotT7eI img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tkvfotT7eI .row {
  align-items: flex-start;
}
.cid-tkvfotT7eI .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tkvfotT7eI .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tkvfotT7eI .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfotT7eI .card-wrapper {
    padding: 1rem;
  }
}
.cid-tkvfoR9fSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfoR9fSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfoR9fSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfoR9fSO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkvfoR9fSO .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tkvfoR9fSO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfoR9fSO .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tkvfoZNyig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfoZNyig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfoZNyig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfoZNyig .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tkvfoZNyig .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkvfoZNyig .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfoZNyig .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tkvfoZNyig .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tkvfpb8ibp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tkvfpb8ibp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfpb8ibp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tkvfpb8ibp .row {
    flex-direction: column-reverse;
  }
  .cid-tkvfpb8ibp .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvfpb8ibp .google-map {
  height: 100%;
  position: relative;
}
.cid-tkvfpb8ibp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkvfpb8ibp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkvfpb8ibp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkvfpb8ibp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkvfpb8ibp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tkvfpb8ibp .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tkvfpb8ibp .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tkvfpb8ibp .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfpb8ibp .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tkvfpb8ibp .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tkvfpIblq9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tkvfpIblq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfpIblq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfpIblq9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tkvfpIblq9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkvfpIblq9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkvfpIblq9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkvfpIblq9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkvfqdaqRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfqdaqRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfqdaqRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfqdaqRX .google-map {
  height: 350px;
  position: relative;
}
.cid-tkvfqdaqRX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkvfqdaqRX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkvfqdaqRX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkvfqdaqRX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkvfsaEAkT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tkvfsaEAkT .content {
    text-align: center;
  }
  .cid-tkvfsaEAkT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkvfsaEAkT .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tkvfsaEAkT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkvfsaEAkT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tkvfsaEAkT .google-map {
  height: 25rem;
  position: relative;
}
.cid-tkvfsaEAkT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkvfsaEAkT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkvfsaEAkT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkvfsaEAkT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkvfsaEAkT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkvfsaEAkT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tkvfsaEAkT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tkvfsaEAkT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkvfsaEAkT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkvfsaEAkT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkvfsaEAkT .list {
  list-style-type: none;
  padding: 0;
}
.cid-tkvfub2Xk9 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tkvfub2Xk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfub2Xk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfub2Xk9 .mbr-text,
.cid-tkvfub2Xk9 .mbr-section-btn {
  color: #232323;
}
.cid-tkvfub2Xk9 .btn {
  width: 100%;
}
.cid-tkvfub2Xk9 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tkvfull7JB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfull7JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfull7JB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfull7JB .mbr-text,
.cid-tkvfull7JB .mbr-section-btn {
  color: #232323;
}
.cid-tkvfull7JB .btn {
  width: 100%;
}
.cid-tkvfull7JB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tkvfull7JB H1 {
  text-align: center;
}
.cid-tkvfuthv3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-tkvfuthv3V .container-fluid {
    padding-left: 0;
  }
}
.cid-tkvfuthv3V .mbr-text,
.cid-tkvfuthv3V .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tkvfuthv3V .mbr-text,
  .cid-tkvfuthv3V .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tkvfuthv3V .mbr-text,
  .cid-tkvfuthv3V .mbr-section-title {
    text-align: center;
  }
}
.cid-tkvfuthv3V a.btn {
  height: 100%;
  margin: 0;
}
.cid-tkvfuthv3V .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tkvfuthv3V .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tkvfuthv3V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvfuthv3V .justify-content-center {
  align-items: center;
}
.cid-tkvfuBgRsJ {
  background-color: #fafafa;
}
.cid-tkvfuBgRsJ .mbr-text,
.cid-tkvfuBgRsJ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tkvfuBgRsJ .mbr-text,
  .cid-tkvfuBgRsJ .mbr-section-title {
    text-align: center;
  }
}
.cid-tkvfuBgRsJ a.btn {
  height: 100%;
  margin: 0;
}
.cid-tkvfuBgRsJ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tkvfuBgRsJ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tkvfuBgRsJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tkvfuBgRsJ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tkvfuBgRsJ .justify-content-center {
  align-items: center;
}
.cid-tkvfuJv9fn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfuJv9fn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tkvfuJv9fn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tkvfuJv9fn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tkvfuJv9fn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tkvfuTb01p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfuTb01p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tkvfuTb01p form {
    width: 50%;
  }
}
.cid-tkvfuTb01p form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tkvfuTb01p form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tkvfv1CP5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfv1CP5Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tkvfv1CP5Q form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tkvfv1CP5Q form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tkvfv1CP5Q form.mbr-form {
    padding: 1rem;
  }
}
.cid-tkvfv1CP5Q form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tkvfv1CP5Q form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tkvfva9xjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfva9xjC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tkvfva9xjC form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tkvfva9xjC form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tkvfvjDQwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfvjDQwI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tkvfvjDQwI form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tkvfvjDQwI form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfvjDQwI form.mbr-form {
    padding: 1rem;
  }
}
.cid-tkvfvjDQwI form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tkvfvjDQwI form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tkvfK5q1UQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfK5q1UQ img,
.cid-tkvfK5q1UQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tkvfK5q1UQ .item:focus,
.cid-tkvfK5q1UQ span:focus {
  outline: none;
}
.cid-tkvfK5q1UQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvfK5q1UQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvfK5q1UQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfK5q1UQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkvfK5q1UQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvfK5q1UQ .mbr-section-title {
  color: #232323;
}
.cid-tkvfK5q1UQ .mbr-text,
.cid-tkvfK5q1UQ .mbr-section-btn {
  text-align: left;
}
.cid-tkvfK5q1UQ .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-tkvfK5q1UQ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tkvfKlmbJz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfKlmbJz img,
.cid-tkvfKlmbJz .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkvfKlmbJz .item:focus,
.cid-tkvfKlmbJz span:focus {
  outline: none;
}
.cid-tkvfKlmbJz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvfKlmbJz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvfKlmbJz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvfKlmbJz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfKlmbJz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvfKlmbJz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvfKlmbJz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvfKlmbJz .mbr-section-title {
  color: #232323;
}
.cid-tkvfKlmbJz .mbr-text,
.cid-tkvfKlmbJz .mbr-section-btn {
  text-align: left;
}
.cid-tkvfKlmbJz .item-title {
  text-align: left;
}
.cid-tkvfKlmbJz .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tkvfKxVkdW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfKxVkdW img,
.cid-tkvfKxVkdW .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkvfKxVkdW .item:focus,
.cid-tkvfKxVkdW span:focus {
  outline: none;
}
.cid-tkvfKxVkdW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvfKxVkdW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvfKxVkdW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvfKxVkdW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvfKxVkdW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvfKxVkdW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvfKxVkdW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvfKxVkdW .mbr-section-title {
  color: #232323;
}
.cid-tkvfKxVkdW .mbr-text,
.cid-tkvfKxVkdW .mbr-section-btn {
  text-align: center;
}
.cid-tkvfKxVkdW .item-title {
  text-align: center;
}
.cid-tkvfKxVkdW .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tkvfKR2BjM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfKR2BjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfKR2BjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfKR2BjM .timeline-element {
  position: relative;
}
.cid-tkvfKR2BjM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfKR2BjM .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tkvfKR2BjM .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tkvfKR2BjM .iconBackground {
    left: 50%;
  }
}
.cid-tkvfKR2BjM .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-tkvfKR2BjM .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tkvfKR2BjM .row:after {
    left: 50%;
  }
}
.cid-tkvfKR2BjM .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-tkvfKR2BjM .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-tkvfKR2BjM .timeline-date-wrapper,
  .cid-tkvfKR2BjM .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tkvfKR2BjM .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tkvfKR2BjM .timeline-date-wrapper,
  .cid-tkvfKR2BjM .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfKR2BjM .timeline-date-wrapper,
  .cid-tkvfKR2BjM .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfL2qpdn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfL2qpdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfL2qpdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfL2qpdn .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkvfL2qpdn .timeline-element {
  position: relative;
}
.cid-tkvfL2qpdn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfL2qpdn .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-tkvfL2qpdn .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-tkvfL2qpdn .iconBackground {
    left: 15px !important;
  }
  .cid-tkvfL2qpdn .separline:before {
    left: 15px !important;
  }
}
.cid-tkvfL2qpdn .mbr-section-title,
.cid-tkvfL2qpdn .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tkvfL2qpdn .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-tkvfL2qpdn .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tkvfL2qpdn .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-tkvfL2qpdn .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-tkvfL2qpdn .timeline-text-content {
  margin-left: 2rem;
}
.cid-tkvfL2qpdn .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tkvfL2qpdn .mbr-timeline-date {
  text-align: right;
}
.cid-tkvfLcG2WU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfLcG2WU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfLcG2WU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfLcG2WU .timeline-element {
  position: relative;
}
.cid-tkvfLcG2WU .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkvfLcG2WU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfLcG2WU .mbr-section-title,
.cid-tkvfLcG2WU .mbr-section-subtitle,
.cid-tkvfLcG2WU .timeline-date {
  text-align: center;
}
.cid-tkvfLcG2WU .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tkvfLcG2WU .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tkvfLcG2WU .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tkvfLcG2WU .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tkvfLcG2WU .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tkvfLcG2WU .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tkvfLcG2WU .timeline-date-wrapper,
  .cid-tkvfLcG2WU .timeline-text-wrapper,
  .cid-tkvfLcG2WU .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tkvfLcG2WU .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tkvfLcG2WU .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tkvfLcG2WU .timeline-date-wrapper,
  .cid-tkvfLcG2WU .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfLcG2WU .timeline-date-wrapper,
  .cid-tkvfLcG2WU .timeline-text-wrapper,
  .cid-tkvfLcG2WU .image-wrapper {
    padding: 2rem;
  }
}
.cid-tkvfLLKFbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfLLKFbj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tkvfLLKFbj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tkvfLLKFbj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tkvfLYxeHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfLYxeHK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tkvfLYxeHK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tkvfLYxeHK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tkvfLYxeHK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twPsaCo5tL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twPsaCo5tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-twPsaCo5tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twPsaCo5tL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-twPsaCo5tL .panel-group {
  border: none;
}
.cid-twPsaCo5tL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-twPsaCo5tL .panel-body,
.cid-twPsaCo5tL .card-header {
  padding: 1rem 0;
}
.cid-twPsaCo5tL .panel-title-edit {
  color: #000000;
}
.cid-twPsaCo5tL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tkvfMbYntK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfMbYntK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfMbYntK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfMbYntK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tkvfMbYntK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tkvfMbYntK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tkvfMbYntK .panel-body,
.cid-tkvfMbYntK .card-header {
  padding: 1rem 0;
}
.cid-tkvfMbYntK .panel-title-edit {
  color: #000000;
}
.cid-tkvfMlJ0sF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfMlJ0sF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfMlJ0sF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfMlJ0sF .nav-tabs .nav-item.open .nav-link:focus,
.cid-tkvfMlJ0sF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tkvfMlJ0sF .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tkvfMlJ0sF .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tkvfMlJ0sF .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tkvfMlJ0sF .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tkvfMlJ0sF .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tkvfMlJ0sF .nav-link,
.cid-tkvfMlJ0sF .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tkvfMlJ0sF .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tkvfMlJ0sF H4 {
  text-align: center;
}
.cid-tkvfMlJ0sF H3 {
  text-align: center;
}
.cid-tkvfMzKR3d {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tkvfMzKR3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfMzKR3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfMzKR3d .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tkvfMzKR3d .number {
  color: #ffffff;
}
.cid-tkvfMzKR3d .period {
  display: block;
}
.cid-tkvfMzKR3d .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tkvfMzKR3d .period {
    font-size: 0.8rem;
  }
}
.cid-tkvfMzKR3d .btn {
  height: 100%;
  margin: 0;
}
.cid-tkvfMzKR3d .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tkvfMzKR3d .mbr-section-title {
  color: #ffffff;
}
.cid-tkvfMzKR3d .mbr-text {
  color: #ffffff;
}
.cid-tkvfMzKR3d .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tkvfMzKR3d .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tkvfMzKR3d .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tkvfMzKR3d .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tkvfML9yD4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfML9yD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfML9yD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfML9yD4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tkvfML9yD4 .item {
    margin-bottom: 4rem;
  }
}
.cid-tkvfML9yD4 .item:last-child .icon-box:before {
  display: none;
}
.cid-tkvfML9yD4 .item.last .icon-box:before {
  display: none;
}
.cid-tkvfML9yD4 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tkvfML9yD4 .icon-box {
    margin-right: 1rem;
  }
}
.cid-tkvfML9yD4 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tkvfML9yD4 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tkvfML9yD4 .card {
    margin-bottom: 2rem;
  }
  .cid-tkvfML9yD4 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tkvfML9yD4 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tkvfML9yD4 .icon-box::before {
    top: 114%;
  }
}
.cid-tkvfMWhdZT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfMWhdZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfMWhdZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfMWhdZT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tkvfMWhdZT .item .icon-wrap {
  text-align: center;
}
.cid-tkvfMWhdZT .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tkvfMWhdZT .item:last-child:before {
  display: none;
}
.cid-tkvfMWhdZT .item.last::before {
  display: none;
}
.cid-tkvfMWhdZT .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tkvfMWhdZT .text-box {
  text-align: center;
}
.cid-tkvfMWhdZT span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tkvfMWhdZT .card {
    margin-bottom: 2rem;
  }
  .cid-tkvfMWhdZT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvfNoLbyY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfNoLbyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfNoLbyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfNoLbyY .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tkvfNoLbyY .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tkvfNoLbyY .text-box {
  text-align: center;
}
.cid-tkvfNoLbyY span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tkvfNoLbyY .card {
    margin-bottom: 2rem;
  }
  .cid-tkvfNoLbyY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tkvfNoLbyY span {
    font-size: 21vw;
  }
}
.cid-tkvfNPivtn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfNPivtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfNPivtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfNPivtn .mbr-text {
  color: #767676;
}
.cid-tkvfNPivtn .mbr-section-subtitle {
  color: #767676;
}
.cid-tkvfNPivtn .title .num {
  width: 100%;
  display: block;
}
.cid-tkvfNPivtn .title .card-title {
  z-index: 1;
}
.cid-tkvfNPivtn .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tkvfNPivtn * {
    text-align: center !important;
  }
  .cid-tkvfNPivtn .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tkvfO54YZ4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfO54YZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfO54YZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfO54YZ4 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tkvfO54YZ4 .item .icon-wrap {
  text-align: center;
}
.cid-tkvfO54YZ4 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tkvfO54YZ4 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-tkvfO54YZ4 .item.first:before {
  display: none;
}
.cid-tkvfO54YZ4 .item.five:before {
  display: none;
}
.cid-tkvfO54YZ4 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tkvfO54YZ4 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tkvfO54YZ4 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tkvfO54YZ4 .item:before {
    display: none;
  }
  .cid-tkvfO54YZ4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkvfOj1pWE {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tkvfOj1pWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfOj1pWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfOj1pWE .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tkvfOj1pWE .number {
  color: #232323;
}
.cid-tkvfOj1pWE .period {
  display: block;
}
.cid-tkvfOj1pWE .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tkvfOj1pWE .period {
    font-size: 0.8rem;
  }
}
.cid-tkvfOj1pWE .btn {
  height: 100%;
  margin: 0;
}
.cid-tkvfOj1pWE .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tkvfOxUbVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkvfOxUbVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfOxUbVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfOxUbVm .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-tkvfOxUbVm .number {
  color: #6592e6;
}
.cid-tkvfOxUbVm .period {
  display: block;
}
.cid-tkvfOxUbVm .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tkvfOxUbVm .period {
    font-size: 0.8rem;
  }
}
.cid-tkvfOxUbVm .btn {
  height: 100%;
  margin: 0;
}
.cid-tkvfOxUbVm .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tkvfOxUbVm .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tkvfOxUbVm .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tkvfOxUbVm .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tkvfOxUbVm .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-tkvfPChqw5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfPChqw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfPChqw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfPChqw5 .mbr-section-title,
.cid-tkvfPChqw5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tkvfPChqw5 .cost {
  word-break: normal;
}
.cid-tkvfPChqw5 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tkvfPChqw5 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tkvfPChqw5 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvfPChqw5 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tkvfPQaix6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tkvfPQaix6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfPQaix6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tkvfPQaix6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkvfPQaix6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfPQaix6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkvfPQaix6 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tkvfPQaix6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvfPQaix6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tkvfQfKK7O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkvfQfKK7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfQfKK7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfQfKK7O .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tkvfQfKK7O .mbr-section-title,
.cid-tkvfQfKK7O .mbr-section-subtitle {
  text-align: center;
}
.cid-tkvfQfKK7O .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tkvfQfKK7O .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkvfQfKK7O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tkvfQfKK7O .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkvfQfKK7O .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvfQfKK7O .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkvfQCPH10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tkvfQCPH10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfQCPH10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfQCPH10 .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tkvfQCPH10 .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-tkvfQCPH10 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tkvfQCPH10 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tkvfQCPH10 ul {
  list-style: none;
}
.cid-tkvfQCPH10 li {
  position: relative;
}
.cid-tkvfQCPH10 li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #6592e6;
  font-size: 0.8rem;
}
.cid-tkvfQCPH10 .mbr-section-btn {
  width: 100%;
}
.cid-tkvfQCPH10 .btn {
  width: 100%;
}
.cid-tkvfQP2yW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-tkvfQP2yW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvfQP2yW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvfQP2yW7 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tkvfQP2yW7 .plan-body {
  padding-bottom: 2rem;
}
.cid-tkvfQP2yW7 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkvfQP2yW7 .price {
  color: #6592e6;
}
.cid-tkvfQP2yW7 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tkvfQP2yW7 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tkvfQP2yW7 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tkvfQP2yW7 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tkvfQP2yW7 .plan {
    margin-bottom: 2rem;
  }
}
.cid-tkvfSuqFYy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkvfSuqFYy .mbr-section-subtitle {
  color: #149dcc;
  text-align: center;
  font-weight: 300;
}
.cid-tkvfSuqFYy .step {
  width: 56px;
  height: 56px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  padding-bottom: 0;
  color: #767676;
}
@media (min-width: 768px) {
  .cid-tkvfSuqFYy .separline .step-wrapper {
    position: relative;
  }
  .cid-tkvfSuqFYy .separline .step-wrapper:before,
  .cid-tkvfSuqFYy .separline .step-wrapper:after {
    top: 30px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 28px - 8px);
    background-color: #cccccc;
  }
  .cid-tkvfSuqFYy .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-tkvfSuqFYy .separline .step-wrapper:after {
    left: calc(50% + 8px + 28px);
  }
  .cid-tkvfSuqFYy .separline.last-child .step-wrapper:after,
  .cid-tkvfSuqFYy .separline:nth-child(3n) .step-wrapper:after,
  .cid-tkvfSuqFYy .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-tkvfSuqFYy .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tkvfSuqFYy .mbr-section-title {
  color: #ff3366;
}
.cid-tkvfSuqFYy .mbr-step-title {
  color: #ff3366;
}
.cid-tkvfSuqFYy .mbr-step-text {
  color: #149dcc;
}
.cid-tkvfSWR0Fg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkvfSWR0Fg .progress {
  width: 100%;
}
.cid-tkvfSWR0Fg progress {
  height: 8px;
}
.cid-tkvfSWR0Fg h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tkvfSWR0Fg .mbr-section-subtitle {
  color: #767676;
}
.cid-tkvfSWR0Fg .progress_value {
  position: relative;
}
.cid-tkvfSWR0Fg .progress_elements {
  margin: 0 auto;
}
.cid-tkvfSWR0Fg .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tkvfSWR0Fg .progress1 .progressbar-number:before,
.cid-tkvfSWR0Fg .progress2 .progressbar-number:before,
.cid-tkvfSWR0Fg .progress3 .progressbar-number:before,
.cid-tkvfSWR0Fg .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tkvfSWR0Fg progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tkvfSWR0Fg progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-tkvfSWR0Fg progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-tkvfSWR0Fg progress::-ms-fill {
  background: #149dcc;
}
.cid-tkvfSWR0Fg .progress1 .progressbar-number:before {
  content: '70';
}
.cid-tkvfSWR0Fg .progress2 .progressbar-number:before {
  content: '80';
}
.cid-tkvfSWR0Fg .progress3 .progressbar-number:before {
  content: '90';
}
.cid-tkvfSWR0Fg .progress4 .progressbar-number:before {
  content: '100';
}
.cid-tkvfSWR0Fg .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tkvfSWR0Fg .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tkvfSWR0Fg .progress_value span {
  padding-left: 30px;
}
.cid-tkvfSWR0Fg .progressbar-number {
  word-break: normal;
}
.cid-tkvfTmMiU3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkvfTmMiU3 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tkvfTmMiU3 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tkvfTmMiU3 .mbr-section-subtitle {
  color: #ff3366;
}
.cid-tkvfTmMiU3 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tkvfTmMiU3 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tkvfTmMiU3 path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tkvfTmMiU3 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tkvfTmMiU3 .mbr-section-title {
  color: #149dcc;
}
.cid-tkvfTWv3QO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkvfTWv3QO .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tkvfTWv3QO .container-table {
  margin: 0 auto;
}
.cid-tkvfTWv3QO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tkvfTWv3QO .dataTables_wrapper {
  display: block;
}
.cid-tkvfTWv3QO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tkvfTWv3QO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tkvfTWv3QO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-tkvfTWv3QO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tkvfTWv3QO table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-tkvfTWv3QO table td {
  border-top: 1px solid #149dcc;
}
.cid-tkvfTWv3QO table.table {
  background: #ffffff;
}
.cid-tkvfTWv3QO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tkvfTWv3QO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tkvfTWv3QO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tkvfTWv3QO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tkvfTWv3QO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tkvfTWv3QO .dataTables_filter {
    text-align: center;
  }
  .cid-tkvfTWv3QO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tkvfTWv3QO .mbr-section-title {
  color: #ff3366;
}
.cid-twPuuidvy4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #4b4a4b;
}
@media (max-width: 767px) {
  .cid-twPuuidvy4 .content {
    text-align: center;
  }
  .cid-twPuuidvy4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twPuuidvy4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twPuuidvy4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-twPuuidvy4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-twPuuidvy4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-twPuuidvy4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-twPuuidvy4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-twPuuidvy4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-twPuuidvy4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twPuuidvy4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-twPuuidvy4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twPuuidvy4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twPuuidvy4 .copyright > p {
  text-align: center;
}
