@import url(https://fonts.googleapis.com/css?family=Didact+Gothic:400&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0ca6c1 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #07a1a1 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #5b686b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0ca6c1 !important;
  border-color: #0ca6c1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #086879 !important;
  border-color: #086879 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #086879 !important;
  border-color: #086879 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #07a1a1 !important;
  border-color: #07a1a1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #045858 !important;
  border-color: #045858 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #045858 !important;
  border-color: #045858 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #065361;
  color: #065361;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0ca6c1 !important;
  border-color: #0ca6c1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #033f3f;
  color: #033f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #07a1a1;
  border-color: #07a1a1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #07a1a1 !important;
  border-color: #07a1a1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0ca6c1 !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #07a1a1 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #5b686b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #065361 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #999999 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #033f3f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2c3234 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #07a1a1;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #5b686b;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0ca6c1;
  border-color: #0ca6c1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0ca6c1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #58ddf5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #31f6f6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9ba7aa;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #0ca6c1;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #0ca6c1 !important;
  -webkit-box-shadow: 0 6px 16px 0 #0ca6c1 !important;
  background-color: #0ca6c1 !important;
  border-color: #0ca6c1 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #cccccc !important;
  -webkit-box-shadow: 0 6px 16px 0 #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0ca6c1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0ca6c1;
  border-bottom-color: #0ca6c1;
}
.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: #000000 !important;
  background-color: #0ca6c1 !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: #cccccc !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%;
}
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='%230ca6c1' %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;
}
.cid-sdLwZPBHWZ {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLwZPBHWZ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLwZPBHWZ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLwZPBHWZ .card-img span {
  font-size: 100px;
}
.cid-sdLwZPBHWZ .mbr-text,
.cid-sdLwZPBHWZ .mbr-section-btn {
  color: #efefef;
}
.cid-rQVJPYxeak {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQVJPYxeak img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQVJPYxeak H1 {
  color: #232323;
  text-align: center;
}
.cid-rQVJPYxeak .mbr-text,
.cid-rQVJPYxeak .mbr-section-btn {
  color: #716c80;
}
.cid-rQVJPYxeak H3 {
  color: #232323;
  text-align: center;
}
.cid-rQVJPYxeak .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVJPYxeak .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVJPYxeak .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVJPYxeak .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVJPYxeak .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVJPYxeak DIV {
  color: #57468b;
}
.cid-rQVJPYxeak .mbr-text,
.cid-rQVJPYxeak .media-content {
  color: #232323;
  text-align: left;
}
.cid-rQVJPYxeak H2 {
  color: #232323;
  text-align: center;
}
.cid-sdRvuFPWaX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRvuFPWaX H1 {
  color: #ffffff;
}
.cid-sdRvuFPWaX .align-left {
  margin: auto;
}
.cid-sdRvuFPWaX .row {
  justify-content: space-between;
}
.cid-sdRvuFPWaX .mbr-text,
.cid-sdRvuFPWaX .mbr-section-btn {
  color: #716c80;
}
.cid-sdRvuFPWaX .block-border {
  border-left: 2px solid #ffffff;
  padding-left: 4rem;
}
.cid-sdRvuFPWaX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdRvuFPWaX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdRvuFPWaX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdRvuFPWaX .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdRvuFPWaX .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdRvuFPWaX DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sdRvuFPWaX .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-sdRvuFPWaX h1 {
    padding-bottom: 1rem;
  }
}
.cid-sdRvuFPWaX .mbr-text,
.cid-sdRvuFPWaX .media-content {
  color: #ffffff;
}
.cid-rIjiD4ANFg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIjiD4ANFg .mbr-section-subtitle {
  color: #767676;
}
.cid-rIjiD4ANFg .container-table {
  margin: 0 auto;
}
.cid-rIjiD4ANFg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIjiD4ANFg .dataTables_wrapper {
  display: block;
}
.cid-rIjiD4ANFg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIjiD4ANFg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIjiD4ANFg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIjiD4ANFg table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIjiD4ANFg table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIjiD4ANFg table td {
  border: 1px solid #0ca6c1;
}
.cid-rIjiD4ANFg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIjiD4ANFg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIjiD4ANFg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIjiD4ANFg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIjiD4ANFg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIjiD4ANFg .dataTables_filter {
    text-align: center;
  }
  .cid-rIjiD4ANFg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIjiD4ANFg .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIjiD4ANFg .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIjiD4ANFg .mbr-section-title {
  color: #232323;
}
.cid-rIjiD4ANFg .head-item1 {
  color: #0ca6c1;
}
.cid-rIjiD4ANFg .body-item1 {
  color: #232323;
}
.cid-sdRCEURoO7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRCEURoO7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRCEURoO7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRCEURoO7 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRCEURoO7 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRCEURoO7 .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRCEURoO7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRCEURoO7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRCEURoO7 .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRCEURoO7 P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRCEURoO7 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRCEURoO7 .mbr-text,
  .cid-sdRCEURoO7 .nav-link {
    text-align: center;
  }
}
.cid-sdRv0nhMuH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRv0nhMuH .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRv0nhMuH .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRv0nhMuH img {
  object-fit: contain;
}
.cid-sdRv0nhMuH .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRv0nhMuH .mbr-text:after,
  .cid-sdRv0nhMuH .mbr-text:before {
    display: none;
  }
}
.cid-sdRv0nhMuH .mbr-section-title,
.cid-sdRv0nhMuH .logo {
  color: #ffffff;
}
.cid-rIjjp5Og73 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIjjp5Og73 .mbr-section-subtitle {
  color: #767676;
}
.cid-rIjjp5Og73 .container-table {
  margin: 0 auto;
}
.cid-rIjjp5Og73 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIjjp5Og73 .dataTables_wrapper {
  display: block;
}
.cid-rIjjp5Og73 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIjjp5Og73 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIjjp5Og73 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIjjp5Og73 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIjjp5Og73 table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIjjp5Og73 table td {
  border: 1px solid #0ca6c1;
}
.cid-rIjjp5Og73 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIjjp5Og73 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIjjp5Og73 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIjjp5Og73 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIjjp5Og73 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIjjp5Og73 .dataTables_filter {
    text-align: center;
  }
  .cid-rIjjp5Og73 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIjjp5Og73 .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIjjp5Og73 .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIjjp5Og73 .mbr-section-title {
  color: #232323;
}
.cid-rIjjp5Og73 .head-item1 {
  color: #0ca6c1;
}
.cid-rIjjp5Og73 .body-item1 {
  color: #232323;
}
.cid-sdRD8ZXwXD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRD8ZXwXD .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRD8ZXwXD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRD8ZXwXD .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRD8ZXwXD .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRD8ZXwXD .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRD8ZXwXD .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRD8ZXwXD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRD8ZXwXD .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRD8ZXwXD P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRD8ZXwXD .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRD8ZXwXD .mbr-text,
  .cid-sdRD8ZXwXD .nav-link {
    text-align: center;
  }
}
.cid-sdMFpZdcVX {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFpZdcVX section {
  position: relative;
}
.cid-sdMFpZdcVX .container {
  max-width: 1400px;
}
.cid-sdMFpZdcVX .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFpZdcVX .soc-item a {
  padding-top: 5px;
}
.cid-sdMFpZdcVX .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFpZdcVX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFpZdcVX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFpZdcVX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFpZdcVX #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFpZdcVX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFpZdcVX .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFpZdcVX .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFpZdcVX .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFpZdcVX .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFpZdcVX .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFpZdcVX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFpZdcVX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFpZdcVX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFpZdcVX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFpZdcVX img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFpZdcVX .item {
    justify-content: center;
  }
  .cid-sdMFpZdcVX .quote::after {
    left: 60px;
  }
}
.cid-sdMFpZdcVX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFpZdcVX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFpZdcVX .text1 {
  color: #ffffff;
}
.cid-sdMFpZdcVX .item-title {
  color: #ffffff;
}
.cid-sdMFpZdcVX H5 {
  color: #ffffff;
}
.cid-sdMFpZdcVX .theme {
  color: #ffffff;
}
.cid-sdMFpZdcVX .copyright > p {
  color: #ff3366;
}
.cid-sdMFpZdcVX .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdKM4NPVeR {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdKM4NPVeR .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdKM4NPVeR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdKM4NPVeR .card-img span {
  font-size: 100px;
}
.cid-sdKM4NPVeR .mbr-text,
.cid-sdKM4NPVeR .mbr-section-btn {
  color: #efefef;
}
.cid-rQKSgtQKqm {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQKSgtQKqm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQKSgtQKqm H1 {
  color: #232323;
  text-align: center;
}
.cid-rQKSgtQKqm .mbr-text,
.cid-rQKSgtQKqm .mbr-section-btn {
  color: #716c80;
}
.cid-rQKSgtQKqm H3 {
  color: #232323;
  text-align: center;
}
.cid-rQKSgtQKqm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQKSgtQKqm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQKSgtQKqm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQKSgtQKqm .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQKSgtQKqm .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQKSgtQKqm DIV {
  color: #57468b;
}
.cid-rQKSgtQKqm .mbr-text,
.cid-rQKSgtQKqm .media-content {
  color: #232323;
  text-align: left;
}
.cid-rQKSgtQKqm H2 {
  color: #232323;
  text-align: center;
}
.cid-rR13j0OmZY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rR13j0OmZY .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rR13j0OmZY .mbr-shop .row {
  margin: 0;
}
.cid-rR13j0OmZY .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rR13j0OmZY .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rR13j0OmZY .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rR13j0OmZY .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rR13j0OmZY .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rR13j0OmZY .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rR13j0OmZY .mbr-shop .hide-modal {
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rR13j0OmZY .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rR13j0OmZY .mbr-shop .filter-by-pu,
.cid-rR13j0OmZY .mbr-shop .filter-by-pd,
.cid-rR13j0OmZY .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rR13j0OmZY .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rR13j0OmZY .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem h4,
.cid-rR13j0OmZY .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem h5,
.cid-rR13j0OmZY .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem p,
.cid-rR13j0OmZY .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rR13j0OmZY .mbr-shop .item-button {
  text-align: center;
}
.cid-rR13j0OmZY .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rR13j0OmZY .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rR13j0OmZY .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rR13j0OmZY .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rR13j0OmZY .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rR13j0OmZY .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #149dcc;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-item__hided h4,
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-item__hided h5,
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #0ca6c1;
}
.cid-rR13j0OmZY .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rR13j0OmZY .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rR13j0OmZY .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #0ca6c1;
  font-weight: bold;
}
.cid-rR13j0OmZY .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #0ca6c1;
  border-radius: 2px;
  font-size: 0;
}
.cid-rR13j0OmZY .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #0ca6c1;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rR13j0OmZY .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #0ca6c1;
}
.cid-rR13j0OmZY .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rR13j0OmZY .mbr-shop .range-controls {
  position: relative;
}
.cid-rR13j0OmZY .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rR13j0OmZY .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #0ca6c1;
}
.cid-rR13j0OmZY .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #0ca6c1;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #0ca6c1;
  cursor: pointer;
}
.cid-rR13j0OmZY .mbr-shop .toggle:hover,
.cid-rR13j0OmZY .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rR13j0OmZY .mbr-shop .min-toggle {
  left: 0;
}
.cid-rR13j0OmZY .mbr-shop .max-toggle {
  right: 0;
}
.cid-rR13j0OmZY .mbr-shop .hided-by-price {
  display: none;
}
.cid-rR13j0OmZY .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rR13j0OmZY .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rR13j0OmZY .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rR13j0OmZY .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rR13j0OmZY .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-rR13j0OmZY .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rR13j0OmZY .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rR13j0OmZY .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rR13j0OmZY .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rR13j0OmZY .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rR13j0OmZY .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rR13j0OmZY .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rR13j0OmZY .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rR13j0OmZY .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rR13j0OmZY .mbr-shop .shop-items .onsale,
.cid-rR13j0OmZY .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rR13j0OmZY .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rR13j0OmZY .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rR13j0OmZY .mbr-shop .price-range {
  display: inline-block;
}
.cid-rR13j0OmZY .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rR13j0OmZY .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rR13j0OmZY .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rR13j0OmZY .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rR13j0OmZY .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rR13j0OmZY .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rR13j0OmZY .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rR13j0OmZY .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rR13j0OmZY .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rR13j0OmZY .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rR13j0OmZY .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rR13j0OmZY .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rR13j0OmZY .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rR13j0OmZY .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rR13j0OmZY .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rR13j0OmZY .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rR13j0OmZY .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rR13j0OmZY .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rR13j0OmZY .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rR13j0OmZY .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rR13j0OmZY .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rR13j0OmZY .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rR13j0OmZY .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rR13j0OmZY .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rR13j0OmZY .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rR13j0OmZY .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rR13j0OmZY .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-rR13j0OmZY .item-title {
  color: #232323;
}
.cid-rR13j0OmZY .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-rR13j0OmZY .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #07a1a1;
}
.cid-rR13j0OmZY .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-rR13j0OmZY .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-rR13j0OmZY .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-rR13j0OmZY .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-rR13j0OmZY .mbr-gallery-item:hover .style_overlay {
  background: #55b4d4;
  opacity: 0.5;
  transition: all .5s;
}
.cid-rR13j0OmZY .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-rR13j0OmZY .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR13j0OmZY .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rR13j0OmZY LI {
  color: #0ca6c1;
}
.cid-rR13j0OmZY .sidebar-title {
  color: #0ca6c1;
}
@media (max-width: 576px) {
  .cid-rR13j0OmZY .mbr-shop .mbr-gallery-item,
  .cid-rR13j0OmZY .wrapper-shop-items,
  .cid-rR13j0OmZY .sidebar-block,
  .cid-rR13j0OmZY .sidebar-title,
  .cid-rR13j0OmZY .sidebar,
  .cid-rR13j0OmZY .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rR13j0OmZY .filter-cost {
    max-width: 100%!important;
  }
  .cid-rR13j0OmZY .range-slider,
  .cid-rR13j0OmZY .categories,
  .cid-rR13j0OmZY .bestseller-block {
    text-align: center;
  }
}
.cid-rR13j0OmZY .shop-item-price,
.cid-rR13j0OmZY .price-block {
  color: #0ca6c1;
}
.cid-sdRs4gV1mv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRs4gV1mv .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRs4gV1mv .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRs4gV1mv img {
  object-fit: contain;
}
.cid-sdRs4gV1mv .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRs4gV1mv .mbr-text:after,
  .cid-sdRs4gV1mv .mbr-text:before {
    display: none;
  }
}
.cid-sdRs4gV1mv .mbr-section-title,
.cid-sdRs4gV1mv .logo {
  color: #ffffff;
}
.cid-rSQXqzhQFY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSQXqzhQFY .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-rSQXqzhQFY .mbr-section-title {
  margin: 0;
}
.cid-rSQXqzhQFY .mbr-section-subtitle {
  color: #465052;
}
.cid-rSQXqzhQFY .card-img {
  text-align: inherit;
}
.cid-rSQXqzhQFY .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-rSQXqzhQFY .mbr-text {
  color: #ffffff;
}
.cid-rSQXqzhQFY .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #0ca6c1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-rSQXqzhQFY .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rSQXqzhQFY .mbr-card-title {
  text-align: center;
}
.cid-rQKXjf5q7u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0ca6c1;
}
.cid-rQKXjf5q7u h3 {
  text-align: center;
}
.cid-rQKXjf5q7u .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-rQKXjf5q7u .mbr-content-text {
  color: #767676;
}
.cid-rQKXjf5q7u .card {
  word-wrap: break-word;
}
.cid-rQKXjf5q7u .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rQKXjf5q7u H3 {
  color: #ffffff;
}
.cid-rQKXjf5q7u H4 {
  color: #ffffff;
  font-weight: 500;
}
.cid-rQKXjf5q7u .mbr-section-title {
  color: #57468b;
}
.cid-sdKZDqZaVG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdKZDqZaVG .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
}
.cid-sdKZDqZaVG .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-sdKZDqZaVG .card {
  margin-bottom: 2rem;
  background: #16bdda;
}
.cid-sdKZDqZaVG .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-sdKZDqZaVG .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-sdKZDqZaVG .space {
  height: 45px;
  width: 100%;
}
.cid-sdKZDqZaVG .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-sdKZDqZaVG .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sdKZDqZaVG .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sdKZDqZaVG .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-sdKZDqZaVG .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rSQYpedAUG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rSQYpedAUG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSQYpedAUG H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rSQYpedAUG .mbr-text,
.cid-rSQYpedAUG .mbr-section-btn {
  color: #716c80;
}
.cid-rSQYpedAUG H3 {
  color: #716c80;
}
.cid-rSQYpedAUG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSQYpedAUG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSQYpedAUG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSQYpedAUG .link:hover {
  color: #0ca6c1 !important;
}
.cid-rSQYpedAUG .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rSQYpedAUG DIV {
  color: #57468b;
}
.cid-rSQYpedAUG .mbr-text,
.cid-rSQYpedAUG .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-rSQYpedAUG H2 {
  text-align: center;
}
.cid-sdKQAB2bWc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdKQAB2bWc .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-sdKQAB2bWc .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-sdKQAB2bWc h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdKQAB2bWc .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sdKQAB2bWc .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sdKQAB2bWc .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-sdKQAB2bWc .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sdKQAB2bWc .panel-group {
  width: 100%;
}
.cid-sdKQAB2bWc .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-sdKQAB2bWc .card {
  border-bottom: 1px solid #b2ccd2;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sdKQAB2bWc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdKQAB2bWc .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #0ca6c1;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdKQAB2bWc .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sdKQAB2bWc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdKQAB2bWc .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sdKQAB2bWc .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sdKQAB2bWc .card .panel-body {
  background: #b2ccd2;
}
.cid-sdKQAB2bWc .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sdKQAB2bWc .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdKQAB2bWc .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sdKQAB2bWc .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sdKQAB2bWc .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sdKQAB2bWc .header-text,
.cid-sdKQAB2bWc .sign {
  color: #232323;
}
.cid-rIcGXE9tXt {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-rIcGXE9tXt section {
  position: relative;
}
.cid-rIcGXE9tXt .container {
  max-width: 1400px;
}
.cid-rIcGXE9tXt .card-img2 span {
  padding-top: 6px;
}
.cid-rIcGXE9tXt .soc-item a {
  padding-top: 5px;
}
.cid-rIcGXE9tXt .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rIcGXE9tXt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rIcGXE9tXt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rIcGXE9tXt svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rIcGXE9tXt #e2_shape {
  fill: #ffffff !important;
}
.cid-rIcGXE9tXt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rIcGXE9tXt .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rIcGXE9tXt .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rIcGXE9tXt .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rIcGXE9tXt .soc-item span {
  font-size: 1.4rem;
}
.cid-rIcGXE9tXt .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-rIcGXE9tXt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rIcGXE9tXt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rIcGXE9tXt .media-wrap {
  margin-bottom: 1rem;
}
.cid-rIcGXE9tXt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rIcGXE9tXt img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rIcGXE9tXt .item {
    justify-content: center;
  }
  .cid-rIcGXE9tXt .quote::after {
    left: 60px;
  }
}
.cid-rIcGXE9tXt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rIcGXE9tXt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rIcGXE9tXt .text1 {
  color: #ffffff;
}
.cid-rIcGXE9tXt .item-title {
  color: #ffffff;
}
.cid-rIcGXE9tXt H5 {
  color: #ffffff;
}
.cid-rIcGXE9tXt .theme {
  color: #ffffff;
}
.cid-rIcGXE9tXt .copyright > p {
  color: #ff3366;
}
.cid-rIcGXE9tXt .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLrHEyo2w {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLrHEyo2w .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLrHEyo2w .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLrHEyo2w .card-img span {
  font-size: 100px;
}
.cid-sdLrHEyo2w .mbr-text,
.cid-sdLrHEyo2w .mbr-section-btn {
  color: #efefef;
}
.cid-rQVDheMExZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQVDheMExZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQVDheMExZ H1 {
  color: #232323;
  text-align: center;
}
.cid-rQVDheMExZ .mbr-text,
.cid-rQVDheMExZ .mbr-section-btn {
  color: #716c80;
}
.cid-rQVDheMExZ H3 {
  color: #232323;
  text-align: center;
}
.cid-rQVDheMExZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVDheMExZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVDheMExZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVDheMExZ .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVDheMExZ .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVDheMExZ DIV {
  color: #57468b;
}
.cid-rQVDheMExZ .mbr-text,
.cid-rQVDheMExZ .media-content {
  color: #232323;
  text-align: left;
}
.cid-rQVDheMExZ H2 {
  color: #232323;
  text-align: center;
}
.cid-rQVDifqacr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rQVDifqacr H1 {
  color: #ffffff;
}
.cid-rQVDifqacr .align-left {
  margin: auto;
}
.cid-rQVDifqacr .row {
  justify-content: space-between;
}
.cid-rQVDifqacr .mbr-text,
.cid-rQVDifqacr .mbr-section-btn {
  color: #716c80;
}
.cid-rQVDifqacr .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQVDifqacr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVDifqacr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVDifqacr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVDifqacr .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVDifqacr .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVDifqacr DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQVDifqacr .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQVDifqacr h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQVDifqacr .mbr-text,
.cid-rQVDifqacr .media-content {
  color: #ffffff;
}
.cid-rIhLhGbVaE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIhLhGbVaE .mbr-section-subtitle {
  color: #767676;
}
.cid-rIhLhGbVaE .container-table {
  margin: 0 auto;
}
.cid-rIhLhGbVaE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIhLhGbVaE .dataTables_wrapper {
  display: block;
}
.cid-rIhLhGbVaE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIhLhGbVaE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIhLhGbVaE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIhLhGbVaE table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIhLhGbVaE table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIhLhGbVaE table td {
  border: 1px solid #0ca6c1;
}
.cid-rIhLhGbVaE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIhLhGbVaE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIhLhGbVaE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIhLhGbVaE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIhLhGbVaE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIhLhGbVaE .dataTables_filter {
    text-align: center;
  }
  .cid-rIhLhGbVaE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIhLhGbVaE .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIhLhGbVaE .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIhLhGbVaE .mbr-section-title {
  color: #232323;
}
.cid-rIhLhGbVaE .head-item1 {
  color: #0ca6c1;
}
.cid-rIhLhGbVaE .body-item1 {
  color: #232323;
}
.cid-sdRA1QEWzK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRA1QEWzK .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRA1QEWzK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRA1QEWzK .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRA1QEWzK .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRA1QEWzK .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRA1QEWzK .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRA1QEWzK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRA1QEWzK .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRA1QEWzK P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRA1QEWzK .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRA1QEWzK .mbr-text,
  .cid-sdRA1QEWzK .nav-link {
    text-align: center;
  }
}
.cid-sdRuM4Ucbq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRuM4Ucbq .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRuM4Ucbq .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRuM4Ucbq img {
  object-fit: contain;
}
.cid-sdRuM4Ucbq .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRuM4Ucbq .mbr-text:after,
  .cid-sdRuM4Ucbq .mbr-text:before {
    display: none;
  }
}
.cid-sdRuM4Ucbq .mbr-section-title,
.cid-sdRuM4Ucbq .logo {
  color: #ffffff;
}
.cid-rQL2Mln1mx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQL2Mln1mx .mbr-section-subtitle {
  color: #767676;
}
.cid-rQL2Mln1mx .container-table {
  margin: 0 auto;
}
.cid-rQL2Mln1mx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQL2Mln1mx .dataTables_wrapper {
  display: block;
}
.cid-rQL2Mln1mx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQL2Mln1mx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQL2Mln1mx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rQL2Mln1mx table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rQL2Mln1mx table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rQL2Mln1mx table td {
  border: 1px solid #0ca6c1;
}
.cid-rQL2Mln1mx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQL2Mln1mx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQL2Mln1mx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQL2Mln1mx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQL2Mln1mx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQL2Mln1mx .dataTables_filter {
    text-align: center;
  }
  .cid-rQL2Mln1mx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQL2Mln1mx .head-item {
  color: #232323;
  text-align: center;
}
.cid-rQL2Mln1mx .body-item {
  color: #232323;
  text-align: center;
}
.cid-rQL2Mln1mx .mbr-section-title {
  color: #232323;
}
.cid-rQL2Mln1mx .head-item1 {
  color: #0ca6c1;
}
.cid-rQL2Mln1mx .body-item1 {
  color: #232323;
}
.cid-sdRAsrP0Vw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRAsrP0Vw .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRAsrP0Vw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRAsrP0Vw .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRAsrP0Vw .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRAsrP0Vw .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRAsrP0Vw .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRAsrP0Vw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRAsrP0Vw .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRAsrP0Vw P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRAsrP0Vw .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRAsrP0Vw .mbr-text,
  .cid-sdRAsrP0Vw .nav-link {
    text-align: center;
  }
}
.cid-sdLsw1FUC6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdLsw1FUC6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdLsw1FUC6 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sdLsw1FUC6 .mbr-text,
.cid-sdLsw1FUC6 .mbr-section-btn {
  color: #716c80;
}
.cid-sdLsw1FUC6 H3 {
  color: #716c80;
}
.cid-sdLsw1FUC6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdLsw1FUC6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdLsw1FUC6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdLsw1FUC6 .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdLsw1FUC6 .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdLsw1FUC6 DIV {
  color: #57468b;
}
.cid-sdLsw1FUC6 .mbr-text,
.cid-sdLsw1FUC6 .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-sdLsw1FUC6 H2 {
  text-align: center;
}
.cid-sdSWW5IPPq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdSWW5IPPq .container-fluid {
  padding: 0 2rem;
}
.cid-sdSWW5IPPq .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0ca6c1;
  display: inline-block;
}
.cid-sdSWW5IPPq .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sdSWW5IPPq .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sdSWW5IPPq .time-line-date-content {
  margin-right: 2rem;
}
.cid-sdSWW5IPPq .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sdSWW5IPPq .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sdSWW5IPPq .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0ca6c1;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sdSWW5IPPq .separline:before,
.cid-sdSWW5IPPq .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sdSWW5IPPq .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sdSWW5IPPq .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdSWW5IPPq .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sdSWW5IPPq .separline:before,
  .cid-sdSWW5IPPq .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sdSWW5IPPq .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sdSWW5IPPq .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sdSWW5IPPq .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sdSWW5IPPq .time-line-date-content p {
    float: left !important;
  }
  .cid-sdSWW5IPPq .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sdSWW5IPPq .mbr-section-title,
.cid-sdSWW5IPPq .underline {
  text-align: center;
}
.cid-sdSWW5IPPq .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sdMFiWUndn {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFiWUndn section {
  position: relative;
}
.cid-sdMFiWUndn .container {
  max-width: 1400px;
}
.cid-sdMFiWUndn .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFiWUndn .soc-item a {
  padding-top: 5px;
}
.cid-sdMFiWUndn .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFiWUndn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFiWUndn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFiWUndn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFiWUndn #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFiWUndn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFiWUndn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFiWUndn .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFiWUndn .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFiWUndn .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFiWUndn .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFiWUndn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFiWUndn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFiWUndn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFiWUndn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFiWUndn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFiWUndn .item {
    justify-content: center;
  }
  .cid-sdMFiWUndn .quote::after {
    left: 60px;
  }
}
.cid-sdMFiWUndn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFiWUndn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFiWUndn .text1 {
  color: #ffffff;
}
.cid-sdMFiWUndn .item-title {
  color: #ffffff;
}
.cid-sdMFiWUndn H5 {
  color: #ffffff;
}
.cid-sdMFiWUndn .theme {
  color: #ffffff;
}
.cid-sdMFiWUndn .copyright > p {
  color: #ff3366;
}
.cid-sdMFiWUndn .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLuFtO4tS {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLuFtO4tS .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLuFtO4tS .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLuFtO4tS .card-img span {
  font-size: 100px;
}
.cid-sdLuFtO4tS .mbr-text,
.cid-sdLuFtO4tS .mbr-section-btn {
  color: #efefef;
}
.cid-rQKSrhCk2e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQKSrhCk2e img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQKSrhCk2e H1 {
  color: #232323;
  text-align: center;
}
.cid-rQKSrhCk2e .mbr-text,
.cid-rQKSrhCk2e .mbr-section-btn {
  color: #716c80;
}
.cid-rQKSrhCk2e H3 {
  color: #232323;
  text-align: center;
}
.cid-rQKSrhCk2e .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQKSrhCk2e .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQKSrhCk2e .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQKSrhCk2e .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQKSrhCk2e .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQKSrhCk2e DIV {
  color: #57468b;
}
.cid-rQKSrhCk2e .mbr-text,
.cid-rQKSrhCk2e .media-content {
  text-align: left;
  color: #232323;
}
.cid-rQKSrhCk2e H2 {
  color: #232323;
  text-align: center;
}
.cid-rQKTaTO6GB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rQKTaTO6GB H1 {
  color: #ffffff;
}
.cid-rQKTaTO6GB .align-left {
  margin: auto;
}
.cid-rQKTaTO6GB .row {
  justify-content: space-between;
}
.cid-rQKTaTO6GB .mbr-text,
.cid-rQKTaTO6GB .mbr-section-btn {
  color: #716c80;
}
.cid-rQKTaTO6GB .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQKTaTO6GB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQKTaTO6GB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQKTaTO6GB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQKTaTO6GB .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQKTaTO6GB .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQKTaTO6GB DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQKTaTO6GB .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQKTaTO6GB h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQKTaTO6GB .mbr-text,
.cid-rQKTaTO6GB .media-content {
  color: #ffffff;
}
.cid-rIauedJF07 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIauedJF07 .mbr-section-subtitle {
  color: #767676;
}
.cid-rIauedJF07 .container-table {
  margin: 0 auto;
}
.cid-rIauedJF07 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIauedJF07 .dataTables_wrapper {
  display: block;
}
.cid-rIauedJF07 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIauedJF07 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIauedJF07 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIauedJF07 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIauedJF07 table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIauedJF07 table td {
  border: 1px solid #0ca6c1;
}
.cid-rIauedJF07 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIauedJF07 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIauedJF07 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIauedJF07 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIauedJF07 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIauedJF07 .dataTables_filter {
    text-align: center;
  }
  .cid-rIauedJF07 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIauedJF07 .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIauedJF07 .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIauedJF07 .mbr-section-title {
  color: #232323;
}
.cid-rIauedJF07 .head-item1 {
  color: #0ca6c1;
}
.cid-rIauedJF07 .body-item1 {
  color: #232323;
}
.cid-sdRAUW2cfg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRAUW2cfg .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRAUW2cfg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRAUW2cfg .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRAUW2cfg .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRAUW2cfg .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRAUW2cfg .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRAUW2cfg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRAUW2cfg .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRAUW2cfg P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRAUW2cfg .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRAUW2cfg .mbr-text,
  .cid-sdRAUW2cfg .nav-link {
    text-align: center;
  }
}
.cid-sdLvfSfZT2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdLvfSfZT2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdLvfSfZT2 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sdLvfSfZT2 .mbr-text,
.cid-sdLvfSfZT2 .mbr-section-btn {
  color: #716c80;
}
.cid-sdLvfSfZT2 H3 {
  color: #716c80;
}
.cid-sdLvfSfZT2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdLvfSfZT2 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdLvfSfZT2 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdLvfSfZT2 .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdLvfSfZT2 .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdLvfSfZT2 DIV {
  color: #57468b;
}
.cid-sdLvfSfZT2 .mbr-text,
.cid-sdLvfSfZT2 .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-sdLvfSfZT2 H2 {
  text-align: center;
}
.cid-sdSX03qBy6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdSX03qBy6 .container-fluid {
  padding: 0 2rem;
}
.cid-sdSX03qBy6 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0ca6c1;
  display: inline-block;
}
.cid-sdSX03qBy6 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sdSX03qBy6 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sdSX03qBy6 .time-line-date-content {
  margin-right: 2rem;
}
.cid-sdSX03qBy6 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sdSX03qBy6 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sdSX03qBy6 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0ca6c1;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sdSX03qBy6 .separline:before,
.cid-sdSX03qBy6 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sdSX03qBy6 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sdSX03qBy6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdSX03qBy6 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sdSX03qBy6 .separline:before,
  .cid-sdSX03qBy6 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sdSX03qBy6 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sdSX03qBy6 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sdSX03qBy6 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sdSX03qBy6 .time-line-date-content p {
    float: left !important;
  }
  .cid-sdSX03qBy6 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sdSX03qBy6 .mbr-section-title,
.cid-sdSX03qBy6 .underline {
  text-align: center;
}
.cid-sdSX03qBy6 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sdMFlUnbrH {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFlUnbrH section {
  position: relative;
}
.cid-sdMFlUnbrH .container {
  max-width: 1400px;
}
.cid-sdMFlUnbrH .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFlUnbrH .soc-item a {
  padding-top: 5px;
}
.cid-sdMFlUnbrH .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFlUnbrH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFlUnbrH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFlUnbrH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFlUnbrH #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFlUnbrH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFlUnbrH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFlUnbrH .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFlUnbrH .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFlUnbrH .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFlUnbrH .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFlUnbrH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFlUnbrH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFlUnbrH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFlUnbrH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFlUnbrH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFlUnbrH .item {
    justify-content: center;
  }
  .cid-sdMFlUnbrH .quote::after {
    left: 60px;
  }
}
.cid-sdMFlUnbrH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFlUnbrH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFlUnbrH .text1 {
  color: #ffffff;
}
.cid-sdMFlUnbrH .item-title {
  color: #ffffff;
}
.cid-sdMFlUnbrH H5 {
  color: #ffffff;
}
.cid-sdMFlUnbrH .theme {
  color: #ffffff;
}
.cid-sdMFlUnbrH .copyright > p {
  color: #ff3366;
}
.cid-sdMFlUnbrH .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLvL6BdJR {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLvL6BdJR .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLvL6BdJR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLvL6BdJR .card-img span {
  font-size: 100px;
}
.cid-sdLvL6BdJR .mbr-text,
.cid-sdLvL6BdJR .mbr-section-btn {
  color: #efefef;
}
.cid-rQKTzrZxMv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQKTzrZxMv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQKTzrZxMv H1 {
  color: #232323;
  text-align: center;
}
.cid-rQKTzrZxMv .mbr-text,
.cid-rQKTzrZxMv .mbr-section-btn {
  color: #716c80;
}
.cid-rQKTzrZxMv H3 {
  color: #232323;
  text-align: center;
}
.cid-rQKTzrZxMv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQKTzrZxMv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQKTzrZxMv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQKTzrZxMv .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQKTzrZxMv .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQKTzrZxMv DIV {
  color: #57468b;
}
.cid-rQKTzrZxMv .mbr-text,
.cid-rQKTzrZxMv .media-content {
  text-align: left;
  color: #232323;
}
.cid-rQKTzrZxMv H2 {
  color: #232323;
  text-align: center;
}
.cid-rQKTLMdQPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rQKTLMdQPK H1 {
  color: #ffffff;
}
.cid-rQKTLMdQPK .align-left {
  margin: auto;
}
.cid-rQKTLMdQPK .row {
  justify-content: space-between;
}
.cid-rQKTLMdQPK .mbr-text,
.cid-rQKTLMdQPK .mbr-section-btn {
  color: #716c80;
}
.cid-rQKTLMdQPK .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQKTLMdQPK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQKTLMdQPK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQKTLMdQPK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQKTLMdQPK .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQKTLMdQPK .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQKTLMdQPK DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQKTLMdQPK .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQKTLMdQPK h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQKTLMdQPK .mbr-text,
.cid-rQKTLMdQPK .media-content {
  color: #ffffff;
}
.cid-rIfV4v9JSP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIfV4v9JSP .mbr-section-subtitle {
  color: #767676;
}
.cid-rIfV4v9JSP .container-table {
  margin: 0 auto;
}
.cid-rIfV4v9JSP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIfV4v9JSP .dataTables_wrapper {
  display: block;
}
.cid-rIfV4v9JSP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIfV4v9JSP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIfV4v9JSP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIfV4v9JSP table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIfV4v9JSP table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIfV4v9JSP table td {
  border: 1px solid #0ca6c1;
}
.cid-rIfV4v9JSP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIfV4v9JSP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIfV4v9JSP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIfV4v9JSP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIfV4v9JSP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIfV4v9JSP .dataTables_filter {
    text-align: center;
  }
  .cid-rIfV4v9JSP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIfV4v9JSP .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIfV4v9JSP .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIfV4v9JSP .mbr-section-title {
  color: #232323;
}
.cid-rIfV4v9JSP .head-item1 {
  color: #0ca6c1;
}
.cid-rIfV4v9JSP .body-item1 {
  color: #232323;
}
.cid-sdRBV7Nfy9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRBV7Nfy9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRBV7Nfy9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRBV7Nfy9 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRBV7Nfy9 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRBV7Nfy9 .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRBV7Nfy9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRBV7Nfy9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRBV7Nfy9 .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRBV7Nfy9 P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRBV7Nfy9 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRBV7Nfy9 .mbr-text,
  .cid-sdRBV7Nfy9 .nav-link {
    text-align: center;
  }
}
.cid-sdRuSKTISZ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRuSKTISZ .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRuSKTISZ .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRuSKTISZ img {
  object-fit: contain;
}
.cid-sdRuSKTISZ .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRuSKTISZ .mbr-text:after,
  .cid-sdRuSKTISZ .mbr-text:before {
    display: none;
  }
}
.cid-sdRuSKTISZ .mbr-section-title,
.cid-sdRuSKTISZ .logo {
  color: #ffffff;
}
.cid-rQKTZEcc2k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQKTZEcc2k .mbr-section-subtitle {
  color: #767676;
}
.cid-rQKTZEcc2k .container-table {
  margin: 0 auto;
}
.cid-rQKTZEcc2k .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQKTZEcc2k .dataTables_wrapper {
  display: block;
}
.cid-rQKTZEcc2k .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQKTZEcc2k .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQKTZEcc2k table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rQKTZEcc2k table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rQKTZEcc2k table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rQKTZEcc2k table td {
  border: 1px solid #0ca6c1;
}
.cid-rQKTZEcc2k .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQKTZEcc2k .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQKTZEcc2k .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQKTZEcc2k .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQKTZEcc2k .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQKTZEcc2k .dataTables_filter {
    text-align: center;
  }
  .cid-rQKTZEcc2k .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQKTZEcc2k .head-item {
  color: #232323;
  text-align: center;
}
.cid-rQKTZEcc2k .body-item {
  color: #232323;
  text-align: center;
}
.cid-rQKTZEcc2k .mbr-section-title {
  color: #232323;
}
.cid-rQKTZEcc2k .head-item1 {
  color: #0ca6c1;
}
.cid-rQKTZEcc2k .body-item1 {
  color: #232323;
}
.cid-sdRC7b0TFM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRC7b0TFM .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRC7b0TFM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRC7b0TFM .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRC7b0TFM .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRC7b0TFM .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRC7b0TFM .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRC7b0TFM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRC7b0TFM .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRC7b0TFM P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRC7b0TFM .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRC7b0TFM .mbr-text,
  .cid-sdRC7b0TFM .nav-link {
    text-align: center;
  }
}
.cid-sdLwjP5zhv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdLwjP5zhv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdLwjP5zhv H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sdLwjP5zhv .mbr-text,
.cid-sdLwjP5zhv .mbr-section-btn {
  color: #716c80;
}
.cid-sdLwjP5zhv H3 {
  color: #716c80;
}
.cid-sdLwjP5zhv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdLwjP5zhv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdLwjP5zhv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdLwjP5zhv .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdLwjP5zhv .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdLwjP5zhv DIV {
  color: #57468b;
}
.cid-sdLwjP5zhv .mbr-text,
.cid-sdLwjP5zhv .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-sdLwjP5zhv H2 {
  text-align: center;
}
.cid-sdSX3I8WOw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdSX3I8WOw .container-fluid {
  padding: 0 2rem;
}
.cid-sdSX3I8WOw .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0ca6c1;
  display: inline-block;
}
.cid-sdSX3I8WOw .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sdSX3I8WOw .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sdSX3I8WOw .time-line-date-content {
  margin-right: 2rem;
}
.cid-sdSX3I8WOw .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sdSX3I8WOw .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sdSX3I8WOw .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0ca6c1;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sdSX3I8WOw .separline:before,
.cid-sdSX3I8WOw .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sdSX3I8WOw .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sdSX3I8WOw .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdSX3I8WOw .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sdSX3I8WOw .separline:before,
  .cid-sdSX3I8WOw .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sdSX3I8WOw .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sdSX3I8WOw .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sdSX3I8WOw .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sdSX3I8WOw .time-line-date-content p {
    float: left !important;
  }
  .cid-sdSX3I8WOw .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sdSX3I8WOw .mbr-section-title,
.cid-sdSX3I8WOw .underline {
  text-align: center;
}
.cid-sdSX3I8WOw .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sdMFo2YO5Y {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFo2YO5Y section {
  position: relative;
}
.cid-sdMFo2YO5Y .container {
  max-width: 1400px;
}
.cid-sdMFo2YO5Y .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFo2YO5Y .soc-item a {
  padding-top: 5px;
}
.cid-sdMFo2YO5Y .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFo2YO5Y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFo2YO5Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFo2YO5Y svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFo2YO5Y #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFo2YO5Y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFo2YO5Y .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFo2YO5Y .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFo2YO5Y .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFo2YO5Y .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFo2YO5Y .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFo2YO5Y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFo2YO5Y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFo2YO5Y .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFo2YO5Y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFo2YO5Y img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFo2YO5Y .item {
    justify-content: center;
  }
  .cid-sdMFo2YO5Y .quote::after {
    left: 60px;
  }
}
.cid-sdMFo2YO5Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFo2YO5Y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFo2YO5Y .text1 {
  color: #ffffff;
}
.cid-sdMFo2YO5Y .item-title {
  color: #ffffff;
}
.cid-sdMFo2YO5Y H5 {
  color: #ffffff;
}
.cid-sdMFo2YO5Y .theme {
  color: #ffffff;
}
.cid-sdMFo2YO5Y .copyright > p {
  color: #ff3366;
}
.cid-sdMFo2YO5Y .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLxKYtOgS {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLxKYtOgS .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLxKYtOgS .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLxKYtOgS .card-img span {
  font-size: 100px;
}
.cid-sdLxKYtOgS .mbr-text,
.cid-sdLxKYtOgS .mbr-section-btn {
  color: #efefef;
}
.cid-rQW2nePZoY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQW2nePZoY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQW2nePZoY H1 {
  color: #232323;
  text-align: center;
}
.cid-rQW2nePZoY .mbr-text,
.cid-rQW2nePZoY .mbr-section-btn {
  color: #716c80;
}
.cid-rQW2nePZoY H3 {
  color: #232323;
  text-align: center;
}
.cid-rQW2nePZoY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQW2nePZoY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQW2nePZoY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQW2nePZoY .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQW2nePZoY .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQW2nePZoY DIV {
  color: #57468b;
}
.cid-rQW2nePZoY .mbr-text,
.cid-rQW2nePZoY .media-content {
  color: #232323;
  text-align: left;
}
.cid-rQW2nePZoY H2 {
  color: #232323;
  text-align: center;
}
.cid-rQW2nMgB3O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rQW2nMgB3O H1 {
  color: #ffffff;
}
.cid-rQW2nMgB3O .align-left {
  margin: auto;
}
.cid-rQW2nMgB3O .row {
  justify-content: space-between;
}
.cid-rQW2nMgB3O .mbr-text,
.cid-rQW2nMgB3O .mbr-section-btn {
  color: #716c80;
}
.cid-rQW2nMgB3O .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQW2nMgB3O .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQW2nMgB3O .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQW2nMgB3O .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQW2nMgB3O .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQW2nMgB3O .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQW2nMgB3O DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQW2nMgB3O .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQW2nMgB3O h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQW2nMgB3O .mbr-text,
.cid-rQW2nMgB3O .media-content {
  color: #ffffff;
}
.cid-rIid5Lb4gX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIid5Lb4gX .mbr-section-subtitle {
  color: #767676;
}
.cid-rIid5Lb4gX .container-table {
  margin: 0 auto;
}
.cid-rIid5Lb4gX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIid5Lb4gX .dataTables_wrapper {
  display: block;
}
.cid-rIid5Lb4gX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIid5Lb4gX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIid5Lb4gX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIid5Lb4gX table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIid5Lb4gX table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIid5Lb4gX table td {
  border: 1px solid #0ca6c1;
}
.cid-rIid5Lb4gX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIid5Lb4gX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIid5Lb4gX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIid5Lb4gX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIid5Lb4gX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIid5Lb4gX .dataTables_filter {
    text-align: center;
  }
  .cid-rIid5Lb4gX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIid5Lb4gX .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIid5Lb4gX .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIid5Lb4gX .mbr-section-title {
  color: #232323;
}
.cid-rIid5Lb4gX .head-item1 {
  color: #0ca6c1;
}
.cid-rIid5Lb4gX .body-item1 {
  color: #232323;
}
.cid-sdRDCpox0S {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRDCpox0S .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRDCpox0S .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRDCpox0S .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRDCpox0S .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRDCpox0S .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRDCpox0S .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRDCpox0S .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRDCpox0S .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRDCpox0S P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRDCpox0S .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRDCpox0S .mbr-text,
  .cid-sdRDCpox0S .nav-link {
    text-align: center;
  }
}
.cid-sdRv7CWi4Y {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRv7CWi4Y .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRv7CWi4Y .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRv7CWi4Y img {
  object-fit: contain;
}
.cid-sdRv7CWi4Y .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRv7CWi4Y .mbr-text:after,
  .cid-sdRv7CWi4Y .mbr-text:before {
    display: none;
  }
}
.cid-sdRv7CWi4Y .mbr-section-title,
.cid-sdRv7CWi4Y .logo {
  color: #ffffff;
}
.cid-sdSUR8lR2D {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdSUR8lR2D .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-sdSUR8lR2D .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-sdSUR8lR2D h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdSUR8lR2D .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sdSUR8lR2D .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sdSUR8lR2D .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-sdSUR8lR2D .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sdSUR8lR2D .panel-group {
  width: 100%;
}
.cid-sdSUR8lR2D .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-sdSUR8lR2D .card {
  border-bottom: 1px solid #b2ccd2;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sdSUR8lR2D .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdSUR8lR2D .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #0ca6c1;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdSUR8lR2D .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sdSUR8lR2D .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdSUR8lR2D .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sdSUR8lR2D .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sdSUR8lR2D .card .panel-body {
  background: #b2ccd2;
}
.cid-sdSUR8lR2D .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sdSUR8lR2D .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdSUR8lR2D .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sdSUR8lR2D .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sdSUR8lR2D .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sdSUR8lR2D .header-text,
.cid-sdSUR8lR2D .sign {
  color: #232323;
}
.cid-sdMFs0FxqW {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFs0FxqW section {
  position: relative;
}
.cid-sdMFs0FxqW .container {
  max-width: 1400px;
}
.cid-sdMFs0FxqW .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFs0FxqW .soc-item a {
  padding-top: 5px;
}
.cid-sdMFs0FxqW .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFs0FxqW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFs0FxqW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFs0FxqW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFs0FxqW #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFs0FxqW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFs0FxqW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFs0FxqW .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFs0FxqW .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFs0FxqW .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFs0FxqW .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFs0FxqW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFs0FxqW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFs0FxqW .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFs0FxqW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFs0FxqW img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFs0FxqW .item {
    justify-content: center;
  }
  .cid-sdMFs0FxqW .quote::after {
    left: 60px;
  }
}
.cid-sdMFs0FxqW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFs0FxqW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFs0FxqW .text1 {
  color: #ffffff;
}
.cid-sdMFs0FxqW .item-title {
  color: #ffffff;
}
.cid-sdMFs0FxqW H5 {
  color: #ffffff;
}
.cid-sdMFs0FxqW .theme {
  color: #ffffff;
}
.cid-sdMFs0FxqW .copyright > p {
  color: #ff3366;
}
.cid-sdMFs0FxqW .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdL740RcOi {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdL740RcOi .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdL740RcOi .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdL740RcOi .card-img span {
  font-size: 100px;
}
.cid-sdL740RcOi .mbr-text,
.cid-sdL740RcOi .mbr-section-btn {
  color: #efefef;
}
.cid-rQVqkmVvKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQVqkmVvKk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQVqkmVvKk H1 {
  color: #232323;
  text-align: center;
}
.cid-rQVqkmVvKk .mbr-text,
.cid-rQVqkmVvKk .mbr-section-btn {
  color: #716c80;
}
.cid-rQVqkmVvKk H3 {
  color: #232323;
  text-align: center;
}
.cid-rQVqkmVvKk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVqkmVvKk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVqkmVvKk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVqkmVvKk .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVqkmVvKk .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVqkmVvKk DIV {
  color: #57468b;
}
.cid-rQVqkmVvKk .mbr-text,
.cid-rQVqkmVvKk .media-content {
  color: #232323;
  text-align: left;
}
.cid-rQVqkmVvKk H2 {
  color: #232323;
  text-align: center;
}
.cid-rQVtg0jALt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rQVtg0jALt H1 {
  color: #ffffff;
}
.cid-rQVtg0jALt .align-left {
  margin: auto;
}
.cid-rQVtg0jALt .row {
  justify-content: space-between;
}
.cid-rQVtg0jALt .mbr-text,
.cid-rQVtg0jALt .mbr-section-btn {
  color: #716c80;
}
.cid-rQVtg0jALt .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQVtg0jALt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVtg0jALt .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVtg0jALt .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVtg0jALt .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVtg0jALt .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVtg0jALt DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQVtg0jALt .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQVtg0jALt h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQVtg0jALt .mbr-text,
.cid-rQVtg0jALt .media-content {
  color: #ffffff;
}
.cid-rIgWVJKDfw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIgWVJKDfw .mbr-section-subtitle {
  color: #767676;
}
.cid-rIgWVJKDfw .container-table {
  margin: 0 auto;
}
.cid-rIgWVJKDfw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIgWVJKDfw .dataTables_wrapper {
  display: block;
}
.cid-rIgWVJKDfw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIgWVJKDfw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIgWVJKDfw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIgWVJKDfw table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIgWVJKDfw table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIgWVJKDfw table td {
  border: 1px solid #0ca6c1;
}
.cid-rIgWVJKDfw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIgWVJKDfw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIgWVJKDfw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIgWVJKDfw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIgWVJKDfw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIgWVJKDfw .dataTables_filter {
    text-align: center;
  }
  .cid-rIgWVJKDfw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIgWVJKDfw .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIgWVJKDfw .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIgWVJKDfw .mbr-section-title {
  color: #232323;
}
.cid-rIgWVJKDfw .head-item1 {
  color: #0ca6c1;
}
.cid-rIgWVJKDfw .body-item1 {
  color: #232323;
}
.cid-sdRxWReTDC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRxWReTDC .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRxWReTDC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRxWReTDC .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRxWReTDC .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRxWReTDC .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRxWReTDC .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRxWReTDC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRxWReTDC .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRxWReTDC P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRxWReTDC .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRxWReTDC .mbr-text,
  .cid-sdRxWReTDC .nav-link {
    text-align: center;
  }
}
.cid-sdRuCsIaSH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRuCsIaSH .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRuCsIaSH .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRuCsIaSH img {
  object-fit: contain;
}
.cid-sdRuCsIaSH .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRuCsIaSH .mbr-text:after,
  .cid-sdRuCsIaSH .mbr-text:before {
    display: none;
  }
}
.cid-sdRuCsIaSH .mbr-section-title,
.cid-sdRuCsIaSH .logo {
  color: #ffffff;
}
.cid-rQKZNBFDgl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQKZNBFDgl .mbr-section-subtitle {
  color: #767676;
}
.cid-rQKZNBFDgl .container-table {
  margin: 0 auto;
}
.cid-rQKZNBFDgl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQKZNBFDgl .dataTables_wrapper {
  display: block;
}
.cid-rQKZNBFDgl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQKZNBFDgl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQKZNBFDgl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rQKZNBFDgl table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rQKZNBFDgl table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rQKZNBFDgl table td {
  border: 1px solid #0ca6c1;
}
.cid-rQKZNBFDgl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQKZNBFDgl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQKZNBFDgl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQKZNBFDgl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQKZNBFDgl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQKZNBFDgl .dataTables_filter {
    text-align: center;
  }
  .cid-rQKZNBFDgl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQKZNBFDgl .head-item {
  color: #232323;
  text-align: center;
}
.cid-rQKZNBFDgl .body-item {
  color: #232323;
  text-align: center;
}
.cid-rQKZNBFDgl .mbr-section-title {
  color: #232323;
}
.cid-rQKZNBFDgl .head-item1 {
  color: #0ca6c1;
}
.cid-rQKZNBFDgl .body-item1 {
  color: #232323;
}
.cid-sdRwNocHSz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRwNocHSz .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRwNocHSz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRwNocHSz .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRwNocHSz .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRwNocHSz .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRwNocHSz .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRwNocHSz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRwNocHSz .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRwNocHSz P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRwNocHSz .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRwNocHSz .mbr-text,
  .cid-sdRwNocHSz .nav-link {
    text-align: center;
  }
}
.cid-sdL8RfRt59 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdL8RfRt59 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdL8RfRt59 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sdL8RfRt59 .mbr-text,
.cid-sdL8RfRt59 .mbr-section-btn {
  color: #716c80;
}
.cid-sdL8RfRt59 H3 {
  color: #716c80;
}
.cid-sdL8RfRt59 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdL8RfRt59 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdL8RfRt59 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdL8RfRt59 .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdL8RfRt59 .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdL8RfRt59 DIV {
  color: #57468b;
}
.cid-sdL8RfRt59 .mbr-text,
.cid-sdL8RfRt59 .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-sdL8RfRt59 H2 {
  text-align: center;
}
.cid-sdSWSspSuM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdSWSspSuM .container-fluid {
  padding: 0 2rem;
}
.cid-sdSWSspSuM .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0ca6c1;
  display: inline-block;
}
.cid-sdSWSspSuM .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sdSWSspSuM .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sdSWSspSuM .time-line-date-content {
  margin-right: 2rem;
}
.cid-sdSWSspSuM .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sdSWSspSuM .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sdSWSspSuM .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0ca6c1;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sdSWSspSuM .separline:before,
.cid-sdSWSspSuM .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sdSWSspSuM .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sdSWSspSuM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdSWSspSuM .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sdSWSspSuM .separline:before,
  .cid-sdSWSspSuM .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sdSWSspSuM .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sdSWSspSuM .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sdSWSspSuM .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sdSWSspSuM .time-line-date-content p {
    float: left !important;
  }
  .cid-sdSWSspSuM .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sdSWSspSuM .mbr-section-title,
.cid-sdSWSspSuM .underline {
  text-align: center;
}
.cid-sdSWSspSuM .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sdMFd2fM4f {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFd2fM4f section {
  position: relative;
}
.cid-sdMFd2fM4f .container {
  max-width: 1400px;
}
.cid-sdMFd2fM4f .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFd2fM4f .soc-item a {
  padding-top: 5px;
}
.cid-sdMFd2fM4f .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFd2fM4f .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFd2fM4f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFd2fM4f svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFd2fM4f #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFd2fM4f .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFd2fM4f .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFd2fM4f .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFd2fM4f .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFd2fM4f .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFd2fM4f .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFd2fM4f .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFd2fM4f .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFd2fM4f .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFd2fM4f .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFd2fM4f img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFd2fM4f .item {
    justify-content: center;
  }
  .cid-sdMFd2fM4f .quote::after {
    left: 60px;
  }
}
.cid-sdMFd2fM4f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFd2fM4f .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFd2fM4f .text1 {
  color: #ffffff;
}
.cid-sdMFd2fM4f .item-title {
  color: #ffffff;
}
.cid-sdMFd2fM4f H5 {
  color: #ffffff;
}
.cid-sdMFd2fM4f .theme {
  color: #ffffff;
}
.cid-sdMFd2fM4f .copyright > p {
  color: #ff3366;
}
.cid-sdMFd2fM4f .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLcomTIsX {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLcomTIsX .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLcomTIsX .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLcomTIsX .card-img span {
  font-size: 100px;
}
.cid-sdLcomTIsX .mbr-text,
.cid-sdLcomTIsX .mbr-section-btn {
  color: #efefef;
}
.cid-rQVuuu4N0I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQVuuu4N0I img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQVuuu4N0I H1 {
  color: #232323;
  text-align: center;
}
.cid-rQVuuu4N0I .mbr-text,
.cid-rQVuuu4N0I .mbr-section-btn {
  color: #716c80;
}
.cid-rQVuuu4N0I H3 {
  color: #232323;
  text-align: center;
}
.cid-rQVuuu4N0I .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVuuu4N0I .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVuuu4N0I .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVuuu4N0I .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVuuu4N0I .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVuuu4N0I DIV {
  color: #57468b;
}
.cid-rQVuuu4N0I .mbr-text,
.cid-rQVuuu4N0I .media-content {
  color: #232323;
  text-align: left;
}
.cid-rQVuuu4N0I H2 {
  color: #232323;
  text-align: center;
}
.cid-rQVuvfut3t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-rQVuvfut3t H1 {
  color: #ffffff;
}
.cid-rQVuvfut3t .align-left {
  margin: auto;
}
.cid-rQVuvfut3t .row {
  justify-content: space-between;
}
.cid-rQVuvfut3t .mbr-text,
.cid-rQVuvfut3t .mbr-section-btn {
  color: #716c80;
}
.cid-rQVuvfut3t .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rQVuvfut3t .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQVuvfut3t .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQVuvfut3t .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQVuvfut3t .link:hover {
  color: #0ca6c1 !important;
}
.cid-rQVuvfut3t .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-rQVuvfut3t DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQVuvfut3t .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQVuvfut3t h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQVuvfut3t .mbr-text,
.cid-rQVuvfut3t .media-content {
  color: #ffffff;
}
.cid-rIhFoOic1g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIhFoOic1g .mbr-section-subtitle {
  color: #767676;
}
.cid-rIhFoOic1g .container-table {
  margin: 0 auto;
}
.cid-rIhFoOic1g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rIhFoOic1g .dataTables_wrapper {
  display: block;
}
.cid-rIhFoOic1g .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rIhFoOic1g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rIhFoOic1g table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rIhFoOic1g table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rIhFoOic1g table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rIhFoOic1g table td {
  border: 1px solid #0ca6c1;
}
.cid-rIhFoOic1g .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rIhFoOic1g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rIhFoOic1g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rIhFoOic1g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rIhFoOic1g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rIhFoOic1g .dataTables_filter {
    text-align: center;
  }
  .cid-rIhFoOic1g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rIhFoOic1g .head-item {
  color: #232323;
  text-align: center;
}
.cid-rIhFoOic1g .body-item {
  color: #232323;
  text-align: center;
}
.cid-rIhFoOic1g .mbr-section-title {
  color: #232323;
}
.cid-rIhFoOic1g .head-item1 {
  color: #0ca6c1;
}
.cid-rIhFoOic1g .body-item1 {
  color: #232323;
}
.cid-sdRyrwoM1d {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRyrwoM1d .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRyrwoM1d .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRyrwoM1d .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRyrwoM1d .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRyrwoM1d .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRyrwoM1d .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRyrwoM1d .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRyrwoM1d .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRyrwoM1d P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRyrwoM1d .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRyrwoM1d .mbr-text,
  .cid-sdRyrwoM1d .nav-link {
    text-align: center;
  }
}
.cid-sdRuHaQOhj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRuHaQOhj .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRuHaQOhj .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRuHaQOhj img {
  object-fit: contain;
}
.cid-sdRuHaQOhj .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRuHaQOhj .mbr-text:after,
  .cid-sdRuHaQOhj .mbr-text:before {
    display: none;
  }
}
.cid-sdRuHaQOhj .mbr-section-title,
.cid-sdRuHaQOhj .logo {
  color: #ffffff;
}
.cid-rQL1AkVNik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQL1AkVNik .mbr-section-subtitle {
  color: #767676;
}
.cid-rQL1AkVNik .container-table {
  margin: 0 auto;
}
.cid-rQL1AkVNik .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQL1AkVNik .dataTables_wrapper {
  display: block;
}
.cid-rQL1AkVNik .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQL1AkVNik .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQL1AkVNik table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0ca6c1;
  margin-bottom: 0;
}
.cid-rQL1AkVNik table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #0ca6c1;
  transition: all .2s;
}
.cid-rQL1AkVNik table th:hover {
  background: #0ca6c1;
  color: #ffffff;
}
.cid-rQL1AkVNik table td {
  border: 1px solid #0ca6c1;
}
.cid-rQL1AkVNik .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQL1AkVNik .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQL1AkVNik .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQL1AkVNik .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQL1AkVNik .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQL1AkVNik .dataTables_filter {
    text-align: center;
  }
  .cid-rQL1AkVNik .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQL1AkVNik .head-item {
  color: #232323;
  text-align: center;
}
.cid-rQL1AkVNik .body-item {
  color: #232323;
  text-align: center;
}
.cid-rQL1AkVNik .mbr-section-title {
  color: #232323;
}
.cid-rQL1AkVNik .head-item1 {
  color: #0ca6c1;
}
.cid-rQL1AkVNik .body-item1 {
  color: #232323;
}
.cid-sdRyQvAY41 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdRyQvAY41 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdRyQvAY41 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdRyQvAY41 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sdRyQvAY41 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sdRyQvAY41 .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sdRyQvAY41 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0ca6c1;
}
.cid-sdRyQvAY41 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0ca6c1;
  border-color: #0ca6c1;
}
.cid-sdRyQvAY41 .nav-tabs .nav-link.active:hover {
  background-color: #0ca6c1;
}
.cid-sdRyQvAY41 P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sdRyQvAY41 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sdRyQvAY41 .mbr-text,
  .cid-sdRyQvAY41 .nav-link {
    text-align: center;
  }
}
.cid-sdLcTaznBA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdLcTaznBA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdLcTaznBA H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sdLcTaznBA .mbr-text,
.cid-sdLcTaznBA .mbr-section-btn {
  color: #716c80;
}
.cid-sdLcTaznBA H3 {
  color: #716c80;
}
.cid-sdLcTaznBA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdLcTaznBA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdLcTaznBA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdLcTaznBA .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdLcTaznBA .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdLcTaznBA DIV {
  color: #57468b;
}
.cid-sdLcTaznBA .mbr-text,
.cid-sdLcTaznBA .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-sdLcTaznBA H2 {
  text-align: center;
}
.cid-sdSV30fnYa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdSV30fnYa .container-fluid {
  padding: 0 2rem;
}
.cid-sdSV30fnYa .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0ca6c1;
  display: inline-block;
}
.cid-sdSV30fnYa .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sdSV30fnYa .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sdSV30fnYa .time-line-date-content {
  margin-right: 2rem;
}
.cid-sdSV30fnYa .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sdSV30fnYa .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sdSV30fnYa .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0ca6c1;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sdSV30fnYa .separline:before,
.cid-sdSV30fnYa .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sdSV30fnYa .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0ca6c1;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sdSV30fnYa .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdSV30fnYa .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sdSV30fnYa .separline:before,
  .cid-sdSV30fnYa .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sdSV30fnYa .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sdSV30fnYa .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sdSV30fnYa .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sdSV30fnYa .time-line-date-content p {
    float: left !important;
  }
  .cid-sdSV30fnYa .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sdSV30fnYa .mbr-section-title,
.cid-sdSV30fnYa .underline {
  text-align: center;
}
.cid-sdSV30fnYa .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sdMFfEsjvo {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFfEsjvo section {
  position: relative;
}
.cid-sdMFfEsjvo .container {
  max-width: 1400px;
}
.cid-sdMFfEsjvo .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFfEsjvo .soc-item a {
  padding-top: 5px;
}
.cid-sdMFfEsjvo .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFfEsjvo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFfEsjvo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFfEsjvo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFfEsjvo #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFfEsjvo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFfEsjvo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFfEsjvo .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFfEsjvo .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFfEsjvo .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFfEsjvo .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFfEsjvo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFfEsjvo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFfEsjvo .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFfEsjvo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFfEsjvo img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFfEsjvo .item {
    justify-content: center;
  }
  .cid-sdMFfEsjvo .quote::after {
    left: 60px;
  }
}
.cid-sdMFfEsjvo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFfEsjvo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFfEsjvo .text1 {
  color: #ffffff;
}
.cid-sdMFfEsjvo .item-title {
  color: #ffffff;
}
.cid-sdMFfEsjvo H5 {
  color: #ffffff;
}
.cid-sdMFfEsjvo .theme {
  color: #ffffff;
}
.cid-sdMFfEsjvo .copyright > p {
  color: #ff3366;
}
.cid-sdMFfEsjvo .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLze8AkqS {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLze8AkqS .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLze8AkqS .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLze8AkqS .card-img span {
  font-size: 100px;
}
.cid-sdLze8AkqS .mbr-text,
.cid-sdLze8AkqS .mbr-section-btn {
  color: #efefef;
}
.cid-sdMHHiVbLU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sdMHHiVbLU {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.cid-sdMHHiVbLU .box {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdMHHiVbLU .icon-wrap {
  background-color: #5580ff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sdMHHiVbLU .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sdMHHiVbLU .icon-wrap span {
  padding-left: 8px;
}
.cid-sdMHHiVbLU .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sdMHHiVbLU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sdMHHiVbLU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sdMHHiVbLU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sdMHHiVbLU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sdMHHiVbLU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sdMHHiVbLU a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sdMHHiVbLU {
    padding-top: 21px;
    padding-bottom: 7px;
  }
  .cid-sdMHHiVbLU .box {
    height: 250px;
  }
  .cid-sdMHHiVbLU .row {
    padding: 1rem!important;
  }
}
.cid-sdMHY1kTAC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdMHY1kTAC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdMHY1kTAC H1 {
  color: #232323;
}
.cid-sdMHY1kTAC .mbr-text,
.cid-sdMHY1kTAC .mbr-section-btn {
  color: #716c80;
}
.cid-sdMHY1kTAC H3 {
  color: #716c80;
}
.cid-sdMHY1kTAC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdMHY1kTAC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdMHY1kTAC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdMHY1kTAC .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdMHY1kTAC .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdMHY1kTAC DIV {
  color: #57468b;
}
.cid-sdMHY1kTAC .mbr-text,
.cid-sdMHY1kTAC .media-content {
  color: #232323;
}
.cid-sdRvbuz0rC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdRvbuz0rC .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdRvbuz0rC .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdRvbuz0rC img {
  object-fit: contain;
}
.cid-sdRvbuz0rC .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdRvbuz0rC .mbr-text:after,
  .cid-sdRvbuz0rC .mbr-text:before {
    display: none;
  }
}
.cid-sdRvbuz0rC .mbr-section-title,
.cid-sdRvbuz0rC .logo {
  color: #ffffff;
}
.cid-sdRG2FwsKG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdRG2FwsKG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdRG2FwsKG H1 {
  color: #232323;
  text-align: center;
}
.cid-sdRG2FwsKG .mbr-text,
.cid-sdRG2FwsKG .mbr-section-btn {
  color: #716c80;
}
.cid-sdRG2FwsKG H3 {
  color: #232323;
  text-align: center;
}
.cid-sdRG2FwsKG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdRG2FwsKG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdRG2FwsKG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdRG2FwsKG .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdRG2FwsKG .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdRG2FwsKG DIV {
  color: #57468b;
}
.cid-sdRG2FwsKG .mbr-text,
.cid-sdRG2FwsKG .media-content {
  color: #232323;
  text-align: left;
}
.cid-sdRG2FwsKG H2 {
  color: #232323;
  text-align: center;
}
.cid-sdMFtNpotO {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFtNpotO section {
  position: relative;
}
.cid-sdMFtNpotO .container {
  max-width: 1400px;
}
.cid-sdMFtNpotO .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFtNpotO .soc-item a {
  padding-top: 5px;
}
.cid-sdMFtNpotO .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFtNpotO .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFtNpotO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFtNpotO svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFtNpotO #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFtNpotO .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFtNpotO .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFtNpotO .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFtNpotO .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFtNpotO .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFtNpotO .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFtNpotO .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFtNpotO .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFtNpotO .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFtNpotO .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFtNpotO img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFtNpotO .item {
    justify-content: center;
  }
  .cid-sdMFtNpotO .quote::after {
    left: 60px;
  }
}
.cid-sdMFtNpotO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFtNpotO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFtNpotO .text1 {
  color: #ffffff;
}
.cid-sdMFtNpotO .item-title {
  color: #ffffff;
}
.cid-sdMFtNpotO H5 {
  color: #ffffff;
}
.cid-sdMFtNpotO .theme {
  color: #ffffff;
}
.cid-sdMFtNpotO .copyright > p {
  color: #ff3366;
}
.cid-sdMFtNpotO .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdLD8rd7Sj {
  background-image: url("../../../assets/images/dsc01330-2000x1333.jpg");
}
.cid-sdLD8rd7Sj .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdLD8rd7Sj .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sdLD8rd7Sj .card-img span {
  font-size: 100px;
}
.cid-sdLD8rd7Sj .mbr-text,
.cid-sdLD8rd7Sj .mbr-section-btn {
  color: #efefef;
}
.cid-sdMFVDH8YP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdMFVDH8YP img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdMFVDH8YP H1 {
  color: #232323;
}
.cid-sdMFVDH8YP .mbr-text,
.cid-sdMFVDH8YP .mbr-section-btn {
  color: #716c80;
}
.cid-sdMFVDH8YP H3 {
  color: #716c80;
}
.cid-sdMFVDH8YP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdMFVDH8YP .btn-info-outline {
  border: none;
  color: #07a1a1 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sdMFVDH8YP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sdMFVDH8YP .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sdMFVDH8YP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #0ca6c1 !important;
  box-shadow: none!important;
}
.cid-sdMFVDH8YP .btn-info-outline:active,
.cid-sdMFVDH8YP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sdMFVDH8YP DIV {
  color: #57468b;
}
.cid-sdMFVDH8YP .mbr-text,
.cid-sdMFVDH8YP .media-content,
.cid-sdMFVDH8YP .mbr-section-btn {
  color: #232323;
}
.cid-sdLD4git9g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca6c1;
}
.cid-sdLD4git9g img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdLD4git9g H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sdLD4git9g .mbr-text,
.cid-sdLD4git9g .mbr-section-btn {
  color: #716c80;
}
.cid-sdLD4git9g H3 {
  color: #716c80;
}
.cid-sdLD4git9g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdLD4git9g .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdLD4git9g .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdLD4git9g .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdLD4git9g .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdLD4git9g DIV {
  color: #57468b;
}
.cid-sdLD4git9g .mbr-text,
.cid-sdLD4git9g .media-content {
  color: #ffffff;
  text-align: center;
}
.cid-sdLD4git9g H2 {
  text-align: center;
}
.cid-sdRG8P9IQ6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdRG8P9IQ6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sdRG8P9IQ6 H1 {
  color: #232323;
  text-align: center;
}
.cid-sdRG8P9IQ6 .mbr-text,
.cid-sdRG8P9IQ6 .mbr-section-btn {
  color: #716c80;
}
.cid-sdRG8P9IQ6 H3 {
  color: #232323;
  text-align: center;
}
.cid-sdRG8P9IQ6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sdRG8P9IQ6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sdRG8P9IQ6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sdRG8P9IQ6 .link:hover {
  color: #0ca6c1 !important;
}
.cid-sdRG8P9IQ6 .link:hover .link-ico {
  color: #0ca6c1 !important;
  padding-left: 10px;
}
.cid-sdRG8P9IQ6 DIV {
  color: #57468b;
}
.cid-sdRG8P9IQ6 .mbr-text,
.cid-sdRG8P9IQ6 .media-content {
  color: #232323;
  text-align: left;
}
.cid-sdRG8P9IQ6 H2 {
  color: #232323;
  text-align: center;
}
.cid-sdMFwjfQ2b {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #0ca6c1;
}
.cid-sdMFwjfQ2b section {
  position: relative;
}
.cid-sdMFwjfQ2b .container {
  max-width: 1400px;
}
.cid-sdMFwjfQ2b .card-img2 span {
  padding-top: 6px;
}
.cid-sdMFwjfQ2b .soc-item a {
  padding-top: 5px;
}
.cid-sdMFwjfQ2b .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sdMFwjfQ2b .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-sdMFwjfQ2b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdMFwjfQ2b svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sdMFwjfQ2b #e2_shape {
  fill: #ffffff !important;
}
.cid-sdMFwjfQ2b .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sdMFwjfQ2b .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sdMFwjfQ2b .card-img2 {
  width: 45px;
  height: 45px;
  background: #16bdda;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sdMFwjfQ2b .soc-item {
  width: 45px;
  height: 45px;
  background: #f2f6ff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sdMFwjfQ2b .soc-item span {
  font-size: 1.4rem;
}
.cid-sdMFwjfQ2b .soc-item:hover span {
  color: #0ca6c1 !important;
}
.cid-sdMFwjfQ2b .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sdMFwjfQ2b .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sdMFwjfQ2b .media-wrap {
  margin-bottom: 1rem;
}
.cid-sdMFwjfQ2b .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sdMFwjfQ2b img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sdMFwjfQ2b .item {
    justify-content: center;
  }
  .cid-sdMFwjfQ2b .quote::after {
    left: 60px;
  }
}
.cid-sdMFwjfQ2b .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sdMFwjfQ2b .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdMFwjfQ2b .text1 {
  color: #ffffff;
}
.cid-sdMFwjfQ2b .item-title {
  color: #ffffff;
}
.cid-sdMFwjfQ2b H5 {
  color: #ffffff;
}
.cid-sdMFwjfQ2b .theme {
  color: #ffffff;
}
.cid-sdMFwjfQ2b .copyright > p {
  color: #ff3366;
}
.cid-sdMFwjfQ2b .text2 {
  color: #ffffff;
}
.cid-sdMOBqJM0z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sdMOBqJM0z .nav-item:focus,
.cid-sdMOBqJM0z .nav-link:focus {
  outline: none;
}
.cid-sdMOBqJM0z .text-white:hover,
.cid-sdMOBqJM0z .text-white:active,
.cid-sdMOBqJM0z .text-white:focus {
  color: white!important;
}
.cid-sdMOBqJM0z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sdMOBqJM0z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-item:hover {
  color: black!important;
}
.cid-sdMOBqJM0z .dropdown-menu {
  background-color: white!important;
}
.cid-sdMOBqJM0z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sdMOBqJM0z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sdMOBqJM0z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sdMOBqJM0z .nav-item .nav-link {
    position: relative;
  }
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdMOBqJM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdMOBqJM0z .collapsed {
  flex-direction: row!important;
}
.cid-sdMOBqJM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdMOBqJM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdMOBqJM0z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #16bdda;
  background: none;
}
.cid-sdMOBqJM0z .navbar.opened {
  transition: all .3s;
  background: #16bdda !important;
}
.cid-sdMOBqJM0z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdMOBqJM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdMOBqJM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdMOBqJM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdMOBqJM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdMOBqJM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdMOBqJM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdMOBqJM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdMOBqJM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdMOBqJM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdMOBqJM0z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdMOBqJM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdMOBqJM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdMOBqJM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdMOBqJM0z .navbar.navbar-short {
  background: #16bdda !important;
  min-height: 60px;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdMOBqJM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdMOBqJM0z .navbar-caption {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdMOBqJM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdMOBqJM0z .dropdown-item.active,
.cid-sdMOBqJM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-sdMOBqJM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdMOBqJM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16bdda;
}
.cid-sdMOBqJM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdMOBqJM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdMOBqJM0z .navbar-buttons {
  text-align: center;
}
.cid-sdMOBqJM0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdMOBqJM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdMOBqJM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdMOBqJM0z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdMOBqJM0z .nav-link {
  font-weight: 600!important;
}
.cid-sdMOBqJM0z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdMOBqJM0z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdMOBqJM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdMOBqJM0z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdMOBqJM0z .navbar {
    height: 77px;
  }
  .cid-sdMOBqJM0z .navbar.opened {
    height: auto;
  }
  .cid-sdMOBqJM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
