.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Cabin', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Cabin', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Cabin', 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1rem 3rem;
  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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ebc6b8 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ebc6b8 !important;
  border-color: #ebc6b8 !important;
  color: #803d24 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e5b6a4 !important;
  border-color: #e5b6a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #803d24 !important;
  background-color: #e5b6a4 !important;
  border-color: #e5b6a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !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: #ebc6b8;
  color: #ebc6b8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d89074 !important;
  background-color: transparent !important;
  border-color: #d89074 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #803d24 !important;
  background-color: #ebc6b8 !important;
  border-color: #ebc6b8 !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: #000000 !important;
}
.text-secondary {
  color: #cdfb0a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ebc6b8 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9c03 !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: #d58668 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ebc6b8;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cabin', 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cabin', 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: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #cdfb0a !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='%23000000' %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-tBnM1aClNb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tBnM1aClNb nav.navbar {
  position: fixed;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnM1aClNb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnM1aClNb .dropdown-item:hover,
.cid-tBnM1aClNb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tBnM1aClNb .dropdown-item:hover span {
  color: white;
}
.cid-tBnM1aClNb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnM1aClNb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnM1aClNb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnM1aClNb .nav-link {
  position: relative;
}
.cid-tBnM1aClNb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnM1aClNb .iconfont-wrapper {
  color: #ff9966 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnM1aClNb .navbar-caption {
  font-weight: 500;
}
.cid-tBnM1aClNb .dropdown-menu,
.cid-tBnM1aClNb .navbar.opened {
  background: #ffffff !important;
}
.cid-tBnM1aClNb .nav-item:focus,
.cid-tBnM1aClNb .nav-link:focus {
  outline: none;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnM1aClNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnM1aClNb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBnM1aClNb .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnM1aClNb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnM1aClNb .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnM1aClNb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnM1aClNb .navbar.collapsed {
  justify-content: center;
}
.cid-tBnM1aClNb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnM1aClNb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnM1aClNb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnM1aClNb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnM1aClNb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnM1aClNb .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-tBnM1aClNb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnM1aClNb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnM1aClNb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnM1aClNb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnM1aClNb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnM1aClNb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnM1aClNb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnM1aClNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnM1aClNb .dropdown-item.active,
.cid-tBnM1aClNb .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnM1aClNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnM1aClNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnM1aClNb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnM1aClNb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnM1aClNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnM1aClNb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar {
    height: 70px;
  }
  .cid-tBnM1aClNb .navbar.opened {
    height: auto;
  }
  .cid-tBnM1aClNb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo8gUZQJDe {
  padding: 60px;
  background-color: #47b5ed;
}
@media (max-width: 768px) {
  .cid-uo8gUZQJDe {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo8gUZQJDe .container {
    padding: 26px;
  }
}
.cid-uo8gUZQJDe .container-fluid,
.cid-uo8gUZQJDe .container {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/managed-it-services3-1920x1080.jpg");
  background-size: cover;
}
.cid-uo8gUZQJDe .container-fluid .mbr-fallback-image.disabled,
.cid-uo8gUZQJDe .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8gUZQJDe .container-fluid .mbr-fallback-image,
.cid-uo8gUZQJDe .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8gUZQJDe .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uo8gUZQJDe .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo8gUZQJDe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo8gUZQJDe .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uo8gUZQJDe .mbr-section-title {
  color: #ffffff;
}
.cid-uo8gUZQJDe .mbr-text {
  color: #ffffff;
}
.cid-uo9CJr2ZkX {
  background-color: #47b5ed !important;
  border: 18px solid #47b5ed;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uo9CJr2ZkX {
    border: 8px solid #47b5ed;
    margin-top: -8px;
  }
}
.cid-uo9CJr2ZkX .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uo9CJr2ZkX section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uo9CJr2ZkX .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9CJr2ZkX .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9CJr2ZkX .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9CJr2ZkX .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uo9CJr2ZkX .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9CJr2ZkX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo9CJr2ZkX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uo9CJr2ZkX .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uo9CJr2ZkX .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uo9CJr2ZkX .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uo9CJr2ZkX .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uo9CJr2ZkX .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9CJr2ZkX .image-wrapper {
    height: auto;
  }
}
.cid-uo9CJr2ZkX .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uo9CJr2ZkX .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uo9CJr2ZkX .mbr-section-title {
  color: #ed2c03;
}
.cid-uo9CJr2ZkX .list {
  color: #000000;
}
.cid-uo9wCn1X5K {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo9wCn1X5K .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo9wCn1X5K .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uo9wCn1X5K .row {
    text-align: center!important;
  }
}
.cid-uo9wCn1X5K .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #65c6d4;
  background: linear-gradient(180deg, #65c6d4, #47b5ed);
}
@media (min-width: 768px) {
  .cid-uo9wCn1X5K .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uo9wCn1X5K .content-container {
    padding: 80px;
  }
}
.cid-uo9wCn1X5K .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uo9wCn1X5K .mbr-section-title {
    text-align: center;
  }
}
.cid-uo9wCn1X5K .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uo9wCn1X5K .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uo9wCn1X5K .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uo9wCn1X5K .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uo9wCn1X5K .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uo9wCn1X5K .mbr-section-btn .btn-white {
  color: #65c6d4 !important;
}
@media (max-width: 575px) {
  .cid-uo9wCn1X5K .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uo9wCn1X5K .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uo9wCn1X5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9wCn1X5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9wCn1X5K .mbr-section-title,
.cid-uo9wCn1X5K .mbr-section-btn {
  color: #000000;
}
.cid-uo9BEVvdUw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9BEVvdUw .date__block {
  margin-bottom: 17px;
}
.cid-uo9BEVvdUw .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #ff9966;
}
.cid-uo9BEVvdUw .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #40b0bf;
}
.cid-uo9BEVvdUw .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uo9BEVvdUw .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uo9BEVvdUw .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9BEVvdUw .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9BEVvdUw .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uo9BEVvdUw .link a {
  font-weight: 700;
}
.cid-uo9BEVvdUw .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uo9BEVvdUw .link:hover span {
  transform: translateX(9px);
}
.cid-uo9BEVvdUw .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uo9BEVvdUw .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uo9BEVvdUw .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uo9BEVvdUw .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #47b5ed;
}
.cid-uo9BEVvdUw .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uo9BEVvdUw .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uo9BEVvdUw .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #47b5ed;
}
@media (max-width: 991px) {
  .cid-uo9BEVvdUw .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uo9BEVvdUw .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uo9BEVvdUw .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uo9BEVvdUw .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uo9BEVvdUw .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uo9BEVvdUw .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uo9BEVvdUw .image:before {
    padding-top: 375px;
  }
}
.cid-uo9BEVvdUw .mbr-section-title,
.cid-uo9BEVvdUw .date__block {
  color: #000000;
}
.cid-uo9BEVvdUw .mbr-text,
.cid-uo9BEVvdUw .link {
  color: #000000;
}
.cid-tBnXUPCVJr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #65c6d4;
}
.cid-tBnXUPCVJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnXUPCVJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnXUPCVJr img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-tBnXUPCVJr .card-wrapper {
  border: 3px solid #000000;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnXUPCVJr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnXUPCVJr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnXUPCVJr .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnXUPCVJr .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnXUPCVJr .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-tBnXUPCVJr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBnXUPCVJr .mbr-text,
.cid-tBnXUPCVJr .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnXUPCVJr .mbr-section-subtitle2,
.cid-tBnXUPCVJr .align-wrapper {
  color: #04492e;
}
.cid-tBnXUPCVJr .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo2T4jOkJS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2T4jOkJS {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2T4jOkJS {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2T4jOkJS .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2T4jOkJS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2T4jOkJS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8HS99NfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uo8HS99NfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8HS99NfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8HS99NfB .content-wrapper {
  padding: 80px 90px;
  background-color: #65c6d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uo8HS99NfB .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #98dee8;
}
@media (max-width: 1200px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uo8HS99NfB .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo8HS99NfB .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uo8HS99NfB .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo8HS99NfB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uo8HS99NfB .mbr-section-title {
  color: #050f0f;
}
.cid-uo8HS99NfB .mbr-text {
  color: #050f0f;
}
.cid-uo8HS99NfB .mbr-section-btn {
  text-align: center;
}
.cid-uo8HS99NfB .icon-wrapper {
  text-align: right;
}
.cid-uo8MgwlrmN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
.cid-uo8MgwlrmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8MgwlrmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo8MgwlrmN .container {
    padding: 0 15px;
  }
}
.cid-uo8MgwlrmN .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uo8MgwlrmN .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uo8MgwlrmN .content-wrapper {
    padding-right: 0;
  }
}
.cid-uo8MgwlrmN .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo8MgwlrmN .content-wrap {
    display: block;
  }
}
.cid-uo8MgwlrmN .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo8MgwlrmN .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo8MgwlrmN .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo8MgwlrmN .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo8MgwlrmN .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uo8MgwlrmN .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uo8MgwlrmN .mbr-section-title {
  color: #000000;
}
.cid-uo8MgwlrmN .mbr-desc,
.cid-uo8MgwlrmN .desc-wrapper {
  color: #3f1819;
}
.cid-uo8IjqViyJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo8IjqViyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8IjqViyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8IjqViyJ .card-title,
.cid-uo8IjqViyJ .card-box {
  color: #000000;
}
.cid-uo9BVzCybi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9BVzCybi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9BVzCybi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9BVzCybi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uo9BVzCybi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uo9BVzCybi .container {
    padding: 0 26px;
  }
}
.cid-uo9BVzCybi .row {
  justify-content: center;
}
.cid-uo9BVzCybi .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #65c6d4;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uo9BVzCybi .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo9BVzCybi .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uo9BVzCybi .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uo9BVzCybi .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uo9BVzCybi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uo9BVzCybi .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uo9BVzCybi .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9BVzCybi .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uo9BVzCybi .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uo9BVzCybi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9BVzCybi .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uo9BVzCybi .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uo9BVzCybi .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uo9BVzCybi .mbr-section-title {
  color: #000000;
}
.cid-uo9BVzCybi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9BVzCybi .mbr-desc {
  color: #ffffff;
}
.cid-uo9BVzCybi .mbr-text {
  color: #000000;
}
.cid-uo9BVzCybi .mbr-link {
  color: #ffffff;
}
.cid-uo2NnYabA0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uo2NnYabA0 .row {
  flex-direction: row-reverse;
}
.cid-uo2NnYabA0 .row {
  align-items: flex-start;
}
.cid-uo2NnYabA0 .container,
.cid-uo2NnYabA0 .container-fluid {
  position: static;
}
.cid-uo2NnYabA0 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uo2NnYabA0 .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo2NnYabA0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo2NnYabA0 .toggle-panel,
.cid-uo2NnYabA0 .panel-group {
  width: 100%;
}
.cid-uo2NnYabA0 .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo2NnYabA0 .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #47b5ed;
}
.cid-uo2NnYabA0 .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo2NnYabA0 .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo2NnYabA0 .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo2NnYabA0 .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo2NnYabA0 .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo2NnYabA0 .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo2NnYabA0 .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo2NnYabA0 .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #47b5ed;
}
@media (max-width: 767px) {
  .cid-uo2NnYabA0 .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo2NnYabA0 .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo2NnYabA0 .mbr-text,
.cid-uo2NnYabA0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uo2LKtDJaV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LKtDJaV {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LKtDJaV {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LKtDJaV .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LKtDJaV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2LKtDJaV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9BC9dmD4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uo9BC9dmD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9BC9dmD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9BC9dmD4 img {
  border-radius: 3rem;
}
.cid-uo9BC9dmD4 .row {
  flex-direction: row-reverse;
}
.cid-uo9BC9dmD4 .row {
  align-items: center;
}
.cid-uo9BC9dmD4 .mbr-section-title {
  color: #000000;
}
.cid-uo9BC9dmD4 .mbr-text,
.cid-uo9BC9dmD4 .mbr-section-btn {
  color: #000000;
}
.cid-uo2KF6BrhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2KF6BrhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2KF6BrhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2KF6BrhB .video-wrapper iframe {
  width: 100%;
}
.cid-uo2KF6BrhB .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo2KF6BrhB .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo2KF6BrhB .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo2KF6BrhB .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo2KF6BrhB .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo2KF6BrhB .video-block .image-absolute {
    display: none;
  }
}
.cid-tBnYUulbUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-tBnYUulbUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnYUulbUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnYUulbUC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBnYUulbUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tBnYUulbUC .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-tBnYUulbUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBnYUulbUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBnYUulbUC .mbr-section-title {
  color: #000000;
}
.cid-uo2EKWwHt7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #65c6d4;
}
.cid-uo2EKWwHt7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2EKWwHt7 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2EKWwHt7 .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2EKWwHt7 .brand__email {
  margin-bottom: 15px;
}
.cid-uo2EKWwHt7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2EKWwHt7 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2EKWwHt7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2EKWwHt7 .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2EKWwHt7 .social {
  margin-top: 30px;
}
.cid-uo2EKWwHt7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2EKWwHt7 .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2EKWwHt7 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2EKWwHt7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2EKWwHt7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2EKWwHt7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2EKWwHt7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2EKWwHt7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2EKWwHt7 .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2EKWwHt7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2EKWwHt7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2EKWwHt7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2EKWwHt7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2EKWwHt7 .divider {
    margin-top: 30px;
  }
  .cid-uo2EKWwHt7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2EKWwHt7 .align-right,
  .cid-uo2EKWwHt7 .privacy {
    text-align: center;
  }
  .cid-uo2EKWwHt7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2EKWwHt7 .privacy {
  color: #000000;
}
.cid-uo2UMgvHLC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo2UMgvHLC nav.navbar {
  position: fixed;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo2UMgvHLC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo2UMgvHLC .dropdown-item:hover,
.cid-uo2UMgvHLC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uo2UMgvHLC .dropdown-item:hover span {
  color: white;
}
.cid-uo2UMgvHLC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo2UMgvHLC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo2UMgvHLC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo2UMgvHLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo2UMgvHLC .nav-link {
  position: relative;
}
.cid-uo2UMgvHLC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo2UMgvHLC .container {
    flex-wrap: nowrap;
  }
}
.cid-uo2UMgvHLC .iconfont-wrapper {
  color: #ff9966 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo2UMgvHLC .navbar-caption {
  font-weight: 500;
}
.cid-uo2UMgvHLC .dropdown-menu,
.cid-uo2UMgvHLC .navbar.opened {
  background: #ffffff !important;
}
.cid-uo2UMgvHLC .nav-item:focus,
.cid-uo2UMgvHLC .nav-link:focus {
  outline: none;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo2UMgvHLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo2UMgvHLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo2UMgvHLC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo2UMgvHLC .navbar.opened {
  transition: all 0.3s;
}
.cid-uo2UMgvHLC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo2UMgvHLC .navbar .navbar-logo img {
  width: auto;
}
.cid-uo2UMgvHLC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo2UMgvHLC .navbar.collapsed {
  justify-content: center;
}
.cid-uo2UMgvHLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo2UMgvHLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo2UMgvHLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uo2UMgvHLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo2UMgvHLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo2UMgvHLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo2UMgvHLC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo2UMgvHLC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo2UMgvHLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo2UMgvHLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo2UMgvHLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo2UMgvHLC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo2UMgvHLC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo2UMgvHLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo2UMgvHLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo2UMgvHLC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo2UMgvHLC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo2UMgvHLC .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo2UMgvHLC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo2UMgvHLC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo2UMgvHLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo2UMgvHLC .dropdown-item.active,
.cid-uo2UMgvHLC .dropdown-item:active {
  background-color: transparent;
}
.cid-uo2UMgvHLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo2UMgvHLC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo2UMgvHLC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo2UMgvHLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo2UMgvHLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo2UMgvHLC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo2UMgvHLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo2UMgvHLC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo2UMgvHLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo2UMgvHLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar {
    height: 70px;
  }
  .cid-uo2UMgvHLC .navbar.opened {
    height: auto;
  }
  .cid-uo2UMgvHLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9cjXnrLy {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uo9cjXnrLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9cjXnrLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9cjXnrLy .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9cjXnrLy .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uo9cjXnrLy .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo9cjXnrLy .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uo9cjXnrLy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo9cjXnrLy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uo9cjXnrLy .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9cjXnrLy .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uo9cjXnrLy .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo9cjXnrLy .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uo9cjXnrLy .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uo9cjXnrLy .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uo9cjXnrLy .mbr-section-title {
  color: #050f0f;
}
.cid-uo9cjXnrLy .mbr-text {
  color: #050f0f;
}
.cid-uo9KWM2PgE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo9KWM2PgE .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo9KWM2PgE .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uo9KWM2PgE .row {
    text-align: center!important;
  }
}
.cid-uo9KWM2PgE .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #65c6d4;
  background: linear-gradient(180deg, #65c6d4, #47b5ed);
}
@media (min-width: 768px) {
  .cid-uo9KWM2PgE .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uo9KWM2PgE .content-container {
    padding: 80px;
  }
}
.cid-uo9KWM2PgE .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uo9KWM2PgE .mbr-section-title {
    text-align: center;
  }
}
.cid-uo9KWM2PgE .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uo9KWM2PgE .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uo9KWM2PgE .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uo9KWM2PgE .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uo9KWM2PgE .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uo9KWM2PgE .mbr-section-btn .btn-white {
  color: #65c6d4 !important;
}
@media (max-width: 575px) {
  .cid-uo9KWM2PgE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uo9KWM2PgE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uo9KWM2PgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KWM2PgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KWM2PgE .mbr-section-title,
.cid-uo9KWM2PgE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo2UMx0AZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo2UMx0AZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2UMx0AZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2UMx0AZT .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2UMx0AZT .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2UMx0AZT .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-uo2UMx0AZT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2UMx0AZT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2UMx0AZT .mbr-section-title {
  color: #000000;
}
.cid-uo2UMy1IUf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #65c6d4;
}
.cid-uo2UMy1IUf .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2UMy1IUf .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2UMy1IUf .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2UMy1IUf .brand__email {
  margin-bottom: 15px;
}
.cid-uo2UMy1IUf .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2UMy1IUf .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2UMy1IUf .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2UMy1IUf .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2UMy1IUf .social {
  margin-top: 30px;
}
.cid-uo2UMy1IUf .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2UMy1IUf .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2UMy1IUf .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2UMy1IUf .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2UMy1IUf .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2UMy1IUf .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2UMy1IUf .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2UMy1IUf .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2UMy1IUf .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2UMy1IUf .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2UMy1IUf .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2UMy1IUf .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2UMy1IUf .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2UMy1IUf .divider {
    margin-top: 30px;
  }
  .cid-uo2UMy1IUf .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2UMy1IUf .align-right,
  .cid-uo2UMy1IUf .privacy {
    text-align: center;
  }
  .cid-uo2UMy1IUf .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2UMy1IUf .privacy {
  color: #000000;
}
.cid-uo2Vg4ysfe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo2Vg4ysfe nav.navbar {
  position: fixed;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo2Vg4ysfe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo2Vg4ysfe .dropdown-item:hover,
.cid-uo2Vg4ysfe .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uo2Vg4ysfe .dropdown-item:hover span {
  color: white;
}
.cid-uo2Vg4ysfe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo2Vg4ysfe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo2Vg4ysfe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo2Vg4ysfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo2Vg4ysfe .nav-link {
  position: relative;
}
.cid-uo2Vg4ysfe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo2Vg4ysfe .container {
    flex-wrap: nowrap;
  }
}
.cid-uo2Vg4ysfe .iconfont-wrapper {
  color: #ff9966 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo2Vg4ysfe .navbar-caption {
  font-weight: 500;
}
.cid-uo2Vg4ysfe .dropdown-menu,
.cid-uo2Vg4ysfe .navbar.opened {
  background: #ffffff !important;
}
.cid-uo2Vg4ysfe .nav-item:focus,
.cid-uo2Vg4ysfe .nav-link:focus {
  outline: none;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo2Vg4ysfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo2Vg4ysfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo2Vg4ysfe .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo2Vg4ysfe .navbar.opened {
  transition: all 0.3s;
}
.cid-uo2Vg4ysfe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo2Vg4ysfe .navbar .navbar-logo img {
  width: auto;
}
.cid-uo2Vg4ysfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo2Vg4ysfe .navbar.collapsed {
  justify-content: center;
}
.cid-uo2Vg4ysfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo2Vg4ysfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo2Vg4ysfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uo2Vg4ysfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo2Vg4ysfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo2Vg4ysfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo2Vg4ysfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo2Vg4ysfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo2Vg4ysfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo2Vg4ysfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo2Vg4ysfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo2Vg4ysfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo2Vg4ysfe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo2Vg4ysfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo2Vg4ysfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo2Vg4ysfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo2Vg4ysfe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo2Vg4ysfe .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo2Vg4ysfe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo2Vg4ysfe .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo2Vg4ysfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo2Vg4ysfe .dropdown-item.active,
.cid-uo2Vg4ysfe .dropdown-item:active {
  background-color: transparent;
}
.cid-uo2Vg4ysfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo2Vg4ysfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo2Vg4ysfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo2Vg4ysfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo2Vg4ysfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo2Vg4ysfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo2Vg4ysfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo2Vg4ysfe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo2Vg4ysfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo2Vg4ysfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar {
    height: 70px;
  }
  .cid-uo2Vg4ysfe .navbar.opened {
    height: auto;
  }
  .cid-uo2Vg4ysfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9fxOzYak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9fxOzYak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9fxOzYak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9fxOzYak .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9fxOzYak .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uo9fxOzYak .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo9fxOzYak .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uo9fxOzYak .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo9fxOzYak .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uo9fxOzYak .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9fxOzYak .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uo9fxOzYak .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo9fxOzYak .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uo9fxOzYak .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uo9fxOzYak .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uo9fxOzYak .mbr-section-title {
  color: #050f0f;
}
.cid-uo9fxOzYak .mbr-text {
  color: #050f0f;
}
.cid-uo9Lm4MRfx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo9Lm4MRfx .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo9Lm4MRfx .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uo9Lm4MRfx .row {
    text-align: center!important;
  }
}
.cid-uo9Lm4MRfx .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #65c6d4;
  background: linear-gradient(180deg, #65c6d4, #47b5ed);
}
@media (min-width: 768px) {
  .cid-uo9Lm4MRfx .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uo9Lm4MRfx .content-container {
    padding: 80px;
  }
}
.cid-uo9Lm4MRfx .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uo9Lm4MRfx .mbr-section-title {
    text-align: center;
  }
}
.cid-uo9Lm4MRfx .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uo9Lm4MRfx .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uo9Lm4MRfx .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uo9Lm4MRfx .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uo9Lm4MRfx .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uo9Lm4MRfx .mbr-section-btn .btn-white {
  color: #65c6d4 !important;
}
@media (max-width: 575px) {
  .cid-uo9Lm4MRfx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uo9Lm4MRfx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uo9Lm4MRfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Lm4MRfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Lm4MRfx .mbr-section-title,
.cid-uo9Lm4MRfx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo2Vg8EaUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo2Vg8EaUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vg8EaUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vg8EaUI .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2Vg8EaUI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2Vg8EaUI .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-uo2Vg8EaUI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2Vg8EaUI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2Vg8EaUI .mbr-section-title {
  color: #000000;
}
.cid-uo2Vg9HnKP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #65c6d4;
}
.cid-uo2Vg9HnKP .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2Vg9HnKP .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2Vg9HnKP .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2Vg9HnKP .brand__email {
  margin-bottom: 15px;
}
.cid-uo2Vg9HnKP .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2Vg9HnKP .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2Vg9HnKP .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2Vg9HnKP .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2Vg9HnKP .social {
  margin-top: 30px;
}
.cid-uo2Vg9HnKP .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2Vg9HnKP .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2Vg9HnKP .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2Vg9HnKP .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2Vg9HnKP .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2Vg9HnKP .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2Vg9HnKP .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2Vg9HnKP .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2Vg9HnKP .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2Vg9HnKP .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2Vg9HnKP .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2Vg9HnKP .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2Vg9HnKP .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2Vg9HnKP .divider {
    margin-top: 30px;
  }
  .cid-uo2Vg9HnKP .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2Vg9HnKP .align-right,
  .cid-uo2Vg9HnKP .privacy {
    text-align: center;
  }
  .cid-uo2Vg9HnKP .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2Vg9HnKP .privacy {
  color: #000000;
}
.cid-uo9QTA6HWH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo9QTA6HWH nav.navbar {
  position: fixed;
}
.cid-uo9QTA6HWH .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-uo9QTA6HWH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo9QTA6HWH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo9QTA6HWH .dropdown-item:hover,
.cid-uo9QTA6HWH .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uo9QTA6HWH .dropdown-item:hover span {
  color: white;
}
.cid-uo9QTA6HWH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo9QTA6HWH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo9QTA6HWH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo9QTA6HWH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9QTA6HWH .nav-link {
  position: relative;
}
.cid-uo9QTA6HWH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo9QTA6HWH .container {
    flex-wrap: nowrap;
  }
}
.cid-uo9QTA6HWH .iconfont-wrapper {
  color: #ff9966 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo9QTA6HWH .navbar-caption {
  font-weight: 500;
}
.cid-uo9QTA6HWH .dropdown-menu,
.cid-uo9QTA6HWH .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9QTA6HWH .nav-item:focus,
.cid-uo9QTA6HWH .nav-link:focus {
  outline: none;
}
.cid-uo9QTA6HWH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9QTA6HWH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9QTA6HWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9QTA6HWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9QTA6HWH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9QTA6HWH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9QTA6HWH .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo9QTA6HWH .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9QTA6HWH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo9QTA6HWH .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9QTA6HWH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo9QTA6HWH .navbar.collapsed {
  justify-content: center;
}
.cid-uo9QTA6HWH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9QTA6HWH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9QTA6HWH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uo9QTA6HWH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9QTA6HWH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9QTA6HWH .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-uo9QTA6HWH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9QTA6HWH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo9QTA6HWH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo9QTA6HWH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9QTA6HWH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9QTA6HWH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9QTA6HWH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9QTA6HWH .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-uo9QTA6HWH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9QTA6HWH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo9QTA6HWH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo9QTA6HWH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9QTA6HWH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9QTA6HWH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo9QTA6HWH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo9QTA6HWH .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo9QTA6HWH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9QTA6HWH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo9QTA6HWH .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-uo9QTA6HWH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9QTA6HWH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9QTA6HWH .dropdown-item.active,
.cid-uo9QTA6HWH .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9QTA6HWH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9QTA6HWH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9QTA6HWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9QTA6HWH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9QTA6HWH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9QTA6HWH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9QTA6HWH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo9QTA6HWH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9QTA6HWH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo9QTA6HWH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo9QTA6HWH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9QTA6HWH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9QTA6HWH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9QTA6HWH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9QTA6HWH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9QTA6HWH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9QTA6HWH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9QTA6HWH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9QTA6HWH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo9QTA6HWH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo9QTA6HWH .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-uo9QTA6HWH .navbar {
    height: 70px;
  }
  .cid-uo9QTA6HWH .navbar.opened {
    height: auto;
  }
  .cid-uo9QTA6HWH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9QTBxSUP {
  padding: 60px;
  background-color: #47b5ed;
}
@media (max-width: 768px) {
  .cid-uo9QTBxSUP {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo9QTBxSUP .container {
    padding: 26px;
  }
}
.cid-uo9QTBxSUP .container-fluid,
.cid-uo9QTBxSUP .container {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3-incredible-benefits-of-using-managed-it-services-1-2000x1172.jpg");
  background-size: cover;
}
.cid-uo9QTBxSUP .container-fluid .mbr-fallback-image.disabled,
.cid-uo9QTBxSUP .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTBxSUP .container-fluid .mbr-fallback-image,
.cid-uo9QTBxSUP .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTBxSUP .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uo9QTBxSUP .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9QTBxSUP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9QTBxSUP .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uo9QTBxSUP .mbr-section-title {
  color: #ffffff;
}
.cid-uo9QTBxSUP .mbr-text {
  color: #ffffff;
}
.cid-uo9QTCH8Ce {
  background-color: #47b5ed !important;
  border: 18px solid #47b5ed;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uo9QTCH8Ce {
    border: 8px solid #47b5ed;
    margin-top: -8px;
  }
}
.cid-uo9QTCH8Ce .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uo9QTCH8Ce section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uo9QTCH8Ce .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9QTCH8Ce .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTCH8Ce .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9QTCH8Ce .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uo9QTCH8Ce .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9QTCH8Ce .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo9QTCH8Ce .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uo9QTCH8Ce .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uo9QTCH8Ce .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uo9QTCH8Ce .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uo9QTCH8Ce .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uo9QTCH8Ce .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9QTCH8Ce .image-wrapper {
    height: auto;
  }
}
.cid-uo9QTCH8Ce .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uo9QTCH8Ce .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uo9QTCH8Ce .mbr-section-title {
  color: #ed2c03;
}
.cid-uo9QTCH8Ce .list {
  color: #000000;
}
.cid-uo9QTDBb4c {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo9QTDBb4c .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo9QTDBb4c .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uo9QTDBb4c .row {
    text-align: center!important;
  }
}
.cid-uo9QTDBb4c .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #65c6d4;
  background: linear-gradient(180deg, #65c6d4, #47b5ed);
}
@media (min-width: 768px) {
  .cid-uo9QTDBb4c .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uo9QTDBb4c .content-container {
    padding: 80px;
  }
}
.cid-uo9QTDBb4c .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uo9QTDBb4c .mbr-section-title {
    text-align: center;
  }
}
.cid-uo9QTDBb4c .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uo9QTDBb4c .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uo9QTDBb4c .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uo9QTDBb4c .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uo9QTDBb4c .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uo9QTDBb4c .mbr-section-btn .btn-white {
  color: #65c6d4 !important;
}
@media (max-width: 575px) {
  .cid-uo9QTDBb4c .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uo9QTDBb4c .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uo9QTDBb4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTDBb4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTDBb4c .mbr-section-title,
.cid-uo9QTDBb4c .mbr-section-btn {
  color: #000000;
}
.cid-uo9QTEugj6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9QTEugj6 .date__block {
  margin-bottom: 17px;
}
.cid-uo9QTEugj6 .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #ff9966;
}
.cid-uo9QTEugj6 .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #40b0bf;
}
.cid-uo9QTEugj6 .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uo9QTEugj6 .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uo9QTEugj6 .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9QTEugj6 .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9QTEugj6 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uo9QTEugj6 .link a {
  font-weight: 700;
}
.cid-uo9QTEugj6 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uo9QTEugj6 .link:hover span {
  transform: translateX(9px);
}
.cid-uo9QTEugj6 .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uo9QTEugj6 .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uo9QTEugj6 .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uo9QTEugj6 .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #47b5ed;
}
.cid-uo9QTEugj6 .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uo9QTEugj6 .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uo9QTEugj6 .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #47b5ed;
}
@media (max-width: 991px) {
  .cid-uo9QTEugj6 .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uo9QTEugj6 .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uo9QTEugj6 .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uo9QTEugj6 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uo9QTEugj6 .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uo9QTEugj6 .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uo9QTEugj6 .image:before {
    padding-top: 375px;
  }
}
.cid-uo9QTEugj6 .mbr-section-title,
.cid-uo9QTEugj6 .date__block {
  color: #000000;
}
.cid-uo9QTEugj6 .mbr-text,
.cid-uo9QTEugj6 .link {
  color: #000000;
}
.cid-uo9QTFhI1N {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #65c6d4;
}
.cid-uo9QTFhI1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTFhI1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTFhI1N img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo9QTFhI1N .card-wrapper {
  border: 3px solid #000000;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo9QTFhI1N .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo9QTFhI1N .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo9QTFhI1N .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo9QTFhI1N .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo9QTFhI1N .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-uo9QTFhI1N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo9QTFhI1N .mbr-text,
.cid-uo9QTFhI1N .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo9QTFhI1N .mbr-section-subtitle2,
.cid-uo9QTFhI1N .align-wrapper {
  color: #04492e;
}
.cid-uo9QTFhI1N .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo9QTGuacW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo9QTGuacW {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo9QTGuacW {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo9QTGuacW .mbr-section-subtitle {
  text-align: left;
}
.cid-uo9QTGuacW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo9QTGuacW .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9QTHnrmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uo9QTHnrmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTHnrmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTHnrmd .content-wrapper {
  padding: 80px 90px;
  background-color: #65c6d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #98dee8;
}
@media (max-width: 1200px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uo9QTHnrmd .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo9QTHnrmd .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uo9QTHnrmd .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo9QTHnrmd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uo9QTHnrmd .mbr-section-title {
  color: #050f0f;
}
.cid-uo9QTHnrmd .mbr-text {
  color: #050f0f;
}
.cid-uo9QTHnrmd .mbr-section-btn {
  text-align: center;
}
.cid-uo9QTHnrmd .icon-wrapper {
  text-align: right;
}
.cid-uo9QTIm7lC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
.cid-uo9QTIm7lC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTIm7lC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9QTIm7lC .container {
    padding: 0 15px;
  }
}
.cid-uo9QTIm7lC .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uo9QTIm7lC .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uo9QTIm7lC .content-wrapper {
    padding-right: 0;
  }
}
.cid-uo9QTIm7lC .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9QTIm7lC .content-wrap {
    display: block;
  }
}
.cid-uo9QTIm7lC .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo9QTIm7lC .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo9QTIm7lC .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo9QTIm7lC .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo9QTIm7lC .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uo9QTIm7lC .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uo9QTIm7lC .mbr-section-title {
  color: #000000;
}
.cid-uo9QTIm7lC .mbr-desc,
.cid-uo9QTIm7lC .desc-wrapper {
  color: #3f1819;
}
.cid-uo9QTJhKV0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo9QTJhKV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTJhKV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTJhKV0 .card-title,
.cid-uo9QTJhKV0 .card-box {
  color: #000000;
}
.cid-uo9QTKD4ip {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9QTKD4ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTKD4ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTKD4ip .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uo9QTKD4ip .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uo9QTKD4ip .container {
    padding: 0 26px;
  }
}
.cid-uo9QTKD4ip .row {
  justify-content: center;
}
.cid-uo9QTKD4ip .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #65c6d4;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uo9QTKD4ip .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo9QTKD4ip .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uo9QTKD4ip .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uo9QTKD4ip .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uo9QTKD4ip .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uo9QTKD4ip .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uo9QTKD4ip .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9QTKD4ip .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uo9QTKD4ip .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uo9QTKD4ip .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9QTKD4ip .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uo9QTKD4ip .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uo9QTKD4ip .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uo9QTKD4ip .mbr-section-title {
  color: #000000;
}
.cid-uo9QTKD4ip .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9QTKD4ip .mbr-desc {
  color: #ffffff;
}
.cid-uo9QTKD4ip .mbr-text {
  color: #000000;
}
.cid-uo9QTKD4ip .mbr-link {
  color: #ffffff;
}
.cid-uo9QTMIYJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9QTMIYJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTMIYJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTMIYJj .video-wrapper iframe {
  width: 100%;
}
.cid-uo9QTMIYJj .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo9QTMIYJj .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo9QTMIYJj .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo9QTMIYJj .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo9QTMIYJj .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo9QTMIYJj .video-block .image-absolute {
    display: none;
  }
}
.cid-uo9QTNGZ80 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo9QTNGZ80 {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo9QTNGZ80 {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo9QTNGZ80 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo9QTNGZ80 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo9QTNGZ80 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9QTLv90l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uo9QTLv90l .row {
  flex-direction: row-reverse;
}
.cid-uo9QTLv90l .row {
  align-items: flex-start;
}
.cid-uo9QTLv90l .container,
.cid-uo9QTLv90l .container-fluid {
  position: static;
}
.cid-uo9QTLv90l .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uo9QTLv90l .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo9QTLv90l .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo9QTLv90l .toggle-panel,
.cid-uo9QTLv90l .panel-group {
  width: 100%;
}
.cid-uo9QTLv90l .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo9QTLv90l .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #47b5ed;
}
.cid-uo9QTLv90l .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo9QTLv90l .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo9QTLv90l .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo9QTLv90l .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo9QTLv90l .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo9QTLv90l .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo9QTLv90l .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo9QTLv90l .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #47b5ed;
}
@media (max-width: 767px) {
  .cid-uo9QTLv90l .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo9QTLv90l .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo9QTLv90l .mbr-text,
.cid-uo9QTLv90l .mbr-section-btn {
  color: #ffffff;
}
.cid-uo9QTOHUif {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uo9QTOHUif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTOHUif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTOHUif img {
  border-radius: 3rem;
}
.cid-uo9QTOHUif .row {
  flex-direction: row-reverse;
}
.cid-uo9QTOHUif .row {
  align-items: center;
}
.cid-uo9QTOHUif .mbr-section-title {
  color: #000000;
}
.cid-uo9QTOHUif .mbr-text,
.cid-uo9QTOHUif .mbr-section-btn {
  color: #000000;
}
.cid-uo9QTPIPTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9QTPIPTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTPIPTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTPIPTk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uo9QTPIPTk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uo9QTPIPTk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uo9QTPIPTk .container {
    padding: 0 20px;
  }
}
.cid-uo9QTPIPTk .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uo9QTPIPTk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uo9QTPIPTk .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uo9QTPIPTk .panel-group {
    padding: 0 20px;
  }
}
.cid-uo9QTPIPTk .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-uo9QTPIPTk .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-uo9QTPIPTk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uo9QTPIPTk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uo9QTPIPTk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uo9QTPIPTk .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-uo9QTPIPTk .panel-group .card .panel-collapse {
  position: relative;
}
.cid-uo9QTPIPTk .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #47b5ed;
  transition: all 1s ease-out;
}
.cid-uo9QTPIPTk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uo9QTPIPTk .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-uo9QTPIPTk .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uo9QTPIPTk .panel-title-edit {
  color: #08323C;
}
.cid-uo9QTPIPTk .panel-text {
  color: #08323C;
}
.cid-uo9QTQJPKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uo9QTQJPKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9QTQJPKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9QTQJPKe .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo9QTQJPKe .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo9QTQJPKe .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-uo9QTQJPKe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo9QTQJPKe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo9QTQJPKe .mbr-section-title {
  color: #000000;
}
.cid-uo9QTS7xyB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #65c6d4;
}
.cid-uo9QTS7xyB .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo9QTS7xyB .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo9QTS7xyB .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo9QTS7xyB .brand__email {
  margin-bottom: 15px;
}
.cid-uo9QTS7xyB .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo9QTS7xyB .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo9QTS7xyB .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo9QTS7xyB .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo9QTS7xyB .social {
  margin-top: 30px;
}
.cid-uo9QTS7xyB .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo9QTS7xyB .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo9QTS7xyB .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo9QTS7xyB .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo9QTS7xyB .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo9QTS7xyB .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo9QTS7xyB .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo9QTS7xyB .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo9QTS7xyB .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo9QTS7xyB .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo9QTS7xyB .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo9QTS7xyB .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo9QTS7xyB .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo9QTS7xyB .divider {
    margin-top: 30px;
  }
  .cid-uo9QTS7xyB .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo9QTS7xyB .align-right,
  .cid-uo9QTS7xyB .privacy {
    text-align: center;
  }
  .cid-uo9QTS7xyB .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo9QTS7xyB .privacy {
  color: #000000;
}
.cid-uo9PoVv4CA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo9PoVv4CA nav.navbar {
  position: fixed;
}
.cid-uo9PoVv4CA .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-uo9PoVv4CA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo9PoVv4CA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo9PoVv4CA .dropdown-item:hover,
.cid-uo9PoVv4CA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uo9PoVv4CA .dropdown-item:hover span {
  color: white;
}
.cid-uo9PoVv4CA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo9PoVv4CA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo9PoVv4CA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo9PoVv4CA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9PoVv4CA .nav-link {
  position: relative;
}
.cid-uo9PoVv4CA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo9PoVv4CA .container {
    flex-wrap: nowrap;
  }
}
.cid-uo9PoVv4CA .iconfont-wrapper {
  color: #ff9966 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo9PoVv4CA .navbar-caption {
  font-weight: 500;
}
.cid-uo9PoVv4CA .dropdown-menu,
.cid-uo9PoVv4CA .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9PoVv4CA .nav-item:focus,
.cid-uo9PoVv4CA .nav-link:focus {
  outline: none;
}
.cid-uo9PoVv4CA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9PoVv4CA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9PoVv4CA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9PoVv4CA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9PoVv4CA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9PoVv4CA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9PoVv4CA .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo9PoVv4CA .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9PoVv4CA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo9PoVv4CA .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9PoVv4CA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo9PoVv4CA .navbar.collapsed {
  justify-content: center;
}
.cid-uo9PoVv4CA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9PoVv4CA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9PoVv4CA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uo9PoVv4CA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9PoVv4CA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9PoVv4CA .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-uo9PoVv4CA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9PoVv4CA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo9PoVv4CA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo9PoVv4CA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9PoVv4CA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9PoVv4CA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9PoVv4CA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9PoVv4CA .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-uo9PoVv4CA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9PoVv4CA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo9PoVv4CA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo9PoVv4CA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9PoVv4CA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9PoVv4CA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo9PoVv4CA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo9PoVv4CA .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo9PoVv4CA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9PoVv4CA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo9PoVv4CA .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-uo9PoVv4CA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9PoVv4CA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9PoVv4CA .dropdown-item.active,
.cid-uo9PoVv4CA .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9PoVv4CA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9PoVv4CA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9PoVv4CA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9PoVv4CA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9PoVv4CA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9PoVv4CA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9PoVv4CA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo9PoVv4CA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9PoVv4CA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo9PoVv4CA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo9PoVv4CA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9PoVv4CA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9PoVv4CA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9PoVv4CA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9PoVv4CA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9PoVv4CA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9PoVv4CA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9PoVv4CA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9PoVv4CA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo9PoVv4CA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo9PoVv4CA .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-uo9PoVv4CA .navbar {
    height: 70px;
  }
  .cid-uo9PoVv4CA .navbar.opened {
    height: auto;
  }
  .cid-uo9PoVv4CA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9PoWTNxm {
  padding: 60px;
  background-color: #47b5ed;
}
@media (max-width: 768px) {
  .cid-uo9PoWTNxm {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo9PoWTNxm .container {
    padding: 26px;
  }
}
.cid-uo9PoWTNxm .container-fluid,
.cid-uo9PoWTNxm .container {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/nct-blog-scaled-2000x1228.jpg");
  background-size: cover;
}
.cid-uo9PoWTNxm .container-fluid .mbr-fallback-image.disabled,
.cid-uo9PoWTNxm .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9PoWTNxm .container-fluid .mbr-fallback-image,
.cid-uo9PoWTNxm .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9PoWTNxm .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uo9PoWTNxm .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9PoWTNxm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9PoWTNxm .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uo9PoWTNxm .mbr-section-title {
  color: #ffffff;
}
.cid-uo9PoWTNxm .mbr-text {
  color: #ffffff;
}
.cid-uo9PoXVkk3 {
  background-color: #47b5ed !important;
  border: 18px solid #47b5ed;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uo9PoXVkk3 {
    border: 8px solid #47b5ed;
    margin-top: -8px;
  }
}
.cid-uo9PoXVkk3 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uo9PoXVkk3 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uo9PoXVkk3 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9PoXVkk3 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9PoXVkk3 .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9PoXVkk3 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uo9PoXVkk3 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9PoXVkk3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo9PoXVkk3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uo9PoXVkk3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uo9PoXVkk3 .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uo9PoXVkk3 .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uo9PoXVkk3 .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uo9PoXVkk3 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9PoXVkk3 .image-wrapper {
    height: auto;
  }
}
.cid-uo9PoXVkk3 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uo9PoXVkk3 .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uo9PoXVkk3 .mbr-section-title {
  color: #ed2c03;
}
.cid-uo9PoXVkk3 .list {
  color: #000000;
}
.cid-uo9PoYKGp1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo9PoYKGp1 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo9PoYKGp1 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uo9PoYKGp1 .row {
    text-align: center!important;
  }
}
.cid-uo9PoYKGp1 .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #65c6d4;
  background: linear-gradient(180deg, #65c6d4, #47b5ed);
}
@media (min-width: 768px) {
  .cid-uo9PoYKGp1 .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uo9PoYKGp1 .content-container {
    padding: 80px;
  }
}
.cid-uo9PoYKGp1 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uo9PoYKGp1 .mbr-section-title {
    text-align: center;
  }
}
.cid-uo9PoYKGp1 .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uo9PoYKGp1 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uo9PoYKGp1 .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uo9PoYKGp1 .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uo9PoYKGp1 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uo9PoYKGp1 .mbr-section-btn .btn-white {
  color: #65c6d4 !important;
}
@media (max-width: 575px) {
  .cid-uo9PoYKGp1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uo9PoYKGp1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uo9PoYKGp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9PoYKGp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9PoYKGp1 .mbr-section-title,
.cid-uo9PoYKGp1 .mbr-section-btn {
  color: #000000;
}
.cid-uo9PoZElYp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9PoZElYp .date__block {
  margin-bottom: 17px;
}
.cid-uo9PoZElYp .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #ff9966;
}
.cid-uo9PoZElYp .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #40b0bf;
}
.cid-uo9PoZElYp .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uo9PoZElYp .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uo9PoZElYp .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9PoZElYp .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9PoZElYp .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uo9PoZElYp .link a {
  font-weight: 700;
}
.cid-uo9PoZElYp .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uo9PoZElYp .link:hover span {
  transform: translateX(9px);
}
.cid-uo9PoZElYp .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uo9PoZElYp .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uo9PoZElYp .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uo9PoZElYp .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #47b5ed;
}
.cid-uo9PoZElYp .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uo9PoZElYp .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uo9PoZElYp .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #47b5ed;
}
@media (max-width: 991px) {
  .cid-uo9PoZElYp .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uo9PoZElYp .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uo9PoZElYp .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uo9PoZElYp .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uo9PoZElYp .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uo9PoZElYp .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uo9PoZElYp .image:before {
    padding-top: 375px;
  }
}
.cid-uo9PoZElYp .mbr-section-title,
.cid-uo9PoZElYp .date__block {
  color: #000000;
}
.cid-uo9PoZElYp .mbr-text,
.cid-uo9PoZElYp .link {
  color: #000000;
}
.cid-uo9Pp0rw2f {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #65c6d4;
}
.cid-uo9Pp0rw2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp0rw2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Pp0rw2f img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo9Pp0rw2f .card-wrapper {
  border: 3px solid #000000;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo9Pp0rw2f .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo9Pp0rw2f .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo9Pp0rw2f .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo9Pp0rw2f .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo9Pp0rw2f .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-uo9Pp0rw2f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo9Pp0rw2f .mbr-text,
.cid-uo9Pp0rw2f .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo9Pp0rw2f .mbr-section-subtitle2,
.cid-uo9Pp0rw2f .align-wrapper {
  color: #04492e;
}
.cid-uo9Pp0rw2f .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo9Pp1IhSN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo9Pp1IhSN {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo9Pp1IhSN {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo9Pp1IhSN .mbr-section-subtitle {
  text-align: left;
}
.cid-uo9Pp1IhSN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo9Pp1IhSN .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9Pp2yphv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uo9Pp2yphv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp2yphv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Pp2yphv .content-wrapper {
  padding: 80px 90px;
  background-color: #65c6d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #98dee8;
}
@media (max-width: 1200px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uo9Pp2yphv .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo9Pp2yphv .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uo9Pp2yphv .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo9Pp2yphv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uo9Pp2yphv .mbr-section-title {
  color: #050f0f;
}
.cid-uo9Pp2yphv .mbr-text {
  color: #050f0f;
}
.cid-uo9Pp2yphv .mbr-section-btn {
  text-align: center;
}
.cid-uo9Pp2yphv .icon-wrapper {
  text-align: right;
}
.cid-uo9Pp3pEBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
.cid-uo9Pp3pEBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp3pEBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9Pp3pEBC .container {
    padding: 0 15px;
  }
}
.cid-uo9Pp3pEBC .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uo9Pp3pEBC .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uo9Pp3pEBC .content-wrapper {
    padding-right: 0;
  }
}
.cid-uo9Pp3pEBC .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9Pp3pEBC .content-wrap {
    display: block;
  }
}
.cid-uo9Pp3pEBC .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo9Pp3pEBC .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo9Pp3pEBC .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo9Pp3pEBC .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo9Pp3pEBC .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uo9Pp3pEBC .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uo9Pp3pEBC .mbr-section-title {
  color: #000000;
}
.cid-uo9Pp3pEBC .mbr-desc,
.cid-uo9Pp3pEBC .desc-wrapper {
  color: #3f1819;
}
.cid-uo9Pp4lhkN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo9Pp4lhkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp4lhkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Pp4lhkN .card-title,
.cid-uo9Pp4lhkN .card-box {
  color: #000000;
}
.cid-uo9Pp5FHAN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9Pp5FHAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp5FHAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Pp5FHAN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uo9Pp5FHAN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uo9Pp5FHAN .container {
    padding: 0 26px;
  }
}
.cid-uo9Pp5FHAN .row {
  justify-content: center;
}
.cid-uo9Pp5FHAN .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #65c6d4;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uo9Pp5FHAN .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo9Pp5FHAN .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uo9Pp5FHAN .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uo9Pp5FHAN .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uo9Pp5FHAN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uo9Pp5FHAN .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uo9Pp5FHAN .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9Pp5FHAN .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uo9Pp5FHAN .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uo9Pp5FHAN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9Pp5FHAN .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uo9Pp5FHAN .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uo9Pp5FHAN .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uo9Pp5FHAN .mbr-section-title {
  color: #000000;
}
.cid-uo9Pp5FHAN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9Pp5FHAN .mbr-desc {
  color: #ffffff;
}
.cid-uo9Pp5FHAN .mbr-text {
  color: #000000;
}
.cid-uo9Pp5FHAN .mbr-link {
  color: #ffffff;
}
.cid-uo9Pp6xT17 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uo9Pp6xT17 .row {
  flex-direction: row-reverse;
}
.cid-uo9Pp6xT17 .row {
  align-items: flex-start;
}
.cid-uo9Pp6xT17 .container,
.cid-uo9Pp6xT17 .container-fluid {
  position: static;
}
.cid-uo9Pp6xT17 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uo9Pp6xT17 .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo9Pp6xT17 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo9Pp6xT17 .toggle-panel,
.cid-uo9Pp6xT17 .panel-group {
  width: 100%;
}
.cid-uo9Pp6xT17 .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo9Pp6xT17 .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #47b5ed;
}
.cid-uo9Pp6xT17 .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo9Pp6xT17 .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo9Pp6xT17 .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo9Pp6xT17 .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo9Pp6xT17 .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo9Pp6xT17 .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo9Pp6xT17 .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo9Pp6xT17 .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #47b5ed;
}
@media (max-width: 767px) {
  .cid-uo9Pp6xT17 .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo9Pp6xT17 .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo9Pp6xT17 .mbr-text,
.cid-uo9Pp6xT17 .mbr-section-btn {
  color: #ffffff;
}
.cid-uo9Pp7BMQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9Pp7BMQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp7BMQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Pp7BMQa .video-wrapper iframe {
  width: 100%;
}
.cid-uo9Pp7BMQa .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo9Pp7BMQa .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo9Pp7BMQa .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo9Pp7BMQa .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo9Pp7BMQa .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo9Pp7BMQa .video-block .image-absolute {
    display: none;
  }
}
.cid-uo9Pp8u5B1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo9Pp8u5B1 {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo9Pp8u5B1 {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo9Pp8u5B1 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo9Pp8u5B1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo9Pp8u5B1 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9Pp9tryt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uo9Pp9tryt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Pp9tryt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Pp9tryt img {
  border-radius: 3rem;
}
.cid-uo9Pp9tryt .row {
  flex-direction: row-reverse;
}
.cid-uo9Pp9tryt .row {
  align-items: center;
}
.cid-uo9Pp9tryt .mbr-section-title {
  color: #000000;
}
.cid-uo9Pp9tryt .mbr-text,
.cid-uo9Pp9tryt .mbr-section-btn {
  color: #000000;
}
.cid-uo9PpeDtay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9PpeDtay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9PpeDtay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9PpeDtay .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uo9PpeDtay .container-fluid {
    padding: 0 20px;
  }
}
.cid-uo9PpeDtay .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uo9PpeDtay .container {
    padding: 0 20px;
  }
}
.cid-uo9PpeDtay .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uo9PpeDtay .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uo9PpeDtay .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uo9PpeDtay .panel-group {
    padding: 0 20px;
  }
}
.cid-uo9PpeDtay .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-uo9PpeDtay .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-uo9PpeDtay .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uo9PpeDtay .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uo9PpeDtay .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uo9PpeDtay .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-uo9PpeDtay .panel-group .card .panel-collapse {
  position: relative;
}
.cid-uo9PpeDtay .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #47b5ed;
  transition: all 1s ease-out;
}
.cid-uo9PpeDtay .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uo9PpeDtay .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-uo9PpeDtay .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uo9PpeDtay .panel-title-edit {
  color: #08323C;
}
.cid-uo9PpeDtay .panel-text {
  color: #08323C;
}
.cid-uo9Ppicam5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo9Ppicam5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9Ppicam5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9Ppicam5 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo9Ppicam5 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo9Ppicam5 .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-uo9Ppicam5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo9Ppicam5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo9Ppicam5 .mbr-section-title {
  color: #000000;
}
.cid-uo9PpkL9fQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #65c6d4;
}
.cid-uo9PpkL9fQ .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo9PpkL9fQ .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo9PpkL9fQ .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo9PpkL9fQ .brand__email {
  margin-bottom: 15px;
}
.cid-uo9PpkL9fQ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo9PpkL9fQ .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo9PpkL9fQ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo9PpkL9fQ .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo9PpkL9fQ .social {
  margin-top: 30px;
}
.cid-uo9PpkL9fQ .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo9PpkL9fQ .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo9PpkL9fQ .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo9PpkL9fQ .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo9PpkL9fQ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo9PpkL9fQ .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo9PpkL9fQ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo9PpkL9fQ .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo9PpkL9fQ .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo9PpkL9fQ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo9PpkL9fQ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo9PpkL9fQ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo9PpkL9fQ .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo9PpkL9fQ .divider {
    margin-top: 30px;
  }
  .cid-uo9PpkL9fQ .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo9PpkL9fQ .align-right,
  .cid-uo9PpkL9fQ .privacy {
    text-align: center;
  }
  .cid-uo9PpkL9fQ .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo9PpkL9fQ .privacy {
  color: #000000;
}
.cid-uo9KM42eQC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo9KM42eQC nav.navbar {
  position: fixed;
}
.cid-uo9KM42eQC .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-uo9KM42eQC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo9KM42eQC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo9KM42eQC .dropdown-item:hover,
.cid-uo9KM42eQC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uo9KM42eQC .dropdown-item:hover span {
  color: white;
}
.cid-uo9KM42eQC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo9KM42eQC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo9KM42eQC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo9KM42eQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo9KM42eQC .nav-link {
  position: relative;
}
.cid-uo9KM42eQC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo9KM42eQC .container {
    flex-wrap: nowrap;
  }
}
.cid-uo9KM42eQC .iconfont-wrapper {
  color: #ff9966 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo9KM42eQC .navbar-caption {
  font-weight: 500;
}
.cid-uo9KM42eQC .dropdown-menu,
.cid-uo9KM42eQC .navbar.opened {
  background: #ffffff !important;
}
.cid-uo9KM42eQC .nav-item:focus,
.cid-uo9KM42eQC .nav-link:focus {
  outline: none;
}
.cid-uo9KM42eQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo9KM42eQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo9KM42eQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo9KM42eQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo9KM42eQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo9KM42eQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo9KM42eQC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uo9KM42eQC .navbar.opened {
  transition: all 0.3s;
}
.cid-uo9KM42eQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo9KM42eQC .navbar .navbar-logo img {
  width: auto;
}
.cid-uo9KM42eQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo9KM42eQC .navbar.collapsed {
  justify-content: center;
}
.cid-uo9KM42eQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo9KM42eQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo9KM42eQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-uo9KM42eQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo9KM42eQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo9KM42eQC .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-uo9KM42eQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo9KM42eQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo9KM42eQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo9KM42eQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo9KM42eQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo9KM42eQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo9KM42eQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo9KM42eQC .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-uo9KM42eQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo9KM42eQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo9KM42eQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo9KM42eQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo9KM42eQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo9KM42eQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo9KM42eQC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo9KM42eQC .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo9KM42eQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo9KM42eQC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo9KM42eQC .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-uo9KM42eQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo9KM42eQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo9KM42eQC .dropdown-item.active,
.cid-uo9KM42eQC .dropdown-item:active {
  background-color: transparent;
}
.cid-uo9KM42eQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo9KM42eQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo9KM42eQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo9KM42eQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uo9KM42eQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo9KM42eQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo9KM42eQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo9KM42eQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo9KM42eQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo9KM42eQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo9KM42eQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo9KM42eQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9KM42eQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo9KM42eQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo9KM42eQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9KM42eQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo9KM42eQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo9KM42eQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo9KM42eQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo9KM42eQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo9KM42eQC .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-uo9KM42eQC .navbar {
    height: 70px;
  }
  .cid-uo9KM42eQC .navbar.opened {
    height: auto;
  }
  .cid-uo9KM42eQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo9KM5z17a {
  padding: 60px;
  background-color: #47b5ed;
}
@media (max-width: 768px) {
  .cid-uo9KM5z17a {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo9KM5z17a .container {
    padding: 26px;
  }
}
.cid-uo9KM5z17a .container-fluid,
.cid-uo9KM5z17a .container {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/h1-ips-managed-1600x900.jpg");
  background-size: cover;
}
.cid-uo9KM5z17a .container-fluid .mbr-fallback-image.disabled,
.cid-uo9KM5z17a .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KM5z17a .container-fluid .mbr-fallback-image,
.cid-uo9KM5z17a .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KM5z17a .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uo9KM5z17a .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9KM5z17a .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9KM5z17a .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uo9KM5z17a .mbr-section-title {
  color: #ffffff;
}
.cid-uo9KM5z17a .mbr-text {
  color: #ffffff;
}
.cid-uo9KM6Iyb9 {
  background-color: #47b5ed !important;
  border: 18px solid #47b5ed;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uo9KM6Iyb9 {
    border: 8px solid #47b5ed;
    margin-top: -8px;
  }
}
.cid-uo9KM6Iyb9 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uo9KM6Iyb9 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uo9KM6Iyb9 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9KM6Iyb9 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KM6Iyb9 .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9KM6Iyb9 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uo9KM6Iyb9 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9KM6Iyb9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo9KM6Iyb9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uo9KM6Iyb9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uo9KM6Iyb9 .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uo9KM6Iyb9 .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uo9KM6Iyb9 .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uo9KM6Iyb9 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo9KM6Iyb9 .image-wrapper {
    height: auto;
  }
}
.cid-uo9KM6Iyb9 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uo9KM6Iyb9 .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uo9KM6Iyb9 .mbr-section-title {
  color: #ed2c03;
}
.cid-uo9KM6Iyb9 .list {
  color: #000000;
}
.cid-uo9KM7ykLu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo9KM7ykLu .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo9KM7ykLu .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uo9KM7ykLu .row {
    text-align: center!important;
  }
}
.cid-uo9KM7ykLu .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #65c6d4;
  background: linear-gradient(180deg, #65c6d4, #47b5ed);
}
@media (min-width: 768px) {
  .cid-uo9KM7ykLu .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uo9KM7ykLu .content-container {
    padding: 80px;
  }
}
.cid-uo9KM7ykLu .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uo9KM7ykLu .mbr-section-title {
    text-align: center;
  }
}
.cid-uo9KM7ykLu .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uo9KM7ykLu .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uo9KM7ykLu .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uo9KM7ykLu .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uo9KM7ykLu .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uo9KM7ykLu .mbr-section-btn .btn-white {
  color: #65c6d4 !important;
}
@media (max-width: 575px) {
  .cid-uo9KM7ykLu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uo9KM7ykLu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uo9KM7ykLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KM7ykLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KM7ykLu .mbr-section-title,
.cid-uo9KM7ykLu .mbr-section-btn {
  color: #000000;
}
.cid-uo9KM8uMmW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uo9KM8uMmW .date__block {
  margin-bottom: 17px;
}
.cid-uo9KM8uMmW .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #ff9966;
}
.cid-uo9KM8uMmW .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #40b0bf;
}
.cid-uo9KM8uMmW .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-uo9KM8uMmW .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-uo9KM8uMmW .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uo9KM8uMmW .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9KM8uMmW .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uo9KM8uMmW .link a {
  font-weight: 700;
}
.cid-uo9KM8uMmW .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uo9KM8uMmW .link:hover span {
  transform: translateX(9px);
}
.cid-uo9KM8uMmW .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-uo9KM8uMmW .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-uo9KM8uMmW .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uo9KM8uMmW .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #47b5ed;
}
.cid-uo9KM8uMmW .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-uo9KM8uMmW .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-uo9KM8uMmW .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #47b5ed;
}
@media (max-width: 991px) {
  .cid-uo9KM8uMmW .title__block {
    padding: 25px 30px 55px;
  }
  .cid-uo9KM8uMmW .content__wrap {
    margin-bottom: 90px;
  }
  .cid-uo9KM8uMmW .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-uo9KM8uMmW .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uo9KM8uMmW .mbr-text {
    margin-bottom: 11px;
  }
  .cid-uo9KM8uMmW .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-uo9KM8uMmW .image:before {
    padding-top: 375px;
  }
}
.cid-uo9KM8uMmW .mbr-section-title,
.cid-uo9KM8uMmW .date__block {
  color: #000000;
}
.cid-uo9KM8uMmW .mbr-text,
.cid-uo9KM8uMmW .link {
  color: #000000;
}
.cid-uo9KM9g12q {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #65c6d4;
}
.cid-uo9KM9g12q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KM9g12q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KM9g12q img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo9KM9g12q .card-wrapper {
  border: 3px solid #000000;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo9KM9g12q .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo9KM9g12q .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo9KM9g12q .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo9KM9g12q .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo9KM9g12q .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-uo9KM9g12q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo9KM9g12q .mbr-text,
.cid-uo9KM9g12q .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo9KM9g12q .mbr-section-subtitle2,
.cid-uo9KM9g12q .align-wrapper {
  color: #04492e;
}
.cid-uo9KM9g12q .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo9KMaAL9B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo9KMaAL9B {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo9KMaAL9B {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo9KMaAL9B .mbr-section-subtitle {
  text-align: left;
}
.cid-uo9KMaAL9B .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo9KMaAL9B .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9KMbnOSD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uo9KMbnOSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMbnOSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KMbnOSD .content-wrapper {
  padding: 80px 90px;
  background-color: #65c6d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #98dee8;
}
@media (max-width: 1200px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uo9KMbnOSD .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo9KMbnOSD .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uo9KMbnOSD .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uo9KMbnOSD .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uo9KMbnOSD .mbr-section-title {
  color: #050f0f;
}
.cid-uo9KMbnOSD .mbr-text {
  color: #050f0f;
}
.cid-uo9KMbnOSD .mbr-section-btn {
  text-align: center;
}
.cid-uo9KMbnOSD .icon-wrapper {
  text-align: right;
}
.cid-uo9KMcdaQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65c6d4;
}
.cid-uo9KMcdaQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMcdaQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uo9KMcdaQv .container {
    padding: 0 15px;
  }
}
.cid-uo9KMcdaQv .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uo9KMcdaQv .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uo9KMcdaQv .content-wrapper {
    padding-right: 0;
  }
}
.cid-uo9KMcdaQv .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo9KMcdaQv .content-wrap {
    display: block;
  }
}
.cid-uo9KMcdaQv .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo9KMcdaQv .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo9KMcdaQv .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo9KMcdaQv .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uo9KMcdaQv .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uo9KMcdaQv .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uo9KMcdaQv .mbr-section-title {
  color: #000000;
}
.cid-uo9KMcdaQv .mbr-desc,
.cid-uo9KMcdaQv .desc-wrapper {
  color: #3f1819;
}
.cid-uo9KMdaRFA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo9KMdaRFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMdaRFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KMdaRFA .card-title,
.cid-uo9KMdaRFA .card-box {
  color: #000000;
}
.cid-uo9KMeAhcw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9KMeAhcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMeAhcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KMeAhcw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uo9KMeAhcw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uo9KMeAhcw .container {
    padding: 0 26px;
  }
}
.cid-uo9KMeAhcw .row {
  justify-content: center;
}
.cid-uo9KMeAhcw .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #65c6d4;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uo9KMeAhcw .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo9KMeAhcw .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uo9KMeAhcw .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uo9KMeAhcw .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uo9KMeAhcw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uo9KMeAhcw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uo9KMeAhcw .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo9KMeAhcw .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uo9KMeAhcw .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uo9KMeAhcw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uo9KMeAhcw .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uo9KMeAhcw .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uo9KMeAhcw .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uo9KMeAhcw .mbr-section-title {
  color: #000000;
}
.cid-uo9KMeAhcw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9KMeAhcw .mbr-desc {
  color: #ffffff;
}
.cid-uo9KMeAhcw .mbr-text {
  color: #000000;
}
.cid-uo9KMeAhcw .mbr-link {
  color: #ffffff;
}
.cid-uo9KMfBGyr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uo9KMfBGyr .row {
  flex-direction: row-reverse;
}
.cid-uo9KMfBGyr .row {
  align-items: flex-start;
}
.cid-uo9KMfBGyr .container,
.cid-uo9KMfBGyr .container-fluid {
  position: static;
}
.cid-uo9KMfBGyr .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uo9KMfBGyr .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo9KMfBGyr .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo9KMfBGyr .toggle-panel,
.cid-uo9KMfBGyr .panel-group {
  width: 100%;
}
.cid-uo9KMfBGyr .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo9KMfBGyr .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #47b5ed;
}
.cid-uo9KMfBGyr .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo9KMfBGyr .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo9KMfBGyr .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo9KMfBGyr .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo9KMfBGyr .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo9KMfBGyr .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo9KMfBGyr .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo9KMfBGyr .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #47b5ed;
}
@media (max-width: 767px) {
  .cid-uo9KMfBGyr .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo9KMfBGyr .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo9KMfBGyr .mbr-text,
.cid-uo9KMfBGyr .mbr-section-btn {
  color: #ffffff;
}
.cid-uo9KMkEQOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9KMkEQOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMkEQOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KMkEQOm .video-wrapper iframe {
  width: 100%;
}
.cid-uo9KMkEQOm .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo9KMkEQOm .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo9KMkEQOm .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo9KMkEQOm .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo9KMkEQOm .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo9KMkEQOm .video-block .image-absolute {
    display: none;
  }
}
.cid-uo9KMhtZM7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo9KMhtZM7 {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo9KMhtZM7 {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo9KMhtZM7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo9KMhtZM7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo9KMhtZM7 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo9KMiDLWn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uo9KMiDLWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMiDLWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KMiDLWn img {
  border-radius: 3rem;
}
.cid-uo9KMiDLWn .row {
  flex-direction: row-reverse;
}
.cid-uo9KMiDLWn .row {
  align-items: center;
}
.cid-uo9KMiDLWn .mbr-section-title {
  color: #000000;
}
.cid-uo9KMiDLWn .mbr-text,
.cid-uo9KMiDLWn .mbr-section-btn {
  color: #000000;
}
.cid-uo9P5Y7bOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo9P5Y7bOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9P5Y7bOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9P5Y7bOc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uo9P5Y7bOc .container-fluid {
    padding: 0 20px;
  }
}
.cid-uo9P5Y7bOc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uo9P5Y7bOc .container {
    padding: 0 20px;
  }
}
.cid-uo9P5Y7bOc .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uo9P5Y7bOc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uo9P5Y7bOc .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uo9P5Y7bOc .panel-group {
    padding: 0 20px;
  }
}
.cid-uo9P5Y7bOc .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-uo9P5Y7bOc .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-uo9P5Y7bOc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uo9P5Y7bOc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uo9P5Y7bOc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uo9P5Y7bOc .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-uo9P5Y7bOc .panel-group .card .panel-collapse {
  position: relative;
}
.cid-uo9P5Y7bOc .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #47b5ed;
  transition: all 1s ease-out;
}
.cid-uo9P5Y7bOc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uo9P5Y7bOc .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-uo9P5Y7bOc .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uo9P5Y7bOc .panel-title-edit {
  color: #08323C;
}
.cid-uo9P5Y7bOc .panel-text {
  color: #08323C;
}
.cid-uo9KMlxZea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo9KMlxZea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9KMlxZea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9KMlxZea .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo9KMlxZea .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo9KMlxZea .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-uo9KMlxZea .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo9KMlxZea .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo9KMlxZea .mbr-section-title {
  color: #000000;
}
.cid-uo9KMmvj7S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #65c6d4;
}
.cid-uo9KMmvj7S .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo9KMmvj7S .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo9KMmvj7S .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo9KMmvj7S .brand__email {
  margin-bottom: 15px;
}
.cid-uo9KMmvj7S .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo9KMmvj7S .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo9KMmvj7S .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo9KMmvj7S .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo9KMmvj7S .social {
  margin-top: 30px;
}
.cid-uo9KMmvj7S .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo9KMmvj7S .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo9KMmvj7S .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo9KMmvj7S .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo9KMmvj7S .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo9KMmvj7S .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo9KMmvj7S .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo9KMmvj7S .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo9KMmvj7S .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo9KMmvj7S .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo9KMmvj7S .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo9KMmvj7S .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo9KMmvj7S .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo9KMmvj7S .divider {
    margin-top: 30px;
  }
  .cid-uo9KMmvj7S .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo9KMmvj7S .align-right,
  .cid-uo9KMmvj7S .privacy {
    text-align: center;
  }
  .cid-uo9KMmvj7S .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo9KMmvj7S .privacy {
  color: #000000;
}
